SFML community forums

Help => General => Topic started by: DanielV on December 10, 2008, 11:10:59 pm

Title: Dynamic binding in current SVN
Post 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
Title: Dynamic binding in current SVN
Post by: Laurent on December 10, 2008, 11:35:08 pm
Would you be able to find the latest working revision?
Title: Dynamic binding in current SVN
Post by: DanielV on December 10, 2008, 11:36:56 pm
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.
Title: Dynamic binding in current SVN
Post by: DanielV on December 11, 2008, 12:13:38 am
Some News:
I found out that 926 is the last one working.

So it should be the Window/Context.cpp.

Thank you,
Daniel
Title: Dynamic binding in current SVN
Post by: Laurent on December 11, 2008, 08:01:38 am
Ok thanks, I'll check this as soon as possible.