Thread: OBJ TDS files .. what are they ?

  1. #1
    Registered User moonwalker's Avatar
    Join Date
    Jul 2002
    Posts
    282

    OBJ TDS files .. what are they ?

    My compiler (Borland C++ 5.5) creates OBJ and TDS files.
    What're these files ? What's their use ?
    I see that OBJ files are also created by QBASIC, PASCAL
    and most other compilers that make EXEs

    What can we do with these files ?

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    114
    when the compiler compiles the code, it creates obj files that are later linked together into the exe or dll or whatever...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Create Copies of Files
    By Kanshu in forum C++ Programming
    Replies: 13
    Last Post: 05-09-2009, 07:53 AM
  2. *.cpp and *.h files understanding
    By ElastoManiac in forum C++ Programming
    Replies: 4
    Last Post: 06-11-2006, 04:45 AM
  3. precompiled OBJ files
    By Mastadex in forum Windows Programming
    Replies: 2
    Last Post: 04-18-2006, 09:21 AM
  4. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  5. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM