96f Subj : Re: Stripping lib files To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Thu Oct 16 2003 01:00 pm FYI: tdstrp32.exe does not seem to strip comment records from 32 bit object files. --------------------- C:\Projects\s8 >tdstrp32 dump.obj Turbo Debugger 32-bit Symbol Table Stripper V5.0 (c) 1988,96 Borland Intl TDSTRP32 can't strip OBJ files, use TDSTRIP C:\Projects\s8 > --------------------- And tdstrip.exe fails to strip the comments --------------------- C:\Projects\s8 >tdstrip dump.obj Turbo Debugger Symbol Table Stripper Version 5.0 (c) 1988,96 Borland Intl C:\Projects\s8 >s8 sdump z1 ======================================= Turbo Dump Version 5.0.16.12 Copyright (c) 1988, 2000 Inprise Corporation Display of File DUMP.OBJ 000000 THEADR Dump.cpp 00000D LNAMES Name 1: '_TEXT' Name 2: 'CODE' Name 3: '' Name 4: '_DATA' Name 5: 'DATA' Name 6: 'DGROUP' Name 7: '_BSS' Name 8: 'BSS' Name 9: '$$BSYMS' Name 10: 'DEBSYM' Name 11: '$$BTYPES' Name 12: 'DEBTYP' Name 13: '$$BNAMES' Name 14: 'DEBNAM' Name 15: '$$BROWSE' Name 16: '$$BROWFILE' 00007B SEGDEF 1 : _TEXT DWORD PUBLIC USE32 Class 'CODE' Length: 02c2 000085 SEGDEF 2 : _DATA DWORD PUBLIC USE32 Class 'DATA' Length: 0558 00008F SEGDEF 3 : _BSS DWORD PUBLIC USE32 Class 'BSS' Length: 0000 000099 COMDEF Name: 1: '_STL::vector<_STL::basic_string, _STL::allocator >, _STL::allocator<_S' virtual(_TEXT) Length: 0094 bytes 0001A1 COMDEF Name: 2: '_STL::vector<_STL::basic_string, _STL::allocator >, _STL::allocator<_' virtual(_TEXT) Length: 0068 bytes 000256 COMDEF Name: 3: '_STL::allocator::~allocator()' virtual(_TEXT) Length: 0019 bytes 00027A COMDEF Name: 4: '_STL::basic_string, _STL::allocator >::~basic_string, _STL::allocator >()' virtual(_TEXT) Length: 0069 bytes -------I've truncated the output here----------- .. Ed > Jogy wrote in message > news:3f8eb948$1@newsgroups.borland.com... > > Borland C++ Builder 6 contains TDSTRP32.EXE, which > is the 32-bit equivalent of TDSTRIP . 0