It’s that time again isn’t it

I might be in.  If I can figure out how to use Visual Studios C++, that is.  The problem is that I can’t export.  Because I use SDL, an external graphics engine, when I export a game it will not have the SDL stuff included and I don’t know how to include it.

Comments

02. Apr 2013 · 21:40 UTC
Hi, I also use SDL for my ludumdare games and am able to redistribute them. You need to include the libSDL.dll (and other SDL dlls you are using) in the same directory as your .exe file.