Is there something like the C++ Raknet, but only for VB6. I'm developing a program that rapidly sends data from client to server to client and I want that data to be called as functions. Raknet can do it in C++, I want to do it with VB6.
Printable View
Is there something like the C++ Raknet, but only for VB6. I'm developing a program that rapidly sends data from client to server to client and I want that data to be called as functions. Raknet can do it in C++, I want to do it with VB6.
What exactly is Raknet?
It's a Multi-player Game Network Engine (Library), written in C++
More info here: http://www.jenkinssoftware.com/
Why can't you just use the Winsock control thats bundeled with VB6?