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

Author Topic: Share SFML Project with others  (Read 2704 times)

0 Members and 1 Guest are viewing this topic.

Zonsa

  • Newbie
  • *
  • Posts: 10
    • View Profile
Share SFML Project with others
« on: December 19, 2021, 02:17:38 pm »
Hey,
i want to share my sfml project and obviously there are some errors with .dlls ... i googled a bit and found this thread https://stackoverflow.com/questions/56602222/how-can-i-share-my-sfml-game-with-others-without-errors .
I tried using Dependencies, but it shows that i need some dlls from the SysWOW64 folder ... and even when i add those into my project folder the errors for these two still appear (see attachment).

Paul

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Share SFML Project with others
« Reply #1 on: December 19, 2021, 08:05:35 pm »
Everyone has these dll's in SysWOW64 folder, if they have Windows of course. You rather need share dll's from compiler and SFML dll's.
« Last Edit: December 20, 2021, 08:07:26 pm by Paul »

 

anything