News:

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

RadAsm 3.0.0.7 bcc setup

Started by 5k3l3t0r, October 10, 2010, 01:16:58 PM

Previous topic - Next topic

5k3l3t0r

hi all...
i need some help in configure radasm to bcc

in "environement variables" i have

path = c:\Borland\BCC55\bin
include = c:\Borland\BCC55\include
lib = c:\Borland\BCC55\lib


in "Project options" i have:

Compile RC = /v /32 "$R"    Output = "$R.res"
Assemble = /c /tW "$C"     Output = "$C.obj"
Link = /aa /c /x /Gn /Tpe c0w32.obj $C $M,$O,,@$A\Bcc\GFL.txt,,$R  Output = "$C.exe"


i can't compile...
in radasm 2.2.2.0 i have correct configuration(i can compile the same project) but the same link parameters doesn't work in version 3.0.0.7

please can someone give me the correct configuration to version 3.0.0.7 ?

tkx in advance.
5k3l3t0r