I\'m trying to compile a SDL-program I\'ve written, but when I do, this error shows up:
The program can\'t start because SDL.dll is missing from your
SDL.dll has to either be in the same directory as your application, or in a directory that's in the PATH environment variable.
SDL.dll
PATH