SFML community forums

Help => General => Topic started by: pixel_pusher on September 25, 2010, 11:41:17 pm

Title: just another VS2010 linking question
Post by: pixel_pusher on September 25, 2010, 11:41:17 pm
This one isn't too bad, just a minor annoyance......

I've build SFML 1.6 for vs 2010 and all's well, except I dont seem to have any debug symbols for any of the SFML debug libs.  Probably my mistake somewhere, having just started using 2010 regularly. I did the build by just using the auto conversion tool in VS on the 2008 projects.

Specifically,the linker complains that it cant find 'vc100.pdb'. Can anyone let me know how to fix this?
Title: just another VS2010 linking question
Post by: PeterWelzien on September 26, 2010, 11:01:03 am
I believe that vc100.pdb is related to the MSVC runtime libraries and not SFML. I get a whole bunch of messages regarding missing .pdb files when I run my projects. But none of those are SFML ones. I get the correct debug symbols for SFML.
Title: just another VS2010 linking question
Post by: pixel_pusher on October 04, 2010, 06:41:27 am
whoops, missed this reply.. sorry.

Makes sense. I just don't recall this happening when I've built sfml before this most recent time. Oh well.