SFML community forums

Help => General => Topic started by: Zamadatix on November 25, 2010, 12:44:01 am

Title: Can't run sfml applications
Post by: Zamadatix 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?
Title: Can't run sfml applications
Post by: Laurent 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.
Title: Can't run sfml applications
Post by: Zamadatix 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.