My Code
#include \"SDL.h\" #include #undef main int main ( void ) { SDL_Init( SDL_INIT_EVERYTHING ); SDL_Quit( ); return 0; }
I am not sure if this will help you. I have run into the same error with OpenCv. It turned out that I was linking the x64 DLLs instead of the x86 DLLs.