SFML community forums
Help => General => Topic started by: neptunier on May 02, 2013, 08:43:44 am
-
hello,
this is my first post here. my name is michael from germany and i was working the last months with sfml and really like it. i am a beginner in programming. i am using visual studio 2012 prof in windows 7 and sfml 2.0. i was compiling the libraries for for my computers and everything worked.
i wanted to share my programm with a friend but he has probs running it. it says he is missing the sfml-graphics-d-2.dll although it is in his system 32. however i am using win7 32bit and he 64bit.
does anybody know what went wrong there?
thanks for help,
michael
-
You should never distribute debug builds, and you should never copy SFML DLLs in Windows\System32.
However, that doesn't explain your problem. If you have problems with DLLs, you can also link SFML statically.
-
thanks laurent, i will try that.
-
Also, make sure that any sfml .dll files are in the same directory as the executable.
-
thanks laurent. i statically linked now and sent it to the friend. now it says missing mfc110.dll. i know that dll has nothing to do with sfml, but i was wandering if the sfml missing dll is now resolved.
might there be a difference in the mfc110.dll between 32bit and 64bit?
thanks, michael