JudsonCaspian
February 14th, 2001, 09:51 PM
An article on implementing NT Services that with the Visual C++ 6 ATL wizard would be helpful, because the code that the ATL wizard spits out doesn't appear to function as an NT Service. NT Services are important because they can run when there aren't any users logged-in.
Jeff Gao
February 22nd, 2001, 03:45 AM
I also agree with the point but how can we get the
article that is important.If you can find it please tell me.Thank you!(translate from china)
philpax
April 9th, 2001, 02:11 PM
Actually, the ATL wizard in Visual C++ 6.0 DOES turn out an NT Service.
You need to run it once with the command-line paramter of /Service. This will intall it into the Service Control Manager database (ie, the registry). You can then manipulate it to run auto/manual, etc.