News:

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

Radasm file location help!

Started by j00n, March 02, 2011, 04:34:29 AM

Previous topic - Next topic

j00n

Hey all, using radasm... I had worked on a project earlier and had to format my pc so I saved the entire radasm folder and projects

I installed masm on c:\ as usual, default location

kept everything the same but now radasm complains about this

tester.asm(1) : fatal error A1000: cannot open file : \masm32\include\masm32rt.inc

everything worked fine before the format I didn't change anything else...

so when I change it to

include masm32rt.inc
this works but then it complains about the locations of the files inside masm32rt.inc

its like it just wants the filename and not the entire path... I don't know what I did wrong, does anybody know?

j00n

I figured it out, radasm was auto loading the wrong project and I didn't realize it