SFML community forums
Help => General => Topic started by: DanielV on December 10, 2008, 11:10:59 pm
-
Hi,
is there a problem with the dynamic binding at the current SVN-version? (Rev. 955)
Static binding works without any problem but after i switch to dynamic binding and recompile the program ends in a "sleeping" console-window.
I tried it with sources from the svn tutorials ... same problem.
As soon as I create my sf::Window instance the programm goes to bed :wink:.
No errors or warnings in my compile-log.
I use VC++ 2008, SFML_DYNAMIC is defined.
Same configuration worked with an older SVN or Release 1.3.
Thank you,
Daniel
-
Would you be able to find the latest working revision?
-
Ahh Sorry, i've just seen I wrote in the wrong forum. This should be under Help -> General :oops:
I try to find the latest working revision.
-
Some News:
I found out that 926 is the last one working.
So it should be the Window/Context.cpp.
Thank you,
Daniel
-
Ok thanks, I'll check this as soon as possible.