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

Author Topic: SFML 2.0 RC Bug  (Read 711 times)

0 Members and 1 Guest are viewing this topic.

dejan

  • Newbie
  • *
  • Posts: 1
    • View Profile
SFML 2.0 RC Bug
« on: April 30, 2012, 07:15:37 pm »
Hello, i've been using older SFML 2.0 beta version, i believe that it was from 2011 if i am not mistaken.
Anyway, few days ago i started one project with it and it all worked good. Then, i saw that the SFML 2.0 RC got released, so i decided to try it out. I just replaced the old files with the new files and i get this error on my project that i started with earlier 2.0 build:

"The procedure entry point ?display@Window@sf@@QAEXXZ could not be located in the dynamic link library sfml-window-2.dll"

(image http://imgur.com/Pm8R0)

What could be causing it?

PS I am linking debug libs (sfml-window-d.lib )

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML 2.0 RC Bug
« Reply #1 on: April 30, 2012, 07:22:36 pm »
Quote
What could be causing it?
A bad mix between both versions.
Laurent Gomila - SFML developer