What's new

Sockets, Servers, and clients on win2K

Cyberman

Moderator
Moderator
Right so I have 2 programs 1 a debugger emulator that provides a server socket for a debugger to connect to on it and the debugger client that connects to it. It seems as though the debugger is not accepting connections on the socket I set for it and enabled on it. This is rather strange. Is it because I am not running the application as Admistrator that it doesn't have priveledges to accept connections on the specified socket address?

Cyb
 
OP
Cyberman

Cyberman

Moderator
Moderator
I think the problem is with the binary I have I'm using as a debugger. Grrr.. I wish I had the source code.

Ahh well I'll have to reimplement (rolls eyes) the damn debugger interface with additions.

Cyb
 

Top