thanks, getting it slowly. one other little thing. visual studio express asserts on the close(socket) in EQStreamFactory::Close(), but when I use ifdef WIN32 closesocket(socket) , everything works fine. I guess MS wants to change things??? I dont know if WSACleanup or any of that other MS stuff is needed too.
|