Scrive Arno Garrels <[EMAIL PROTECTED]>:
> By default UseBandwidthControl is defined in the project options.
Arno, the BandWidth properties are actually only in the SSL version.
Bye, Maurizio.
This mail has been sent using Alpikom webmail sy
> Any other idea?
See issue #2 in my message. Put a breakpoint to be sure.
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Fastream Technologies" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Thursday, October 06, 2005 2:21 PM
Subject: Re: [twsocket] Sync
Hello sz,
SocketSpy will show the sent/received data. You can see it in hex-ascii
if click right and choose debug or something. As Francois say,
messageBox will stop at first null, but you can use WriteLn, it does
not.
---
Rgds, Wilfried
http://www.mestdagh.biz
Thursday, October 6, 2005, 10:01,
- Original Message -
From: "Pete Williams" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Wednesday, October 05, 2005 12:14 PM
Subject: Re: [twsocket] [tsyncsmtpcli] Problem sending email
toExchange2000server
> Just a recap on this one: more info now.
>
> We have an ICS-based ema
I used the Pause() and Resume as well as the Flush to flush the internal
buffer but have had no luck!
Any other idea?
Best Regards,
SubZ
- Original Message -
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Thursday, October 06, 2005 2:51 PM
Subject: Re: [t
1) When you pause the socket, are you sure the internal buffer has been emptyed
? You get OnDataSent
event each time the internal buffer has been emptyed.
2) MessageBox will show your data until the first nul byte whatever DataLen is.
This means if your
DataLen argument is wrong, you don't see i
Hi All!
Per Francois' private reply, I coded the following for my problem:
function TWebConnection.SendSync(Data: PChar; DataLen: Integer): integer;
begin
MessageBox(0, Data, Data, MB_OK); // for debug
Pause();
Result := WSocket_send(HSocket,
Data,