Advertisement

Borland Linking Problem

Started by May 08, 2001 04:49 PM
0 comments, last by Chrono999 23 years, 9 months ago
I''m developing some stuff for this weird machine-server thing (that''s the only way I can explain it) using C++, it uses it''s own custom OS so it''s it''s a little bit over my head currently. Even more than that, I have to use Borlands C++, not to knock Borlands its just that I''ve only used MSVC, but so far Borlands is okay! I''m trying to compile an example program, but I''m having troubles with the linker. There are instructions that come with the source code: Use Borland C++ V4.5/4.52 to compile this C source code to generate a .obj file; Use TLINK.EXE to generate a binary file similar to .COM format; I can compile .obj file, but I''m clueless as to the TLINK.EXE, so can somebody please tell me exactly how to use this function.
I think I found something about this in the tools section. I pick link target node and it shows me command line, and some other stuff, but how do I choose Tlink as the linker, or is this the default linker

This topic is closed to new replies.

Advertisement