News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Radasm Config

Started by guga, August 22, 2014, 04:33:35 AM

Previous topic - Next topic

guga

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 ?
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

ragdog

Hi

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

Or you change the path

guga

OK, placed radasm in c and all went well. Many thanks
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

ragdog

Hi

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

$A\..\masm32\Include

$A\ == C:/

Regards