[twsocket] UDP problem

2008-02-05 Thread Skok Tone
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,

Re: [twsocket] UDP problem

2008-02-06 Thread Skok Tone
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