Re: [twsocket] smtpclient sharemode

2006-07-03 Thread Arno Garrels
On recompiling my program I get an error message reading SmptClient.ShareMode Property does not exist Published property ShareMode is in the component since it uses a TFileStream (2003). Make sure your program uses correct version of SmtpProt.pas, and rebuild all. --- Arno Garrels [TeamICS]

[twsocket] UDP connection source port - how to set

2006-07-03 Thread Udvari András László
Hi! I have a client-server application, where the server sends UDP datagrams to the client, and the client measures the speed of the channel. These datagrams are sent using the following code: case userid of 1: begin us:=mainform.udpsock1;us.LocalPort:='4001';end; 2: begin

[twsocket] UDP Concept doubt

2006-07-03 Thread Éric Fleming Bonilha
Hello Everyone! I´m in doubt in some aspects of UDP. Do UDP suffers from fragmentation like TCP? what I mean is that in TCP if I send a chunck of data, it is not guaranteed that this data will be received in a single event correct? It is guaranteed that it will be delivered completed and in

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-03 Thread Angela Kaylen
I can reproduce the problem, even with latest V5 beta. Yes sorry, i was using V4, not V5, I have reinstalled V4 now and the function works again. Do you remember whether your old version triggered RequestDone on each relocation? It does not, ive put a showmessage into the requestdone event,

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-03 Thread Arno Garrels
Angela Kaylen wrote: I can reproduce the problem, even with latest V5 beta. Yes sorry, i was using V4, not V5, I have reinstalled V4 now and the function works again. Do you remember whether your old version triggered RequestDone on each relocation? It does not, ive put a showmessage

[twsocket] FTPClient and strange behaviour

2006-07-03 Thread Markus Humm
Message: 3 Date: Sun, 2 Jul 2006 21:38:06 +0200 From: Arno Garrels [EMAIL PROTECTED] Subject: Re: [twsocket] FTPClient and strange behaviour To: ICS support mailing twsocket@elists.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 Markus Humm wrote: