Well, I'm finally giving in and posting.
I am currently receiving the LNK2019 error:
Code:
1>------ Build started: Project: eqlaunch, Configuration: Release Win32 ------
1>Linking...
1>packet_functions.obj : error LNK2019: unresolved external symbol _deflateEnd referenced in function "int __cdecl DeflatePacket(unsigned char const *,int,unsigned char *,int)" (?DeflatePacket@@YAHPBEHPAEH@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _deflate referenced in function "int __cdecl DeflatePacket(unsigned char const *,int,unsigned char *,int)" (?DeflatePacket@@YAHPBEHPAEH@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _deflateInit_ referenced in function "int __cdecl DeflatePacket(unsigned char const *,int,unsigned char *,int)" (?DeflatePacket@@YAHPBEHPAEH@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _inflateEnd referenced in function "unsigned int __cdecl InflatePacket(unsigned char const *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPBEIPAEI_N@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _inflate referenced in function "unsigned int __cdecl InflatePacket(unsigned char const *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPBEIPAEI_N@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _inflateInit2_ referenced in function "unsigned int __cdecl InflatePacket(unsigned char const *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPBEIPAEI_N@Z)
1>.\../Build/eqlaunch.exe : fatal error LNK1120: 6 unresolved externals
1>Build log was saved at "file://f:\Source\trunk\EQEmuServer\Build\eqlaunch\Release\BuildLog.htm"
1>eqlaunch - 7 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 5 up-to-date, 0 skipped ==========
I am running on a 32 bit system with a 32 bit MySQL and the latest svn. I am not attempting to build a x64 (since I do not have the option), and everything selected is 32.
This is running 2008 express, perl 5.12 (edited cpp's), and the zlib included in the svn.
I am officially at a loss here. Any help that anyone could provide would be appreciated. Please let me know if any additional information is needed.
Thank you.