bud9weiser
09-17-2003, 10:21 AM
packet_functions.obj : error LNK2019: unresolved external symbol _deflateEnd@4 referenced in function "int __cdecl DeflatePacket(unsigned char *,int,unsigned char *,int)" (?DeflatePacket@@YAHPAEH0H@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _deflate@8 referenced in function "int __cdecl DeflatePacket(unsigned char *,int,unsigned char *,int)" (?DeflatePacket@@YAHPAEH0H@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _deflateInit_@16 referenced in function "int __cdecl DeflatePacket(unsigned char *,int,unsigned char *,int)" (?DeflatePacket@@YAHPAEH0H@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _inflateEnd@4 referenced in function "unsigned int __cdecl InflatePacket(unsigned char *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPAEI0I_N@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _inflate@8 referenced in function "unsigned int __cdecl InflatePacket(unsigned char *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPAEI0I_N@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _inflateInit2_@16 referenced in function "unsigned int __cdecl InflatePacket(unsigned char *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPAEI0I_N@Z)
../build/WorldDebug.exe : fatal error LNK1120: 6 unresolved externals
ive limited it down to the mysqlcliant.lib i belive, it is added to the lib files option in VS as e:\mysql\lib\opt and ive checked every post on the forum i can find and tried the solutions that were obvious. so far no luck. Lemme know if anyone has some insight or if you need more info
packet_functions.obj : error LNK2019: unresolved external symbol _deflate@8 referenced in function "int __cdecl DeflatePacket(unsigned char *,int,unsigned char *,int)" (?DeflatePacket@@YAHPAEH0H@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _deflateInit_@16 referenced in function "int __cdecl DeflatePacket(unsigned char *,int,unsigned char *,int)" (?DeflatePacket@@YAHPAEH0H@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _inflateEnd@4 referenced in function "unsigned int __cdecl InflatePacket(unsigned char *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPAEI0I_N@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _inflate@8 referenced in function "unsigned int __cdecl InflatePacket(unsigned char *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPAEI0I_N@Z)
packet_functions.obj : error LNK2019: unresolved external symbol _inflateInit2_@16 referenced in function "unsigned int __cdecl InflatePacket(unsigned char *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPAEI0I_N@Z)
../build/WorldDebug.exe : fatal error LNK1120: 6 unresolved externals
ive limited it down to the mysqlcliant.lib i belive, it is added to the lib files option in VS as e:\mysql\lib\opt and ive checked every post on the forum i can find and tried the solutions that were obvious. so far no luck. Lemme know if anyone has some insight or if you need more info