SDL.dll is missing from my computer - VS 2010
c++, sdl, visual-studio-2010
Solution
Add it into your debug folder or whatever directory your program is currently located at.
Problem
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 computer. Try reinstalling the program to fix this problem I have no idea as to why. I have SDL.dll. I have put it in the correct folder: `C:\Windows\System32`. I have the correct PATHS to all the SDL headers and such as well. VS says: Build succeeded: 1 and THEN the error above pops up on screen.