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

Author Topic: SFML won't run in Windows 7 64-bit  (Read 4997 times)

0 Members and 1 Guest are viewing this topic.

inlinevoid

  • Newbie
  • *
  • Posts: 49
    • MSN Messenger - inlinevoidmain@gmail.com
    • AOL Instant Messenger - inlinevoid
    • View Profile
    • Email
SFML won't run in Windows 7 64-bit
« 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?

Spodi

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • http://www.netgore.com/
SFML won't run in Windows 7 64-bit
« Reply #1 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?

inlinevoid

  • Newbie
  • *
  • Posts: 49
    • MSN Messenger - inlinevoidmain@gmail.com
    • AOL Instant Messenger - inlinevoid
    • View Profile
    • Email
SFML won't run in Windows 7 64-bit
« Reply #2 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.

Mr. X

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
SFML won't run in Windows 7 64-bit
« Reply #3 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.

inlinevoid

  • Newbie
  • *
  • Posts: 49
    • MSN Messenger - inlinevoidmain@gmail.com
    • AOL Instant Messenger - inlinevoid
    • View Profile
    • Email
SFML won't run in Windows 7 64-bit
« Reply #4 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.

Sami345

  • Newbie
  • *
  • Posts: 2
    • View Profile
SFML won't run in Windows 7 64-bit
« Reply #5 on: January 08, 2011, 06:30:19 am »
Using static libraries helps also.

inlinevoid

  • Newbie
  • *
  • Posts: 49
    • MSN Messenger - inlinevoidmain@gmail.com
    • AOL Instant Messenger - inlinevoid
    • View Profile
    • Email
SFML won't run in Windows 7 64-bit
« Reply #6 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.

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML won't run in Windows 7 64-bit
« Reply #7 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

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML won't run in Windows 7 64-bit
« Reply #8 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!