Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - PDB Locations
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

PDB Locations

 Post Reply Post Reply
Author
Message
mrmathis View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 May 2007
Location: United States
Status: Offline
Points: 105
Post Options Post Options   Thanks (0) Thanks(0)   Quote mrmathis Quote  Post ReplyReply Direct Link To This Post Topic: PDB Locations
    Posted: 11 December 2008 at 3:05pm
Is there a reason that the PDB files are not generated in the same folder and with the same naming scheme as the corresponding DLLs?  Out of the box, for example, one DLL is
 
     ../../bin/vc90/ToolkitPro1201vc90.dll
 
while the PDB is
 
     .\Release/vc90/ToolkitPro1201.pdb
 
Note the folders are different, and the DLL encodes the compiler version (eg vc90) into the filename while the PDB does not.  This causes me some mild heartburn each time I roll out a new version of Codejock to my team, since it doesn't play well with some custom crashlog debugging tools we use, which assume that the files live together.  I end up modifying the project files over & over.
 
--Mike
 
--Mike
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.