Static library for DevIL?
I really need a static version of the DevIL DLLs for windows as I need to statically link my program to it. Any开发者_StackOverflow中文版one got one?
I, unfortunately, don't have the toolchain to compile from source :/
thanks,
Is there some particular reason you can't (or are unwilling) to get the necessary toolchain to compile it?
That said, what's wrong with the material available from the download page? All the libs you need to compile are listed right there at the end, and there's an MSVC++ 2008 package all zipped up to make it even easier.
http://openil.sourceforge.net/download.php
精彩评论