Title: Unresolved symbol Post by: Uglies on July 29, 2003, 12:44:44 pm Hi, I was compiling the sc2 source code downloaded from CVS using VC++. At link stage it says
zip.obj : error LNK2001: unresolved external symbol _inflate zip.obj : error LNK2001: unresolved external symbol _inflateInit2_ zip.obj : error LNK2001: unresolved external symbol _inflateEnd zip.obj : error LNK2001: unresolved external symbol _inflateReset What should I do? Title: Re: Unresolved symbol Post by: Paxtez on July 29, 2003, 02:07:46 pm Maybe you need the zip libarys? (see install file)
Title: Re: Unresolved symbol Post by: Uglies on July 29, 2003, 05:34:19 pm I'm sorry, I know how to program C, but I'm not very clear
about .dll and .lib. I downloaded zlib.lib, and put it in msvc++ directory. But that doesn't work, what is missing? |