The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: guga on August 22, 2014, 04:33:35 AM

Title: Radasm Config
Post by: guga on August 22, 2014, 04:33:35 AM
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 ?
Title: Re: Radasm Config
Post by: ragdog on August 23, 2014, 04:29:54 AM
Hi

Standart is in radasm c:\Masm32
and copy Radasm in c:\

Or you change the path
Title: Re: Radasm Config
Post by: guga on August 23, 2014, 11:07:35 AM
OK, placed radasm in c and all went well. Many thanks
Title: Re: Radasm Config
Post by: ragdog on August 23, 2014, 03:20:05 PM
Hi

You can change the path under Menu >> Option>>Environment

$A\..\masm32\Include

$A\ == C:/

Regards