Problem loading hla file using radasm 2.2.0.5

Started by jacksrack, November 11, 2005, 06:12:27 AM

Previous topic - Next topic

jacksrack

Hi!

I get this error when I try to build the hello world.hla file into an asm file on the screen in Radasm 2.2.0.5.

hla ""
Could not open .hla

Make finished.
Total compile time 735 ms

How can I edit the build bat program in radasm, and where is it located so I can configure it to run the hla program.

thanks for your help. I upgraded to radasm 2.2.0.5 but there are no instructions specifically on which files to put where in the RadAsm or hla folder.

Can you give me the install instructions so that it could be configured to run hla program with RadAsm.

Hope you can help.

Thanks in Advance.

Bye!!! :8)

KetilO

Hi

You should download the High Level Programming Pack from my website.
Then you can try out the example projects there.

The examples uses nmake. If you don't want to learn how to use nmake then you can always create a .bat file to do the build.
If you add the .bat file to the project you can use the project browser to start the build.

KetilO