View Single Post
  #4  
Old 03-03-2006, 08:48 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

I added ..\Common\SockectLib to the include list and in VC 6.0 I am still getting the same error.

In Visual Studio 2003 and 2005 however I am no longer getting the error about not finding HttpdSocket.h now I am getting these errors

Code:
c:\Documents and Settings\csims\Desktop\MISC\EQEmu-0.6.5-03\common\SocketLib\Socket.h(485): error C2079: 'Socket::m_client_remote_addr6' uses undefined struct 'in6_addr'
c:\Documents and Settings\csims\Desktop\MISC\EQEmu-0.6.5-03\common\SocketLib\SocketHandler.h(186): error C2079: 'SocketHandler::m_local_ip6' uses undefined struct 'in6_addr'
c:\Documents and Settings\csims\Desktop\MISC\EQEmu-0.6.5-03\world\EQWHTTPHandler.cpp(266): warning C4355: 'this' : used in base member initializer list
c:\Documents and Settings\csims\Desktop\MISC\EQEmu-0.6.5-03\common\SocketLib\Socket.h(485): error C2079: 'Socket::m_client_remote_addr6' uses undefined struct 'in6_addr'
c:\Documents and Settings\csims\Desktop\MISC\EQEmu-0.6.5-03\common\SocketLib\SocketHandler.h(186): error C2079: 'SocketHandler::m_local_ip6' uses undefined struct 'in6_addr'
c:\Documents and Settings\csims\Desktop\MISC\EQEmu-0.6.5-03\common\SocketLib\Socket.h(485): error C2079: 'Socket::m_client_remote_addr6' uses undefined struct 'in6_addr'
c:\Documents and Settings\csims\Desktop\MISC\EQEmu-0.6.5-03\common\SocketLib\SocketHandler.h(186): error C2079: 'SocketHandler::m_local_ip6' uses undefined struct 'in6_addr'
Thanks.
Reply With Quote