Well its pretty much summed up in the title: Does anyone have a .dll version Socket.so or its sourse code.
I need/want to use the Socket.so functions in my game. I have tried a couple ways of getting around using the socket.so file like getting the functions needed from other .dll files but when a piece of code wants to call the function "Read" or something so common there is no telling what .dll file I need. (I am using a script that wasn't made from rmxp) If I can get hold of the source code for the socket.so file I can create the .dll I need, or if there is already a suitable one out there I can just use that instead.
I need/want to use the Socket.so functions in my game. I have tried a couple ways of getting around using the socket.so file like getting the functions needed from other .dll files but when a piece of code wants to call the function "Read" or something so common there is no telling what .dll file I need. (I am using a script that wasn't made from rmxp) If I can get hold of the source code for the socket.so file I can create the .dll I need, or if there is already a suitable one out there I can just use that instead.