How do i add .pdb file associated with a lib file?
Posted
by Anon911
on Stack Overflow
See other posts from Stack Overflow
or by Anon911
Published on 2010-05-04T22:24:52Z
Indexed on
2010/05/04
22:28 UTC
Read the original article
Hit count: 128
c++
|visual-studio-2008
How do i add .pdb file associated with a lib file?
I am importing a .lib file in a C++ project. When I build it i get an error saying that vc90.pdb does not contains the debug information. I have the pdb file associated with the library. how can i add it to my current project. Thanks
© Stack Overflow or respective owner