Sdl visual studio 2008

Started by
0 comments, last by rip-off 15 years, 3 months ago
I recently tried to install SDL onto my pc except i mustve mucked it up and got errors, decided to leave it for a bit then i tried again after seeing a batch file that could do it for me...didnt work - now i ahve all these files floating around on my pc. Any fast way to find and delete them also how should i install for visual studio C++ 2008 express?? Cheers Catkill
Advertisement
The simplest way would be to do a seach for files on your computer called "*SDL*.*". Then carefully check each group of files to see if they are programming related (e.g. headers, static or dynamic libraries etc). I imagine it should be safe enough to delete all files that have SDL*.h, and SDL.lib and SDL.dll, but this is your machine so be careful. E.g. some game you have installed may have SDL.dll, so don't delete that.

When you do install MSVC 2008, you can use this guide to install and use SDL.

This topic is closed to new replies.

Advertisement