Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: just another VS2010 linking question  (Read 1864 times)

0 Members and 1 Guest are viewing this topic.

pixel_pusher

  • Newbie
  • *
  • Posts: 6
    • View Profile
just another VS2010 linking question
« 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?

PeterWelzien

  • Newbie
  • *
  • Posts: 38
    • View Profile
just another VS2010 linking question
« Reply #1 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.
/Peter Welzien

pixel_pusher

  • Newbie
  • *
  • Posts: 6
    • View Profile
just another VS2010 linking question
« Reply #2 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.

 

anything