Thread
:
cannot convert size_t to socklen_t for argument 3 in int getsockname
View Single Post
#
4
02-21-2008, 06:17 AM
Darq
Fire Beetle
Join Date: Apr 2002
Posts: 3
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
Darq
View Public Profile
Send a private message to Darq
Find all posts by Darq