Hi Everone
I need make my programme to an NT service. I dont have any experience with this topic. Can anyone help me with code samples or links to documentation.
Michael
Printable View
Hi Everone
I need make my programme to an NT service. I dont have any experience with this topic. Can anyone help me with code samples or links to documentation.
Michael
If you are using VC6 compiler, use the ATM/COM App Wizard to start a new project. That will generate all the basic code you need for an NT service. Then, if you already have another project that you want to convert, just copy that program files into this new project. You'll probably have to do a little rewriting of your current files.