Re: [twsocket] SMTPCli and COM inprocess DLL

2009-07-27 Thread Arno Garrels
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

[twsocket] SMTPCli and COM inprocess DLL

2009-07-27 Thread Markus Humm
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

Re: [twsocket] ICS V7 bug ?

2009-07-27 Thread Francois Piette
> 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

Re: [twsocket] ICS V7 bug ?

2009-07-27 Thread Mike Lenox
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