0

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?

genpfault
  • 51,148
  • 11
  • 85
  • 139

0 Answers0