Thanks for Sharing !
Error 1 error C3083: 'placeholders': the symbol to the left of a '::' must be a type
Error 2 error C2039: '_1' : is not a member of 'boost'
and this is the inside of TCPClient.h:
boost::bind(&TCPClient::OnConnect, this, boost::placeholders::_1));
Fixed!
Last edited by Matt1995; 10-12-22 at 02:09 AM.
Thanks for sharing
Last edited by dedelx; 28-12-22 at 01:57 PM.
Is there a new update?