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

Author Topic: how to run exe file , without including dll's?  (Read 1182 times)

0 Members and 1 Guest are viewing this topic.

shayan-sa

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
how to run exe file , without including dll's?
« 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?

Satus

  • Guest
Re: how to run exe file , without including dll's?
« Reply #1 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.

DarkRoku12

  • Full Member
  • ***
  • Posts: 203
  • Lua coder.
    • View Profile
    • Email
Re: how to run exe file , without including dll's?
« Reply #2 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
I would like a spanish/latin community...
Problems building for Android? Look here

 

anything