K D Tripathi
May 17th, 1999, 07:51 PM
Hi,
I have got an MFC application developed in MSVC++ 6.0. I want this application to launch with any NT machine at boot and it should stay there as users LogOn/LogOff. In other words I want to use it as a NT service. I tried to convert this application into service but did not found it practical. Later I thought to call my executable from some other NT service program. I used some examples to create a sample NT service and called exe from there. Now sample service gets loaded after boot, but it never calls my application. I want to know what can be good way to do my job i.e. converting my app as service or call it from some other service. Please try to answer ASAP.
Regard's
Krishna
I have got an MFC application developed in MSVC++ 6.0. I want this application to launch with any NT machine at boot and it should stay there as users LogOn/LogOff. In other words I want to use it as a NT service. I tried to convert this application into service but did not found it practical. Later I thought to call my executable from some other NT service program. I used some examples to create a sample NT service and called exe from there. Now sample service gets loaded after boot, but it never calls my application. I want to know what can be good way to do my job i.e. converting my app as service or call it from some other service. Please try to answer ASAP.
Regard's
Krishna