View Single Post
  #1  
Old 12-03-2006, 01:00 PM
link2009
Sarnak
 
Join Date: Sep 2006
Posts: 58
Default Compiling On VS2K5

OS: Windows Vista RTM (6.000)
Program: Visual Studio 2005 Professional Edition

If this question has already been posted, I apologize. I followed the wiki guide on compiling EqEmu on VS2k5, but sadly I get this error:

Code:
Error	47	error LNK2005: _inflateInit2_ already defined in zlib.lib(zlib1.dll)	mysqlclient.lib	
Error	48	error LNK2005: _inflate already defined in zlib.lib(zlib1.dll)	mysqlclient.lib	
Error	49	error LNK2005: _inflateEnd already defined in zlib.lib(zlib1.dll)	mysqlclient.lib	
Error	50	fatal error LNK1169: one or more multiply defined symbols found	c:\EQ_Work\EQEmu-0.7.0-933\build\World.exe	1
Reply With Quote