SFML community forums
Help => General => Topic started by: magicpen on November 26, 2011, 06:13:49 pm
-
I just switched to Windows 64 Bit and need new compiled versions of SFML 1.6 for 64 Bit MSVC. Where can I get those? Or does anyone have them lying around?
I'd of course also like SFML 2.0 64Bit, but that is still instable and not available precompiled at all. ;)
-
You can use the 32 bit version with an 64 bit os.
If you really want 64 bit then you will probably need to compile it yourself (it's not that hard).
-
I've gone through that:
http://www.sfml-dev.org/forum/viewtopic.php?t=6036
You can find my compiled SFML 1.6 static libraries for Win7 64 bit, vc++ 2010 express here:
http://dl.dropbox.com/u/8595437/w7enterprise_64__vs2010xp_sfml16.zip
-
compiling yourself isn't that hard. you have to compile your own projects don't you? same same.
-
I'm having trouble building Debug DLL using the solution found in ingwiks link. I get link error towards opengl and freetype. Any ideas how to fix it?
http://pastebin.com/vrntBigQ
-
I found and managed to compile freetype as required However, openal still remains a mystery.
-
Solved my compilation issues. The 64 bit OpenAL can be found by downloading the OpenAL SDK installer.