SFML community forums

Help => General => Topic started by: shiroaisu on May 26, 2012, 04:01:31 am

Title: Debugging libs on vc++ not working
Post by: shiroaisu 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
Title: Re: Debugging libs on vc++ not working
Post by: Laurent 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?