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

Author Topic: Debugging libs on vc++ not working  (Read 923 times)

0 Members and 1 Guest are viewing this topic.

shiroaisu

  • Newbie
  • *
  • Posts: 28
    • View Profile
Debugging libs on vc++ not working
« on: May 26, 2012, 04:01:31 am »
Hello.

Ive recently changed from C::B to VC++ but im having a problem.

When i try to build my program in the debug configuration, i cant use the static debug libs.
It gives me a bunch of undefined declarations and i get a message saying that the program could not start because the project is not correctly configured.

This is strange because i can use the static lib "-s" and the debugging lib "-d" normaly and without errors... I can even use the "normal" static lib to build in the debug configuration.

What am i doing wrong here?

SFML version: 1.6, and VC++ 2010
« Last Edit: May 26, 2012, 04:04:03 am by shiroaisu »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Debugging libs on vc++ not working
« Reply #1 on: May 26, 2012, 08:03:40 am »
Did you recompile SFML?
Did you remove the SFML_DYNAMIC macro when you used the static libs?
Laurent Gomila - SFML developer