SFML community forums

Help => General => Topic started by: shayan-sa on February 08, 2016, 01:04:26 am

Title: how to run exe file , without including dll's?
Post by: shayan-sa on February 08, 2016, 01:04:26 am
I am working with visual basic 2013 , and I have managed to setup the sfml successfully ! but there is something I can't understand . when I debug my program these is no need for dll files . but when I run the exe file , it requires dll's ! I am using -d libraries , and SFML_STATIC , and every thing works fine . examples of sfml like pong , does not require dll's , so how can I do that?
Title: Re: how to run exe file , without including dll's?
Post by: Satus on February 08, 2016, 01:16:54 am
Quote
when I debug my program these is no need for dll files .
There is, IDE probably just links them from another directory.
Title: Re: how to run exe file , without including dll's?
Post by: DarkRoku12 on February 08, 2016, 06:32:27 am
I am using -d libraries

-d libraries are for Debug.

You need the -s prefix for Static ones