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

Author Topic: Could not find Entrypoint in DLL .....exe  (Read 1128 times)

0 Members and 1 Guest are viewing this topic.

c0d3r9

  • Newbie
  • *
  • Posts: 12
    • View Profile
Could not find Entrypoint in DLL .....exe
« on: February 05, 2018, 10:36:19 pm »
I´m coding since some years but with a big break.
So i have maybe some curious questions.

I´ve downloaded sfml for gcc 6.10 and try to start the examples.
With the VS2015 version i could start it.
But on the gcc6.10 package an error is the result.
Something like could not find entrypoint on dll xyz..... pong.exe
All dll´s i´ve copied to the folder.

Before that i try to code myself with sfml and the gcc6.10 package and have the same error.
I use CLion and the build seems okay and i can run the example test code from me to open a window.
But if i try to start the .exe -> the same error.

I hope someone could help me.

edit: i found the solution myself.I have to add some *.dll from gcc.Is there a chance to create a game without gcc dll´s?
It´s not important now i know what i have to do.

« Last Edit: February 05, 2018, 10:51:16 pm by c0d3r9 »

 

anything