Click to See Complete Forum and Search --> : Setting up an NT service


mbr
October 16th, 2002, 09:24 AM
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

stober
October 17th, 2002, 05:47 AM
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.