I had one of ther earlyer versions of RadASM and I was having no problems at all with it. I had to restore my computer because of a nasty worm and when I went to run trainer I had made and I got this message:
C:\Masm32\Bin\ML.EXE /c /coff /Cp /nologo /I"C:\Masm32\Include" "Test Project.asm"
Assembling: Test Project.asm
Test Project.asm(10) : fatal error A1000: cannot open file : \radasm\masm\inc\radbg.inc
Make error(s) occured.
Total compile time 484 ms
But when I looked in my RadASM folder I found the radbg.inc file. I am unsure of why it was doing this so I went to download it again to see if that would work, but when I downloaded the newest version (2.2.0.5?) on the site and opened it, it was for html editing. If anyone could help I would greatly appreciate it. I have masm32 installed and all the other stuff I need (I think) and I just don't understand why it wont work :'(
HI Trans Am,
Did you also download and install the RadAsm programming pack?
Also open your RadAsm.ini file, and look for the [Assembler] section.
Make sure that you have masm listed first after" Assembler=".
Your path environment variables may not be set up correctly either, since you've done
a restore.
Regards,
Rags
Thank you so much! I got it to work, it was my
[Assembler]
Assembler=html
instead of
[Assembler]
Assembler=masm
Thanks again!