Hi Wei,

For what it is worth, cryptest and dlltest still use ($IntDir)
\vc80.pdb rather than $(OutDir)\vc80.pdb. The copy of cryptlib is
fine, though.

Jeff

On Mar 27, 11:08 pm, "Wei Dai" <[email protected]> wrote:
> Thanks for the suggestion. It's checked in.
>
> --------------------------------------------------
> From: "Sorin Sbârnea" <[email protected]>
> Sent: Thursday, March 26, 2009 3:49 PM
> To: "Crypto++ Users" <[email protected]>
> Cc: <[email protected]>
> Subject: vc80.pdb not delivered to the OutDir
>
>
>
>
>
> > 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_th...
>
> > 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.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to