#include "SDL/SDL.h"
#include <iostream>
int main(int argc, char* args[]){
SDL_Init(SDL_INIT_EVERYTHING);
SDL_Quit();
return 0;
}
and got this error
The application was unable to start correctly: 0xc000007b
I even set up the Addition Dependencies in the Linker Options of the project using SDL.lib;SDLmain.lib;

New Topic/Question
Reply



MultiQuote



|