Help with SFML linker error

Pages: 12
But to be fair its not exactly an issue that's specific to SFML, the same issues come up with SDL, Allegro, Opencv, etc..
SDL can be (and is) distributed as a pre-built binary so you don't have to worry about mismatching debug/release/compiler-version-x. That's one of the (only?) advantages to C over C++. It's a lot more well defined when it comes to distributed libraries. C++'s necessary name mangling kind of destroys that ability.

So yeah SFML being a C++ lib is both a blessing and a curse in that regard. And I agree it isn't entirely it's fault, but it certainly could handle the situation better than it does.
@Zereo
I just built SFML earlier today. I've uploaded it to my mediafire.
It work for me, so if it can get you going on Visual Studio, great. But i'll agree with you, VS can be a massive pain in the rear. If codeblocks works better for you, by all means, use it.

anyway, here's the latest snapshot of SFML-2.0 built for VS2010 if you're interested in it:
http://www.mediafire.com/?i3sfjqbn2sfkmz8
You're aware that there are forums on the sfml site?

If you were to search them you might find a thread like:

http://en.sfml-dev.org/forums/index.php?topic=9513.0

which might be useful to you.
closed account (3qX21hU5)
Thank you cire for pointing that out.
Topic archived. No new replies allowed.
Pages: 12