[SDL] error playing on other pcs

Started by
1 comment, last by sheep19 15 years, 3 months ago
I made a simple Pong game using SDL. I sent it to two different pcs to test it and they both returned this error message: Image Hosted by ImageShack.us<br/> I supplied SDL.dll, SDL_image.dll and jpeg.dll (the game uses SDL_image) and loads jpeg and gif images (I think gif are loaded through jpeg, or not?) Is there something I'm missing? The .exe file was produced in release mode.
Advertisement
You may need the MSVC runtime dlls too, something like this. You can use Dependency Walker to find which DLLs are missing.
Quote:Original post by rip-off
You may need the MSVC runtime dlls too, something like this. You can use Dependency Walker to find which DLLs are missing.


That solved the problem, thanks a lot!!

This topic is closed to new replies.

Advertisement