mattias1975
Programmer
How do i use the socket function TransmitFile?
Can i send and receive files with it?
I have also a problem with reciving text with sockets.
I have a loop. And inside the loop i am calling the recv function.
But sometimes it is receiving old stuff that i have sent to it earlier. I am calling the closesocket function.
Do i have to do anything else? Call a method called disconnect or somthing like that?
Thank you.
Can i send and receive files with it?
I have also a problem with reciving text with sockets.
I have a loop. And inside the loop i am calling the recv function.
But sometimes it is receiving old stuff that i have sent to it earlier. I am calling the closesocket function.
Do i have to do anything else? Call a method called disconnect or somthing like that?
Thank you.