
Cross-platform socket communication
Question: I am writing a server written in Java that needs to take input from a game written in Visual Basic and sends the output to clients on the Internet. I’m having a really hard time getting data from a socket connection initiated from the VB code (standard Winsock OCX).