I've downloaded the latest version of Radasm and Hla, but after i installed HLA, then i open radasm ---> setpath to C:hla, but when i click on build button to build the console program (Hello world) Radasm show this error :
"Error during process creation nmake build"
"Error during process creation nmake build"
Hi
You probably don't have nmake installed on your machine. Did you install masm32?
KetilO
You probably don't have nmake installed on your machine. Did you install masm32?
KetilO
Hi
You probably don't have nmake installed on your machine. Did you install masm32?
KetilO
Yes, i've installed MASM32 v8.2 in my Windows XPSP1.
Maybe i need reinstall that ??
Sorry that after reinstalled MASM 32 v8.2 , everything still not work , i've search in MASM directory but not found the nmake file . :D
I am not shure where I found nmake.exe. Try to google for it.
KetilO
KetilO
You can find nmake at http://spiff.tripnet.se/~iczelion/files/nmake15.exe
Randy has created a special RadAsm package for HLA. http://webster.cs.ucr.edu/AsmTools/HLA/radhla.zip. This should make your life much easier. :grin:
Randy has created a special RadAsm package for HLA. http://webster.cs.ucr.edu/AsmTools/HLA/radhla.zip. This should make your life much easier. :grin:
You can find nmake at http://spiff.tripnet.se/~iczelion/files/nmake15.exe
Randy has created a special RadAsm package for HLA. http://webster.cs.ucr.edu/AsmTools/HLA/radhla.zip. This should make your life much easier. :grin:
Yes, thank you, i'll try :alright:
i've download the Radasm for HLA, but that the very old version, can i update it with the latest version without error, i want use Radasm with MASM and HLA together :grin:
You could try copying the HLA files ( ini, templates etc ) to your original RadAsm directory.
hi i am also having trouble to configure RADSM with HLA. I am also having the same error like NTA. I also downloaded the nmake file but it still doesnt work. I also downloaded the RADsm package for HLA and it still doent work. PLZ help
Can you compile HLA programs from the command line? If not then that means that the hla environment variables probably aren't set correctly. Where on your system is HLA installed?
Can you compile HLA programs from the command line? If not then that means that the hla environment variables probably aren't set correctly. Where on your system is HLA installed?
Yes, i can ---> "hla mytest.hla" at command line.
But can't build with Radasm, i installed HLA in WinXP SP1 at C: (something wrong when i installed HLA in WinMe)
yes i can compile at command line using hla but i cant with Radsm.
My radsm can compile masm but it cant with HLA.
My radsm can compile masm but it cant with HLA.
Edit hla.ini to invoke the HLA compiler directly instead of using nmake.
Here's snippet from hla.ini from radhla.
Or you could just copy hla.ini from RadHla to radasm. Donkey has written a good help file for RadAsm that you might want to look at. It's available at the RadAsm webpage and donkey's webpage also i think.
Here's snippet from hla.ini from radhla.
[MakeFiles]
0=.rap
1=.rc
2=.asm
3=.obj
4=.res
5=.exe
6=.def
7=.dll
8=.txt
9=.lib
10=.mak
11=.hla
12=" "
[Console App]
Files=1,0,0,0,0
Folders=1,0,1
MenuMake=1,1,0,1,1,0,0,0,0
1=0,OT,hla,11
2=0,OT,hla,11
3=0,OT,rc,1
4=0,OT,hla -s,11
5=0,OT,$R
un.bat,5
6=
[Windows App]
Files=1,1,1,0,0
Folders=1,1,1
MenuMake=1,1,1,1,1,0,0,0,0
1=0,OT,hla,11
2=0,OT,hla,11
3=0,OT,rc,1
4=0,OT,hla -s,11
5=0,OT,$R
un.bat,5
6=
[DLL]
Files=1,1,0,1,0
Folders=1,0,1
MenuMake=1,1,0,1,1,0,0,0,0
1=0,OT,hla,11
2=0,OT,hla,11
3=0,OT,rc,1
4=0,OT,hla -s,11
5=0,OT,$R
un.bat,5
6=
Or you could just copy hla.ini from RadHla to radasm. Donkey has written a good help file for RadAsm that you might want to look at. It's available at the RadAsm webpage and donkey's webpage also i think.
it still does not work I copied hla.ini from RadHla to radasm and it still does not work. It says this error
hla ""
Could not open .hla
Make finished.
Total compile time 94 ms
I also read donkeys help file. and set all the paths. How can i set the OLLYDBG debugger?
hla ""
Could not open .hla
Make finished.
Total compile time 94 ms
I also read donkeys help file. and set all the paths. How can i set the OLLYDBG debugger?