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 secondary thread.
This architecture now seems to make problems after changing to a in process DLL and getting rid of that VCL mainform which was only used for debugging anyway. Has anybody any experience? I get errors like cannot detach from thread or attach to annother thread or so. I'd rahter like to have it in a separate thread as the internet connection may be unreliable and my logic provides the possibility to specify several Smtp servers which will be tried one after another. Greetings Markus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be