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

Author Topic: This application has failed to start because the application  (Read 16838 times)

0 Members and 1 Guest are viewing this topic.

dabo

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
    • http://www.dabostudios.net
This application has failed to start because the application
« Reply #15 on: February 24, 2008, 02:18:22 am »
Nexus, go to "\SFML-1.2\vc2008" and open "SFML.sln". Then if "Debug static" isen't already selected in the "Configuration manager" select it. Then Build!

Now you should have new static libraries in "\SFML-1.2\lib\vc2008\static". Remember to use the ones ending with a "-d" like "sfml-window-d.lib" and not "sfml-window.lib".

That's how I got SFML to work. I'm not using Vista though.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
This application has failed to start because the application
« Reply #16 on: February 24, 2008, 09:30:38 am »
BTW, compiling SFML is also explained in the tutorial... ;)
Laurent Gomila - SFML developer

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
This application has failed to start because the application
« Reply #17 on: February 24, 2008, 10:35:50 am »
Thank you very much for your great help! Everything is okay now!

I have read the tutorial and even tried to rebuild, but I linked my code with another configuration (not debug static) and it didn't work.
First, the way described by dabo didn't work either, I got the error mt.exe : general error c101008a: Failed to save the updated manifest to the file. I googled and found out I would have to rebuild the whole solution to suceed, which worked.

I am really glad you could help me, I am looking forward to use SFML, thanks a lot!
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

 

anything