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

Author Topic: Warning Messages  (Read 884 times)

0 Members and 1 Guest are viewing this topic.

DuffCola

  • Newbie
  • *
  • Posts: 8
    • View Profile
Warning Messages
« on: October 04, 2013, 10:04:28 pm »
Hello,
why I got this warning messages, how I can fix them?
warning LNK4099: PDB 'sfml-graphics-s-d.pdb' was not found with 'sfml-graphics-s-d.lib(Color.cpp.obj)' or at 'C:\Users\Michael\documents\visual studio 2010\Projects\SFML_Games\Debug\sfml-graphics-s-d.pdb'; linking object as if no debug info        C:\Users\Michael\documents\visual studio 2010\Projects\SFML_Games\Plane_Mover\sfml-graphics-s-d.lib(Color.cpp.obj)
 
I got 34 more from them...

Ixrec

  • Hero Member
  • *****
  • Posts: 1241
    • View Profile
    • Email
Re: Warning Messages
« Reply #1 on: October 04, 2013, 10:22:27 pm »
That's Visual Studio losing track of some of its internal bookkeeping.  It has nothing to do with your code.  I've never had a serious problem caused by it.

Still, I have managed to get rid of the warning in the past by simply deleting all of the "internal bookkeeping" files, thereby forcing it to regenerate all of them.  Specifically, I deleted all of the files in [project folder]/[project name]/Debug and [project folder]/[project name]/Release.  Note that those are different from [project folder]/Debug and [project folder]/Release.