> I wonder is it possible to use TWSocket in Windows service > application? I tried the same code as in udplstn.dpr and can't make > it > work. I guess it could be related to the fact that windows messages > used to signal socket events and it may not work in service. Am I > right?
TWSocket works fine in Windows services, provided there is a message pump running, which is usually standard. The only limitation with Windows messages is they can only be sent to other services, not to interactive applications, and vice versa, because services and interactive application run in different desktops. Angus -- 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