Have being a long time since i last used Radasm
I totally forgot how to configure it.
I placed Radasm in masm32 directory but when trying to assemble a small projectto test, this error came
ml /c /coff /Cp "About.Asm"
I realize it is a dumb configuration isseu, but i forgot how to setup the proper path.
Can someone help me config ?
Hi
Standart is in radasm c:\Masm32
and copy Radasm in c:\
Or you change the path
OK, placed radasm in c and all went well. Many thanks
Hi
You can change the path under Menu >> Option>>Environment
$A\..\masm32\Include
$A\ == C:/
Regards