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

Author Topic: Window creation error? Why?  (Read 2802 times)

0 Members and 1 Guest are viewing this topic.

Jakman4242

  • Newbie
  • *
  • Posts: 18
    • MSN Messenger - ninjamasterjack@nctv.com
    • View Profile
    • http://www.vgcats.com/
Window creation error? Why?
« 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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Window creation error? Why?
« Reply #1 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 ?
Laurent Gomila - SFML developer

Jakman4242

  • Newbie
  • *
  • Posts: 18
    • MSN Messenger - ninjamasterjack@nctv.com
    • View Profile
    • http://www.vgcats.com/
Window creation error? Why?
« Reply #2 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)

 

anything