1
General / Re: Compiling SFML2.5.1 for x86 with CMake
« on: August 06, 2019, 03:18:51 pm »
For some reason, I got both -d and non-d libs when building the x64 one, so I was really confused when building x86 turned out differently.
I want to say that, I'm sure I only built the x64 project generated as Release in CMake once, and somehow got both libs, but now I'm not so sure that I remember correctly...
Anyways, I built the d-libs and things are working now. Just for records, the demo window showed up even if I used non-d-libs in Debug mode, but now that I do have the d-libs I suppose that I shouldn't have anymore issues with installation from here on.
One last thing: there are libs without a "-d" variant, such as flac.lib. Are they the same file for x86 and x64? They're named the same in both cases, and the few dozens of lines of code that I've checked are identical, but I just wanna be sure.
And thanks for the prompt help!
I want to say that, I'm sure I only built the x64 project generated as Release in CMake once, and somehow got both libs, but now I'm not so sure that I remember correctly...
Anyways, I built the d-libs and things are working now. Just for records, the demo window showed up even if I used non-d-libs in Debug mode, but now that I do have the d-libs I suppose that I shouldn't have anymore issues with installation from here on.
One last thing: there are libs without a "-d" variant, such as flac.lib. Are they the same file for x86 and x64? They're named the same in both cases, and the few dozens of lines of code that I've checked are identical, but I just wanna be sure.
And thanks for the prompt help!