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

Author Topic: Executables not working on other computers (VS2008)  (Read 1858 times)

0 Members and 1 Guest are viewing this topic.

panithadrum

  • Sr. Member
  • ****
  • Posts: 304
    • View Profile
    • Skyrpex@Github
    • Email
Executables not working on other computers (VS2008)
« on: August 05, 2010, 11:10:56 pm »
Hello, this is not SFML related at all, but everytime I compile a program, it won't work on other computers (if they don't have vs2008 I think).

Quote
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem


Do I have to configure something in the project properties? Thanks.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Executables not working on other computers (VS2008)
« Reply #1 on: August 05, 2010, 11:25:19 pm »
They must install the VC++ redistributable package.
Laurent Gomila - SFML developer

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Executables not working on other computers (VS2008)
« Reply #2 on: August 06, 2010, 12:48:33 am »
The MSVC++ redistributable package isn't required to make your application work on other computers. Copying some CRT dll files into the same directory as the exe should be enough (as well as linking statically to the CRT, which isn't easy using SFML).

There have been many threads concerning this topic, just use the search function.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

panithadrum

  • Sr. Member
  • ****
  • Posts: 304
    • View Profile
    • Skyrpex@Github
    • Email
Executables not working on other computers (VS2008)
« Reply #3 on: August 06, 2010, 07:52:47 am »
Thanks for the answers, guys.

I didn't figure out what to search at all. I found the most relevant topic (fool me, I was there before!).

Topic with solution

 

anything