SFML community forums

Help => Window => Topic started by: Jakman4242 on September 05, 2008, 01:30:20 am

Title: Window creation error? Why?
Post by: Jakman4242 on September 05, 2008, 01:30:20 am
Hey, I'm using SFML(apparently.) with Code::Blocks. I linked SFML up to CB as in the tutorial, and ran everything fine... Well. I then moved on to the next tutorial, making a window. I then got the following error:

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

I copied and pasted the code, so I don't think it's a syntax error. I made sure I linked all of the systems(In the order provided in the first tutorial) and had the .DLLs in the .exe directory. They were, I still for the error. Could you please help me out here? This is sort of hindering my process of both learning SFML, and making my first game with this SDK.
Title: Window creation error? Why?
Post by: Laurent on September 05, 2008, 09:31:18 am
Which DLL are you using ? Are you sure there's not an older version in your system folder which could conflict ?
Title: Window creation error? Why?
Post by: Jakman4242 on September 06, 2008, 06:52:43 am
Absolutely, I only very recently downloaded 1.3, which is my first use of SFML.(I checked in the folder anyways, nothing)