Quote:
Original post by Yamian
There should be like a *.lib to *.a converter then all my problems would be solved.
There is!, install MinGW (and optionally MSYS) then do "reimp SDL_image.lib", that will create a libSDL_image.a library to use with MinGW, this will work without any glitches for any MSVC C export library, when dealing with static libs or C++ export libs, you'll bump into a lot of trouble though.