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

Author Topic: Dynamic binding in current SVN  (Read 2332 times)

0 Members and 1 Guest are viewing this topic.

DanielV

  • Newbie
  • *
  • Posts: 5
    • ICQ Messenger - 172569684
    • View Profile
    • http://www.danielvollrath.de
Dynamic binding in current SVN
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Dynamic binding in current SVN
« Reply #1 on: December 10, 2008, 11:35:08 pm »
Would you be able to find the latest working revision?
Laurent Gomila - SFML developer

DanielV

  • Newbie
  • *
  • Posts: 5
    • ICQ Messenger - 172569684
    • View Profile
    • http://www.danielvollrath.de
Dynamic binding in current SVN
« Reply #2 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.

DanielV

  • Newbie
  • *
  • Posts: 5
    • ICQ Messenger - 172569684
    • View Profile
    • http://www.danielvollrath.de
Dynamic binding in current SVN
« Reply #3 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Dynamic binding in current SVN
« Reply #4 on: December 11, 2008, 08:01:38 am »
Ok thanks, I'll check this as soon as possible.
Laurent Gomila - SFML developer

 

anything