Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

#ActualBaneTrapper

Posted 03 October 2012 - 08:24 AM

I' once had the exact same problem. The chance is that you are linking against release library when you are actually debugging.

Visit below link

http://en.sfml-dev.o...g60228#msg60228

I believe this would do it, but am going to work atm, Thx for help.

EDIT:: SFML WORKS!
Name is fixed, my error was:
while at Project properties, Linker, Input, Aditional dependecies, i did it like this
sfml-window.lib
while debug needs to be
sfml-window-d.lib

Thanks for the help!

#2BaneTrapper

Posted 03 October 2012 - 08:23 AM

I' once had the exact same problem. The chance is that you are linking against release library when you are actually debugging.

Visit below link

http://en.sfml-dev.o...g60228#msg60228

I believe this would do it, but am going to work atm, Thx for help.

EDIT:: SFML WORKS!
Name is fixed, my error was:
while at Project properties, Linker, Input, Aditional dependecies, i did it like this
sfml-window.lib
while debug needs to be
sfml-window-d.lib

#1BaneTrapper

Posted 02 October 2012 - 11:22 PM

I' once had the exact same problem. The chance is that you are linking against release library when you are actually debugging.

Visit below link

http://en.sfml-dev.o...g60228#msg60228

I believe this would do it, but am going to work atm, Thx for help.

PARTNERS