[SDL] Compiling an SDL application in Windows ...

Rainer Deyke rainerd at eldwood.com
Tue May 11 10:37:08 PDT 2004


Stephen Anthony wrote:
> Right now, it has a simple makefile and uses g++.  What environment
> should I use in Windows?  DJGPP, Cygwin, Visual Studio (6 or .NET),
> etc?

MinGW and Visual C++ .NET 2003 are both valid choices.  The latter compiles
faster and produces somewhat faster code, so it's my primary choice.  Forget
DJGPP (which is for DOS, not Windows), Cygwin (which comes with a heavy UNIX
emulation layer), and earlier releases of Visual C++ (which have crappy C++
support).


-- 
Rainer Deyke - rainerd at eldwood.com - http://eldwood.com





More information about the SDL mailing list