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

Author Topic: Procedure Entry Point?  (Read 10119 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Procedure Entry Point?
« Reply #15 on: April 20, 2012, 07:58:51 am »
Doesn't work. But please... just use one of the many websites that allow you to upload and share data :P

Have a look at sfmluploads.org
Laurent Gomila - SFML developer

BrainInaJar1245

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Procedure Entry Point?
« Reply #16 on: April 20, 2012, 02:36:07 pm »
Bass gets you through in times of treble.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Procedure Entry Point?
« Reply #17 on: April 20, 2012, 02:48:07 pm »
Yeah ;)

What's your version of MinGW/gcc?

And is the error message in your first post an exact copy and paste, or did you write it manually?
« Last Edit: April 20, 2012, 02:51:11 pm by Laurent »
Laurent Gomila - SFML developer

BrainInaJar1245

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Procedure Entry Point?
« Reply #18 on: April 20, 2012, 03:57:56 pm »
What's your version of MinGW/gcc?
4.6.2, I'm pretty sure.

And is the error message in your first post an exact copy and paste, or did you write it manually?

It's manually written because c::b wouldn't let me copy and paste it, but it's exact.
Bass gets you through in times of treble.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Procedure Entry Point?
« Reply #19 on: April 20, 2012, 04:28:26 pm »
Quote
it's exact
I don't think so, the symbol should be
_ZN2sf4Font12LoadFromFileERKSsjRKNS_7Unicode4TextE
instead of
_ZN2sf4Font12LoadFromFileERKsjRKNS_7Unicode4TextE
Can you confirm this?
Laurent Gomila - SFML developer

BrainInaJar1245

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Procedure Entry Point?
« Reply #20 on: April 20, 2012, 05:54:05 pm »
Yep, you're right. Capital S.
Bass gets you through in times of treble.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Procedure Entry Point?
« Reply #21 on: April 20, 2012, 05:57:58 pm »
Ok. Then I can tell you that the sfml-graphics.dll file that you uploaded contains this symbol, so for some reason your executable is using another sfml-graphics.dll file (probably one from a directory which is in the PATH environment variable).

Make sure that you don't have other SFML DLLs on your disk.
Laurent Gomila - SFML developer

BrainInaJar1245

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Procedure Entry Point?
« Reply #22 on: April 24, 2012, 03:56:33 pm »
Deleted everything with SFML in it, re-downloaded it and started from scratch, with the exception of my program... Same error. What did I do wrong?
Bass gets you through in times of treble.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Procedure Entry Point?
« Reply #23 on: April 24, 2012, 04:06:41 pm »
Use DependencyWalker.exe (Google it) to find out where is the sfml-graphics.dll file that yuor executable depends on.
Laurent Gomila - SFML developer

BrainInaJar1245

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Procedure Entry Point?
« Reply #24 on: April 25, 2012, 04:07:12 pm »
How do I do use that? I can upload a dll, but how do i find which one my system depends on? Is it the codeblocks.dll file?
Bass gets you through in times of treble.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Procedure Entry Point?
« Reply #25 on: April 25, 2012, 04:18:23 pm »
Drag n drop your executable inside DependencyWalker, then find "sfml-graphics.dll" and once you've found it, there should be its full path written.
Laurent Gomila - SFML developer

BrainInaJar1245

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Procedure Entry Point?
« Reply #26 on: April 25, 2012, 04:29:03 pm »
Looks like that was where the problem was.

Thanks for being so patient, it's nice to know that not all computer forums are just a bunch of trolls who prey on any newbie who comes by looking for help. Definitely using this again.
Bass gets you through in times of treble.