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

Author Topic: Problems when debugging project  (Read 686 times)

0 Members and 1 Guest are viewing this topic.

slimmeke

  • Guest
Problems when debugging project
« on: June 21, 2013, 04:08:25 pm »
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 :(.

slimmeke

  • Guest
Re: Problems when debugging project
« Reply #1 on: June 21, 2013, 05:36:24 pm »
Ok I have found the problem :).