SFML community forums

Help => General => Topic started by: dejan on April 30, 2012, 07:15:37 pm

Title: SFML 2.0 RC Bug
Post by: dejan 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 )
Title: Re: SFML 2.0 RC Bug
Post by: Laurent on April 30, 2012, 07:22:36 pm
Quote
What could be causing it?
A bad mix between both versions.