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

Author Topic: Problem with .dll  (Read 1448 times)

0 Members and 1 Guest are viewing this topic.

Patryk18

  • Newbie
  • *
  • Posts: 1
    • View Profile
Problem with .dll
« 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. :/

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
Re: Problem with .dll
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/