Hey Guys
I got a problem when I debug my project.
Everytime I compile it for x32 debug (VS2012) I got a crash on starting. I got 1 warning in debug mode "warning LNK4099: PDB 'sfml-main-d.pdb' was not found with 'sfml-main-d.lib(SFML_Main.cpp.obj)' or at 'sfml-main-d.pdb'; linking object as if no debug info sfml-main-d.lib(SFML_Main.cpp.obj)
".
My linker input is: sfml-audio-d.lib
sfml-graphics-d.lib
sfml-main-d.lib
sfml-network-d.lib
sfml-system-d.lib
sfml-window-d.lib
opengl32.lib
glu32.lib
assimp.lib
sfeMovie.lib
Can someone help me. I have a problem in my source and I can't debug it
.