SFML community forums

Help => General => Topic started by: inlinevoid on January 07, 2011, 09:15:39 pm

Title: SFML won't run in Windows 7 64-bit
Post by: inlinevoid on January 07, 2011, 09:15:39 pm
I've just switched from XP 32-bit on to 7 64-bit and can't seem to get my projects to work anymore.  The problem is strange: the code compiles without any errors/warning but the renderwindow doesn't pop up, only the console window (which is frozen, I've tried some couts).

Oh and precompiled SFML samples run just fine.

Any thoughts?
Title: SFML won't run in Windows 7 64-bit
Post by: Spodi on January 07, 2011, 09:51:00 pm
What language are you using? Is your code compiling different due to being on x86-64, or is it forced to compile for x86?
Title: SFML won't run in Windows 7 64-bit
Post by: inlinevoid on January 07, 2011, 10:01:48 pm
C++.  I'm not compiling the code any differently then what I did on XP, so I'm guessing my IDE is forcing it to compile for x86 seeing as how my configuration is set to compile for Win32.
Title: SFML won't run in Windows 7 64-bit
Post by: Mr. X on January 08, 2011, 12:10:00 am
Do you have Catalyst 10.12 or 10.11 installed? This drivers are incompatible to SFML. Switch back to 10.10e.
Title: SFML won't run in Windows 7 64-bit
Post by: inlinevoid on January 08, 2011, 12:56:14 am
Ahh, I do have Catalyst 10.11.  But would this prevent me from just compiling SFML programs?  I can run the precompiled samples just fine.
Title: SFML won't run in Windows 7 64-bit
Post by: Sami345 on January 08, 2011, 06:30:19 am
Using static libraries helps also.
Title: SFML won't run in Windows 7 64-bit
Post by: inlinevoid on January 09, 2011, 01:35:45 am
Alright, I've reverted back to version 10.10e and I'm pleased to confirm that everything is working properly now.
Title: SFML won't run in Windows 7 64-bit
Post by: nevets_19 on January 09, 2011, 02:59:56 pm
Yeah. i had this problem also, i fixed it by partitioning my hard drive and dual booting it so i have xp for programing and windows 7 for gaming but now that i have seen this i gonna test this
Title: SFML won't run in Windows 7 64-bit
Post by: nevets_19 on January 09, 2011, 05:03:59 pm
Mr.X YOU ARE A GENIUS!!

i had this problem 2 and as i said i dual booted it but thats annoying, now i have it working just fine too, thank you soo much!