Hi list! I hope this hasn’t been answered already (I Google’d the ml
archives, and found only one thread on this back in December at
http://lists.libsdl.org/pipermail/sdl-libsdl.org/2006-December/058997.html).
Vista still crashes in the exact same way when starting my executable.
I’m cross-compiling with MinGW, using the SDL-devel zip from the
stable downloads page.
The application’s only peculiarity is the use of Cocotron
http://www.cocotron.org’s Foundation framework and Objective-C
runtime. It does not use OpenGL. All it does is SDL_Init, load a BMP,
then while(!done) blit a BMP onto the screen, flip.
Is this fixed in HEAD, or is there some other workaround I should be aware of?
Thanks,
- ?