I have been trying for several days to get a Server/Client TCP sockets working.
I created a test Server (simple MFC application) to test my Client. But during the period of trying to get it working I created a test Client(again a simple MFC application).
Never got them working! (Test Server and Client)
But with a Console based test Server application and my Client (using a worker thread for the TCP side) it worked.
Can I assume that TCP Server/Client would never work as simple single threaded MFC applications.
I created a test Server (simple MFC application) to test my Client. But during the period of trying to get it working I created a test Client(again a simple MFC application).
Never got them working! (Test Server and Client)
But with a Console based test Server application and my Client (using a worker thread for the TCP side) it worked.
Can I assume that TCP Server/Client would never work as simple single threaded MFC applications.