My Code
#include "SDL.h"
#include <iostream>
#undef main
int main ( void ) {
SDL_Init( SDL_INIT_EVERYTHING );
SDL_Quit( );
return 0;
}
I followed LazyFoo's tut, but I still needed to modify my settings even to build the solution. Now, every time I debug it I get this:
The program [11228] xxx.exe: Native' has exited with code -1073741701 (0xc000007b).
Can you help me please ?
edit: I'm running Windows 7 64bit, and I've the x86 lib package included, linker inputs: SDL.lib;SDLmain.lib;SDL_image.lib;OpenGL32.lib;glu32.lib