The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: darkforce900 on July 07, 2007, 04:32:59 PM

Title: HLA compiling problems
Post by: darkforce900 on July 07, 2007, 04:32:59 PM
when i try to compile code i get this error

C:\hla>hla hi.hla
'polink' is not recognized as an internal or external command,
operable program or batch file.
Error returned by POLINK = 1


i'm using HLA v1.97

any fixes?
Title: Re: HLA compiling problems
Post by: Sevag.K on July 08, 2007, 05:37:59 PM
Yes, polink was left out of the install version of HLA.  Download the HLA upgrade and you'll find the missing tools in there.

http://webster.cs.ucr.edu/AsmTools/HLA/HLAv1.97/hla.zip
Title: Re: HLA compiling problems
Post by: darkforce900 on July 09, 2007, 02:16:12 AM
thank you