tags:

views:

109

answers:

0

I just wonder if there is a solution that can statically link sdl_image,sdl_mixer and sprig into my application. I'm using VisualStudio2008 sp1,in order to compile a SDL app, I have to modify the project properties,C/C++->Code Generation->Runtime Library :debug:Multi-threaded Debug DLL(MDd)、release:Multi-threaded DLL(MD) after that, I don't know if I can still statically link some lib into my application. PS. I don't mean to statically link every thing(dll), I just want to put those DLLs into my exe file (except SDL.dll)