How do I use the SDL on win32?

Hey,

I’m trying to make the switch from Allegro to SDL, but I’m stuck. I
downloaded DJGPP, and got that working well, so then I went to make the
SDL. I read the README.WIN32 file, but it has directions for what to do
with Linux. Their are no makefiles, and no batch files to generate them
for me. How do I set up the SDL so that I can program with it on Win98?

Thanks,
Cameron Matheson

Howdy,
I don’t believe that DJGPP will successfully compile the SDL library.
If you have Visual C++, the free borland compiler, or the EGCS compiler
then you should be able to compile it. Personally, if you don’t have
VC++ then go for the free borland compiler.

-Ryan Phillips

In article <3941A9F9.C362F36D at freewwweb.com>, cmatheson at freewwweb.com
says…> Hey,

I’m trying to make the switch from Allegro to SDL, but I’m stuck. I
downloaded DJGPP, and got that working well, so then I went to make the
SDL. I read the README.WIN32 file, but it has directions for what to do
with Linux. Their are no makefiles, and no batch files to generate them
for me. How do I set up the SDL so that I can program with it on Win98?

Thanks,
Cameron Matheson