SocketLib
I am building eqemu with VC 2005 Express free version.
OK, I have read the other threads on this issue and am curious on what the best way to solve it is: (A) Create a separate vs subproject to build the lib (B) just add the include for this and add the cpp files to world's common source files (ie just build it straight in) |
just add the CPP... that should be how it is in CVS.
|
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.
|
good catch, windows dosent like the whoe "sockets are just file descriptors" idea, never has.
|
All times are GMT -4. The time now is 08:29 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.