John Reid wrote: > I should have included that the app was written as a form app but we > recently modified it to not display the form removing the > Application.Run call in the DPR and executing a method instead: > > Application.CreateForm(TForm1, Form1); > Form1.RunApplication; //Application.Run; [..] > Thinking about it, this is likely the cause.
Indeed, most likely. > What does > Application.Run do, It is main thread's message loop. > specifically cleaning up, that could be missing? When main thread's message loop quits the application terminates. > (Maybe this is a question for another forum). I think so. -- 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