The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: alim2201 on April 28, 2010, 07:10:10 AM

Title: help about hla installation
Post by: alim2201 on April 28, 2010, 07:10:10 AM
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
Title: Re: help about hla installation
Post by: Randall Hyde on April 28, 2010, 06:19:52 PM
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