09-20-2005 07:32 AM
09-21-2005 10:40 AM
Hi,
Please change TCP_DATA_READY to TCP_DATAREADY. Hope this might be the problem.
Regards,
Rajesh.
09-21-2005 05:35 PM
Hi.
I believe your problem is caused by attempting to use the same combination of host/protocol/port twice. How can the system know which callback funtion to invoke when a message is received?
If you need to re-use a combination, you must first call DisconnectFromTCPServer() on the original conversation.