Hi,
I just tried to compile SDL in windows. There are a few bugs with the
visual studio 7 project. SDL_cpuinfo.h/c needed to be added to the SDL
project and SDL_main.c needs to be changed to SDL_win32_main.c in the
SDLmain project.
Tyler
Hi,
I just tried to compile SDL in windows. There are a few bugs with the
visual studio 7 project. SDL_cpuinfo.h/c needed to be added to the SDL
project and SDL_main.c needs to be changed to SDL_win32_main.c in the
SDLmain project.
Tyler
Hi,
I just tried to compile SDL in windows. There are a few bugs with the
visual studio 7 project. SDL_cpuinfo.h/c needed to be added to the SDL
project and SDL_main.c needs to be changed to SDL_win32_main.c in the
SDLmain project.
Thanks! Could you check the latest project in CVS and see if it works now?
See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment
Sam Lantinga wrote:
Hi,
I just tried to compile SDL in windows. There are a few bugs with the
visual studio 7 project. SDL_cpuinfo.h/c needed to be added to the SDL
project and SDL_main.c needs to be changed to SDL_win32_main.c in the
SDLmain project.Thanks! Could you check the latest project in CVS and see if it works?
Yup, that does it. Compiles fine now.
Tyler