Hi Ketil,
I changed the Project location under RadAsm to F:\Data\Users\Me\Masm\Projects so that it can get backed up daily, but upon compiling I get the following error:
test.asm(7) : fatal error A1000: cannot open file : \masm32\include\windows.inc
My include reference under Set Paths is still $A/Include
What to do?
I changed the Project location under RadAsm to F:\Data\Users\Me\Masm\Projects so that it can get backed up daily, but upon compiling I get the following error:
test.asm(7) : fatal error A1000: cannot open file : \masm32\include\windows.inc
My include reference under Set Paths is still $A/Include
What to do?
Hi JimmyClif
Use Options / Set Paths and change the App : \masm32 to C:\masm32
KetilO
Use Options / Set Paths and change the App : \masm32 to C:\masm32
KetilO
Thanks Ketil - After trying again it works!