View Single Post
  #4  
Old 02-21-2008, 06:17 AM
Darq
Fire Beetle
 
Join Date: Apr 2002
Posts: 3
Default

in common/TCPConnection.cpp

go to slightly above line 148
see #ifdef WIN32
and so on
remove all those #ifdef #elseif #endif and everything inbetween

replace with
socklen_t addrlen;
should compile on x86_64

thats the quick and dirty method of course
Reply With Quote