views:

465

answers:

1

Hi,

Does any one knowns any good visual studio wizard for creating a Windows NT Service without the use of ATL. I don't need to implement any COM interface.

Thanks

+2  A: 

You don't need a wizard to create a service. A service DLL is just a normal DLL which exposes some special functions which are called by windows to initialize, start and stop the service.

You can read more about creating a basic service here

shoosh
It's an exe, but otherwise this is correct.
Lou Franco
not necessarily.
shoosh