Author Topic: Linker settings  (Read 3172 times)

Offline pacopizz

  • Single posting newcomer
  • *
  • Posts: 7
Linker settings
« on: May 05, 2008, 04:10:05 pm »
Hi everybody,
I have a problem when setting my linker in C::B. I want to use the Borland C++ compiler and linker because I need a 80186 compatible exe file. So I set in the toolchain executables bcc.exe for the compiler and tlink.exe for the linker. I don't have any problem when using "Compile only" (current cpp file), and I get my object file, but when I want to build the exe file, I have the following message :

tlink /Tde/x/l/c/k /V3.10 /LC:\bc5\lib c0l.obj main.obj,main.exe,,c:\bc5\lib\cl.lib,
Process terminated with status -1073741819 (0 minutes, 0 seconds)
0 errors, 0 warnings[/color]

And no exe file is created.
 
The same command line in a console window works perfectly.
Thank You for your help.