March 21, 2006
This message is directed to Walter and anyone else who maintains on the Digital Mars C++ source code.

I posted earlier about the problem with undefined symbols and the Microsoft Platform SDK...

The file uuid.lib contains the symbols that are not being carried across when coff2omf is run.

I decided to try to determine just what is happening, so I wrote a batch file to extract the 1,157 .obj files that are contained in uuid.lib then run coff2omf on each file.

This is where I believe the problem is...  coff2omf ignored any file that had a base name length of more than 11 characters (15 chars if you include the extension).

Walter, would you please be so kind as to check on this?  It could not be that much work to modify coff2omf to handle longer file names.

Thank you,
Roger Scudder