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

Author Topic: Can't run sfml applications  (Read 1705 times)

0 Members and 1 Guest are viewing this topic.

Zamadatix

  • Newbie
  • *
  • Posts: 27
    • View Profile
Can't run sfml applications
« on: November 25, 2010, 12:44:01 am »
I find myself almost out of idiot hill getting sfml2 to work only to find that some way in the last few days I broke sfml. Not only do applications I compile not run, some of the others I downloaded from the projects section wont run either. I copied a simple open window program that I made onto my laptop and it ran fine but on my development desktop it just opens a blank console window which has no text or cpu usage, the same for others. Any ideas?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Can't run sfml applications
« Reply #1 on: November 25, 2010, 08:05:23 am »
Make sure that your SFML install is clean, and that you don't have an old version conflicting somewhere. The libraries names in SFML 2 have changed a several times, which may cause problems if you have old versions still installed.
Laurent Gomila - SFML developer

Zamadatix

  • Newbie
  • *
  • Posts: 27
    • View Profile
Can't run sfml applications
« Reply #2 on: November 26, 2010, 01:44:53 am »
I found that it is the ATI bug, I updated my graphics drivers in that time. I compiled the static libraries and applications run fine now.