I honestly have no idea what i'm doing, lol. I don't know what it means to compile the libs/dlls. if it's going through the build then I did that |
Yes that's exactly what it means. Along with the cpp and h files in that download, there is also a Visual Studio project file. Open that in in VC++ and build SFML. It will produce libs/dlls that will
for sure work on your machine.
but that didn't do anything. Just gives me the error with a bunch of 0's |
You'll have to be more specific. What error messages are you getting?
Some of the builds will fail unless you have wx or Qt, but you don't care about those. The other projects should build fine.
Once you build it should spit some errors at you, then at the end say something like "Build complete. 6 successful, 2 failed".
Those 6 successful mean that sfml-system.lib, sfml-graphics.lib, etc (along with sfml-system.dll, etc) were all compiled and generated.
EDIT: I actually am finding that quite a few people have difficulty setting SFML up. =(
I thought it was a shortcoming of the lib, but I tried it out and didn't have any trouble with it, so I honestly don't know what you guys keep doing wrong.