Hello Henrik,

> * My workaround so far is to create another smtp component
>   that exists all the time the application is running. I
>   now discovered that this is also true with the Wsocket
>   component. For instance put it on  the main form and
>   everything works on all computers.

Could it be the loading of Winsock dll ?

Can you try to remove the component, and put in FormCreate:
WSocketForceLoadWinsock;
and in FormCloseQuery (both main form)
WSocketCancelForceLoadWinsock;

but first try to comment the application wide exception handler !

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to