Re: [twsocket] HTTP client: what about posting zero bytes ?

2005-03-20 Thread Maurizio Lotauro
On 19-Mar-05 18:43:39 Francois PIETTE wrote: >Actually, THttpCli.DoRequestAsync is implemented to trigger an exception if >there is nothing to POST/PUT: >if ((Rq = httpPOST) or (Rq = httpPUT)) and > (not Assigned(FSendStream) or >(FSendStream.Position = FSendStream.Size)) then >

RE: [twsocket] TSyncSmtpCli->EmailFiles is NULL

2005-03-20 Thread Keith Willis
Now it gets even stranger... I explicitly included the following ICS units in my C++ Builder project and the problem went away??? (I thought I might be able to trace the constructor execution with the BCB5 debugger this way) SmtpProt.pas Wsocket.pas IcsMD5.pas Regards, Keith Willis. -

[twsocket] TSyncSmtpCli->EmailFiles is NULL

2005-03-20 Thread Keith Willis
Dear ICS People, I am dynamically creating an instance of TSyncSmtpCli in a TThread at runtime, (C++ Builder 5). The EmailFiles TStringList member is always NULL when I do this and I cannot assign a new TStringList to it, (it remains NULL). ... Any ideas? Regards, Keith Willis. -- To unsubsc