Hi, I discovered that vc80.pdb files are generated into $(IntDir) instead of $(OutDir).
Due to this when you link with the library the linked will not find the pdb file and you'll get warnings because it cannot use debug symbols. I've found the solution here http://groups.google.com/group/microsoft.public.vc.language/browse_thread/thread/4ce4f4e1ab48e041 See project settings/C++/Output Files/Program Database File Name and change $(IntDir) with $(OutDir). It would be nice to include this in the trunk so it would save time to others. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
