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

Author Topic: Gving out my exe  (Read 4280 times)

0 Members and 1 Guest are viewing this topic.

Pwndja

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Gving out my exe
« 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?

dunce

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
Gving out my exe
« Reply #1 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)

Pwndja

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
This link helped me a lot
« Reply #2 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