Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A Simple Socket Program

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have coded a simple socket program (source link:
I ran one instance of my application as server on some port, and second one as client on the same port and (loopback) server.

The communication is not working out... Create() method runs sucessfully, but the problem is that it never calls the OnConnect() method (which is supposed to be run when ). Whats wrong anyway?

I am unable to communicate the two running applications.

Any help would highly be appreciated!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top