The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: 5k3l3t0r on October 10, 2010, 01:16:58 PM

Title: RadAsm 3.0.0.7 bcc setup
Post by: 5k3l3t0r on October 10, 2010, 01:16:58 PM
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