Search found 2 matches

by Sharp
09 Jul 2008, 23:08
Forum: TMW Classic
Topic: Sockets and Threads
Replies: 5
Views: 2048

Re: Sockets and Threads

Yes... I write this to practice. But I like much better my code, because I can feel that this code is really mine, and I don't have to use others code and libs...You can be independent from these libs, and You can understanding the network communication (as I mentioned above, I did it to my practice...
by Sharp
09 Jul 2008, 20:46
Forum: TMW Classic
Topic: Sockets and Threads
Replies: 5
Views: 2048

Sockets and Threads

Hi all! I write some little network code for TMW, which use sockets and threads(pthread and Critical Section) for the network communication instead of SDL_net and SDL_thread. It run under Linux(pthread) and Windows. Unfortunately i couldn't compile TMW under windows, so i couldn't test my code there...