SDL_ttf and SDL_image clash?

I tried to install both SDL_ttf and SDL_image for visual c++, but they both have a "zlib1.dll", and if I try to copy both dlls to my project folder, I obviously get a copy and replace prompt. How am I supposed to use both together?
I'm pretty sure its the same DLL, if all else fails use the largest one.
Yes, it's the same library.

By the way, you can avoid having n copies of the libraries by just leaving them in system32.
Ok.. so after going and trying to install other SDL extensions, I have a bunch of different "zlib1.dll"s with different contents and filzesizes. I just decided to go with the biggest one. -_-
They're really all the same library. In fact, the smallest one may be the best one.
Topic archived. No new replies allowed.