SDL vs SFML

Pages: 12
Jul 13, 2010 at 2:51am
SFML seems extremely "finicky" when it comes to linking. If you use the wrong version of a lib, it messes up everything.

This is why I use SDL.
Jul 13, 2010 at 3:02am
SFML seems extremely "finicky" when it comes to linking. If you use the wrong version of a lib, it messes up everything.
Like all C++ libraries.
If you want to make sure everything works the way you want, build your libraries yourself. That's what I did with SDL, and now I have medium sized project that doesn't depend on any DLLs. It's actually quite easy to do.
Jul 13, 2010 at 8:27am
My problem with the SDL_net extension is that last time I read it, it just made no sense to me. The SFML Network extension is so much easier to use and set up.

Helios is right, recompiling would probably be the best option, I'll mess around with that later.
Last edited on Jul 13, 2010 at 8:41pm
Topic archived. No new replies allowed.
Pages: 12