i install masm32 and hla
and set environment variables from hla taturial
when i test hla-? in cmd i give answer but when check
link /?
i give this answer 'link is not recognized as an internal or external command
can any body help me for this problem
link.exe (and any DLLs it uses) has to be in the execution path.
Try copying link.exe (and associated DLLs to the same directory as HLA.EXE and see if this helps.
Note that you no longer need to have MASM32 installed to use HLA. If you install the basic windows package (using the hlasetup.exe program found on Webster), it will automatically install HLA and polink (Pelles C linker) and set up the environment variables for you.
Cheers,
Randy Hyde