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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vengefulwings

Pages: [1]
1
General / Problems with the Debug libraries
« on: April 19, 2009, 02:06:33 pm »
The compiler is set to debug and i've tried to link to the debug libraries but it won't play cricket.

ahh well thanks for your help i'll just struggle by in release mode.

2
General / Problems with the Debug libraries
« on: April 17, 2009, 12:24:42 am »
I've been using the Window , Graphics and System libraries in release mode for a few days now creating and manipulating sprites to make a simple game.

However I am unable to get the debug version of the llibraries working giving me some debugging problems obviously.

I've tried all the methods in the tutorial and for the release mode I have
sfml-system-s.lib sfml-graphics-s.lib sfml-window-s.lib in the linker settings addtional dependencies option. which works fine.

But moving onto debug mode I change to the debug libraries which are
sfml-system-s-d.lib sfml-graphics-s-d.lib sfml-window-s-d.lib.

But its having none of it. I'm sure its something silly I've missed sorry if thats the case.

I'm using VS 2008 and I know the tutorial for setting up SFML on VS was based on using 2005. Is there anything else needed to get it to work in debug mode with VS2008?

This is also on Vista if that makes a difference.

Thanks for any help

Pages: [1]
anything