TLink

From OSDev Wiki

Jump to: navigation, search

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
Retrieved from "http://wiki.osdev.org/TLink"
Personal tools