How to compile SDL program and run it without DLL
is it possible to compile SDL library program into exec and run it without having "sdl.dll"? for example let say i wrote sdl program and it works and everything but the thing is to run the program on windows, i need to have "sdl.dll" within the same folder or system folder. is it possible to compile it so that i can just take the exec with me without needing to have "sdl.dll" along with it? i am using visual studio 2010 express. Typically the procedure for this kind of stuff is: Download the source code for the library. In SDL's case: http://www.libsdl.org/download-1.2.php . Build the library