I'm trying to install SDL2 on Visual Studio 2019 but the following code crashes on start:
#include <SDL2/SDL.h>
int main(int argc, char** argv)
{
return 0;
}
Any idea to solve this problem?
I'm trying to install SDL2 on Visual Studio 2019 but the following code crashes on start:
#include <SDL2/SDL.h>
int main(int argc, char** argv)
{
return 0;
}
Any idea to solve this problem?