|
From: L <L...@z5...> - 2007-11-16 10:21:27
|
I wrote:
> Is it possible maybe:
> GetSinLocal
>
> is making a winapi call and wsagetlasterror returned to zero..?
No that can't be it..
My writeln came before GetSinLocal
:(
tmpdbg:= synsock.Bind(FSocket, Sin);
SockCheck(tmpdbg);
writeln('DEBUG 1: ', tmpdbg);
writeln('DEBUG 2: ', FLastError);
GetSinLocal;
But even so... what if GetSinLocal really did also set it back to zero, even if
we fix the real problem if there is a real problem?
|