SFML community forums

General => General discussions => Topic started by: Pwndja on February 01, 2008, 02:27:16 am

Title: Gving out my exe
Post by: Pwndja on February 01, 2008, 02:27:16 am
What all do i need to have with my exe that i have compiles from my code using SFML in order to run the exe on other computers with out all the sfml dlls and libs and includes?
Title: Gving out my exe
Post by: dunce on February 01, 2008, 05:03:02 am
If you mean the libraries that must be included in the distribution of your SFML-based application, here is the list:
 
1. OpenAl redistribution pack (oalinst.exe)
2. libsndfile-1.dll
3. If you are using VC8 and linking RTL dynamically you need to include MS    VC8 redistribution pack (vcredist_x86.exe)
Title: This link helped me a lot
Post by: Pwndja on February 01, 2008, 06:02:48 am
Cool i found this and it helped me out a lot... this gives you a step by step way of creating an installer for your program using VS 2005/2003

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=52788&SiteID=1