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

Author Topic: entry point error dynamic link library  (Read 1011 times)

0 Members and 1 Guest are viewing this topic.

sticky55

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
entry point error dynamic link library
« on: January 13, 2013, 11:17:29 pm »
After 2 hours of trying to get code blocks to work with sfml. I've kind of figured it out instead of using sjlj which i could not get to work I used dw2. note that the mingw folder from codeblocks includes both dll's for both dw2 and sjlj. So after going through all the steps on the tutorial I ran it. It said missing dll so copied the debug dlls and regular dlls for system, graphics, and window. I put them all in the debug folder and have even tried putting only the debug dlls in the debug folder and the other in the bin and I'm still getting this error message as shown in the picture.  Any help would be appreciated. Thanks in advance :D.
« Last Edit: January 14, 2013, 07:45:30 am by Laurent »

Weeve

  • Jr. Member
  • **
  • Posts: 87
  • C++ Programmer (Intermediate), 3D Artist (Skilled)
    • View Profile
    • Email
Re: entry point error dynamic link library
« Reply #1 on: February 01, 2013, 06:27:01 pm »
try getting the newest libstdc++-6.dll, dll errors commonly mean you have an old dll, or don't have it in the first place :-), once you get it, throw it into C:\Windows\system32, and your computer will recognize it, if windows asks you if you want to over-write, say yes

not sure how you got an old C++ dll.. odd..
Long live rapid project development! -- Kestrel3D Game-Engine nearing completion