What are SDL's additional file dependencies?
What additional de开发者_如何学Cpendencies do I have to add to use SDL in Visual C++ 2008?
You need the folder containing headers (stuff like SDL.h for compiling), the folder containing libraries (stuff like SDL.lib for linking), and the DLLs (stuff like SDL.dll for running).
精彩评论