
having hard time getting good SERVICE these days
Hi Ronit,
When you build your service the "registering" it does is within
HKEY_CLASSES_ROOT. You still need to register the application as a service
under NT. Since this is an ATL project you can do this by starting your
program with a parameter of "Service", i.e. MyService Service. You should
note that when it registers, it will make the service start upon boot which
is something you probably don't what to do while developing it.
What errors are you seeing in release mode?
HTH
--
=================
Frank Hickman
NobleSoft, Inc.
=================