James Kanze
2009-10-30 16:37:18 UTC
Not sure if this is the right forum, but I can't find one which
is more appropriate.
What is the usual procedure for exporting debugging information
when delivering a static library (a .lib file)? The only
solution I've found to date is to copy all of the .pdb files for
the object files into the directory in which I deliver the .lib,
but this seems to defeat part of the purpose of using a library.
Is there any way of putting them into the .lib itself, or of
building a single .pdb for the library?
--
James Kanze
is more appropriate.
What is the usual procedure for exporting debugging information
when delivering a static library (a .lib file)? The only
solution I've found to date is to copy all of the .pdb files for
the object files into the directory in which I deliver the .lib,
but this seems to defeat part of the purpose of using a library.
Is there any way of putting them into the .lib itself, or of
building a single .pdb for the library?
--
James Kanze