TLink
Jump to navigation
Jump to search
This page or section is a stub. You can help the wiki by accurately contributing to it. |
TLink is the linker that comes with Borland C and their assembler TASM. The difference between TLink and TLink32 is that TLink32 creates ONLY Win32/PE (and DLL) files where as TLink creates Dos and Win16 files.
- Pros
- Supports Win32/COFF and OMF/OBJ
- Has support for libraries
- Supports creating Win32/PE files and DLL's
- Supports OMF/OBJ (and DWARF?) debugging information
- Cons
- Lacking in both input and output fileformats
- Can't create flat binary images
- Can't create shared libraries