Socket.ReceiveFrom(@Buffer, SizeOf(Buffer), Src, SrcLen);
> ST> if Len >= 0 then begin
> ST> Buffer[Len] := #0;
> ST> listbox1.Items.Add(StrPas(Buffer));
> ST> end;
> ST> end;
>
> ST> Problem is that sending is ok (no er
Problem is that sending is ok (no error), but ondataavaliable event
never gets fired, so I'm assuming that nothing is sent.
What am I doing wrong.
P.S. I have been using ICS for awhile now and I think that this is most
stable component suite for networking. Keep the good work.
Regards,