View Single Post
  #22  
Old 01-13-2012, 12:25 PM
Xevious
Fire Beetle
 
Join Date: May 2011
Posts: 15
Default

Quote:
Originally Posted by Noport View Post
Note: I'm using vs2010 pro and 5.14 perl
Note: Right Click Zone,world,ucs,queryserv,eqlaunch,EmuShareMem
go down to properties You'll have to add for each Solution (projects) Include and LIbrary
after adding make sure you click apply
Wow, what a royal pain that is in 2010. Who in the world at Microsoft thought it was a good idea to throw away the ability to set configurations globally...

Using 2010 and all 32 bit components (Perl 5.14, MySQL 5.1.x).

In EMUShareMem:
MMF.cpp(325): warning C4532: 'return' : jump out of __finally block has undefined behavior during termination handling

In World:
c:\eqemusvnfiles\eqemu\trunk\eqemuserver\common\so cketlib\httpsocket.cpp(115): warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value

Then it went downhill.

In eqlaunch:
4> Generating Code...
4>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)
4>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)
4>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)
4>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)
4>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)
4>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)
4>.\..\Build\eqlaunch.exe : fatal error LNK1120: 6 unresolved externals
Reply With Quote