im currently using the borland free compiler and i am brand new to c++ programming. i have looked in several different places to find out about what the .tds file is all about with no luck. what is the tds file for?
This is a discussion on compiler/linker output within the C++ Programming forums, part of the General Programming Boards category; im currently using the borland free compiler and i am brand new to c++ programming. i have looked in several ...
im currently using the borland free compiler and i am brand new to c++ programming. i have looked in several different places to find out about what the .tds file is all about with no luck. what is the tds file for?
As far as I understand (but don't quote me on this) this is some dynamic symbols table or something of this kind.
1 rule of the Samurai Code: if you have nothing to say, don't say anything at all!
i have been thinking that this was maybe a file that the linker uses to link obj files (just a guess).
tds (table dynamic symbols) you sound right on the money engineer, thankyou :-)
TDS's mean nothing, I used borland for 6 months and i had to look at a TDS once when i was working with linking to a asm source or something weird like that.