Markus Humm wrote:
> Hello,
>
> my D2007 ICS V5 based app uses SmtpCli in a COM server DLL which was
> formerly a real exe file with a mostly hidden VCL main form and thus a
> separate message loop. But the SmtpCli was bound to its own thread via
> setting multithreaded to true and threaddetaching
Hello,
my D2007 ICS V5 based app uses SmtpCli in a COM server DLL which was
formerly a real exe file with a mostly hidden VCL main form and thus a
separate message loop. But the SmtpCli was bound to its own thread via
setting multithreaded to true and threaddetaching and threadattaching it
to this
> Just wondering about the implications of this thread to ICS in general.
> As a Delphi user of ICS, are there DLL concerns
> for other non-SSL parts of ICS?
No. ICS uses Windows API directly. Only the SSL part use OpenSSL and
obviously require OpenSSL DLL which in turn may require additional DLL
Just wondering about the implications of this thread to ICS in general.
As a Delphi user of ICS, are there DLL concerns for other non-SSL parts
of ICS?
Francois PIETTE wrote:
Altough using in in Delphi is even more interesting, I was just
thinking about publishing the procedure to rebuild Open