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
>
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.
-
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