SFML community forums

Help => General => Topic started by: magicpen on November 26, 2011, 06:13:49 pm

Title: Precompiled SFML 1.6 for 64 Bit Windows
Post 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. ;)
Title: Precompiled SFML 1.6 for 64 Bit Windows
Post by: P@u1 on November 26, 2011, 11:55:33 pm
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).
Title: Precompiled SFML 1.6 for 64 Bit Windows
Post by: ingwik on November 27, 2011, 07:26:22 pm
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
Title: Precompiled SFML 1.6 for 64 Bit Windows
Post by: sbroadfoot90 on November 30, 2011, 12:04:51 pm
compiling yourself isn't that hard. you have to compile your own projects don't you? same same.
Title: Precompiled SFML 1.6 for 64 Bit Windows
Post by: ronag on December 09, 2011, 07:31:48 pm
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
Title: Precompiled SFML 1.6 for 64 Bit Windows
Post by: ronag on December 09, 2011, 10:07:17 pm
I found and managed to compile freetype as required However, openal still remains a mystery.
Title: Precompiled SFML 1.6 for 64 Bit Windows
Post by: ronag on December 10, 2011, 12:08:11 am
Solved my compilation issues. The 64 bit OpenAL can be found by downloading the OpenAL SDK installer.