[SDL] Developing a standalone EXE in VC++ with SDL - possible?

Stephen Anthony sa666666 at gmail.com
Mon Jan 28 14:21:34 PST 2008


On Monday 28 January 2008 18:36, Peter Mackay wrote:
> I don't have a howto link, but here's a rough guide:
>
> 1. Create a new Win32 project
> 2. Fish SDL_win32_main.c out of the SDL source code and add it to your
> project. 3. Set the "Character Set" option to "Use Multi-Byte Character
> Set" (needed for SDL_win32_main.c - possibly a bug?).
> 4. Add "SDL.lib" to your list of dependencies.
> 5. Add a main() method as per usual.

Thanks for the info.  I'll try this out right away.

Steve


More information about the SDL mailing list