PDA

View Full Version : Sockets, Servers, and clients on win2K



Cyberman
February 12th, 2007, 02:37
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

WhiteX
February 12th, 2007, 03:39
Do you have the admin login so you can test it out?

Cyberman
February 12th, 2007, 21:28
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