From: mailinglisten.wxwidgets on
Hi,

On Wed, 16 Apr 2008 20:29:04 -0400 palm(a)margerum.com wrote:

> Is there a way to create a windows service that uses wxWidgets? I'm
> not looking to use the GUI classes ,but rather the sockets and
> database classes.

AFAIK there are no special classes for Windows service in wxWidgets to
support creation of services - but there is no obstacle preventing the
use of wxWidgets in an service.

We use wxWidgets in an Windows service and for the service related
stuff wie use the following:

http://www.codeproject.com/KB/system/VoitelNTService.aspx


bye
Albert