News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

help about hla installation

Started by alim2201, April 28, 2010, 07:10:10 AM

Previous topic - Next topic

alim2201

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

Randall Hyde

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