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

Author Topic: [Solved] Executable isnt running on other systems  (Read 3111 times)

0 Members and 1 Guest are viewing this topic.

lohr

  • Newbie
  • *
  • Posts: 15
    • View Profile
[Solved] Executable isnt running on other systems
« on: June 26, 2008, 09:54:25 am »
Hello,

I am using VS Prof 2005 and i have built a little game.
Now I compiled and linked it, and it runs nice on my developer machine.

But if I show it to a friend on a different PC there comes an error msg "...Application could not be started, because the applicationconfiguration failed...".

How could i fix this?
I read very much at google but nothing really helped (which dll, i need on the target machine or static linking?)

Thank you very much!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
[Solved] Executable isnt running on other systems
« Reply #1 on: June 26, 2008, 10:49:48 am »
You need to install the VC++ redistributables on the other machine.

Also, make sure you're not distributing a debug build of your application.
Laurent Gomila - SFML developer

lohr

  • Newbie
  • *
  • Posts: 15
    • View Profile
[Solved] Executable isnt running on other systems
« Reply #2 on: June 26, 2008, 04:49:58 pm »
Thank you very much :)

 

anything