Hi,
I'm having a very peculiar problem with my socket implementation in a c++ dll. Basically, what the code does is make a connection, send and receive messages to/from a server, and close the connection.
4 out of 5 people in my group can successfully run a program that uses this functionality...