1
General / Re: C++ Visual Studio 2013 SFML 2.2: Cannot find procedureentrypoint
« on: May 24, 2015, 11:52:50 am »Grab the Dependency Walker, launch it and drag & drop your executable into it.
It will list you in a tree structure the library files loaded by your executable. Make sure it accesses the correct versions of SFML etc. If it doesn't, that's a starting point to find out where/why it's grabbing different versions.
Thanks for your answer! I downloaded dw and it showed that some files were missing. I tried putting the dlls in system32 again but the error still remains.
I checked the include and library directories and they were up to date. Then I tried to rebuild the project and there was no difference.
And the weird thing is that the examples included in the examples folder worked totally fine. So there must be something happening when compiling?
Thanks for all your help!