
Winsock.bas Closing Socket?
Hi,
I'm experimentating a bit with fetching a HTML file from
my webserver using the winsock.bas API calls.
So I coded a quick application... connected... gets data...
perfect! I close things using WSACleanUp and close the
socket (not very sure about these 2, something like that).
I make some modifications... start again... nothing...
I reboot, start again... everything's okay!
Again... Nothing... reboot... okay... nothing... reboot... okay... etc.
Now my question: what do you think is wrong here?
(It does connect the second time, but fetches NO data)
--
Tom van der Kleij