Borland Linking Problem
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.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement