Hello!
I use Windows 98, VC++ 6.0.
I make client - server Winsock 2 application.
Client is MFC Application. Server is Win32 Application.
I test my both programs in one computer. Same IP, different ports. I send "Hello!" from client to server. But when I display the received message on server I see some strange text. Why?
What should I do?
Thank you.