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
  • 49,394
  • 10
  • 79
  • 128

0 Answers0