Hello Andreas,
I can't seem to get ICS to work on formless apps. If the callback functions (which in this case are in a thread) are not methods of a form, they are not triggered. Can someone tell me how to do this?
There are several demos included with ICS. Their name begins by "OverbyteIcsCon". "con" stands for "console mode". There is also a service demo.
Basically all you have to do is to create a message pump in your application. Delphi runtime create automatically a message pump for GUI application but do not create one for console mode of service type application. You have to create one and this is easy.
I don't know which kind of application you want to create (client, server, console mode or service) so I can't be more clear. Just explain what you want to do and you'll get better advice.
-- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- 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