John Reid wrote:
> The Finalization
> section calls DeleteCriticalSection(SslCritSect).
> TComponent.DestroyComponent calls the destructor of all its
> components. Those destructors ultimately call UnloadSsl and this
> method uses EnterCriticalSection(SslCritSect) and
> LeaveCriticalSection(SslCritSect), which causes an access violation
> and prevents the app from closing. 

Do you use multiple threads with ICS?
If so, make sure all threads are closed before the application
exits.

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

Reply via email to