News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM Download Problem

Started by Trans_am77, October 29, 2005, 05:51:37 AM

Previous topic - Next topic

Trans_am77

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  :'(

rags

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
God made Man, but the monkey applied the glue -DEVO

Trans_am77

Thank you so much! I got it to work, it was my

[Assembler]
Assembler=html

instead of

[Assembler]
Assembler=masm

Thanks again!