SFML community forums

Help => General => Topic started by: Patryk18 on October 05, 2017, 07:15:40 pm

Title: Problem with .dll
Post by: Patryk18 on October 05, 2017, 07:15:40 pm
Hello.

Could you help me? I created my game's project. I compiled the project. I work, but only on pc where it was bulided. When I move my execute program into other computer. I got a message, that VCRUNTIME140.dll and MSVCP140.dll is missing. Can I include the library into my project? But how? I use MS Visual Studio C++ 2015, with SFML 2.4.x.

Thanks for help.

PS. Sorry for my bad english. :/
Title: Re: Problem with .dll
Post by: eXpl0it3r on October 05, 2017, 07:34:51 pm
Either install the runtime (redist) for your VS version or copy the required DLLs from the VS directory.