Hi!
I'm using vc2008 and I'm trying to build the libs in 64 bit, however i'm just too clumsy to get it done. I never compiled a lib and my programming experience is...let's say limited, in this field.
What i did was I opened the sfml.sln where all projects are stored and i changed the target machine to x64 wherever possible (libs don't seem to have that option), but I get a lot of errors, namely of the type unresolved external symbol and can't open file. The missing files seem to be qt headers.
Then i tried to compile just the one of the subsystems, namely sfml-graphics, as a static lib. It worked, but what i got was a bunch of obj files, not a .lib. :roll: I checked the settings, they say project type is static library.
Any advice?