NT Service
-
Does anyone have a guideline that I can use on how to create an NT service that will allow use of MFC? If so can you please point me in the right direction. Thanks! Roger Printy Software Engineer TeraNex Orlando, FL
-
Does anyone have a guideline that I can use on how to create an NT service that will allow use of MFC? If so can you please point me in the right direction. Thanks! Roger Printy Software Engineer TeraNex Orlando, FL
If you just need to use MFC database classes in your service, you can check these Knowledge Base articles for more info: Q152696 Q156138 Tomasz Sowinski -- http://www.shooltz.com.pl
-
Does anyone have a guideline that I can use on how to create an NT service that will allow use of MFC? If so can you please point me in the right direction. Thanks! Roger Printy Software Engineer TeraNex Orlando, FL
Most likely, you don't need to write your own NT service. Just write you program in MFC and uses a special NT service to run it.