Developing windows nt service using ATL 3.0

G

Guest

Hello everybody
Can any one tell me how to develop windows nt/2000 service component which does some monitoring (any
work. I would like to use vc++ 6.0 and AT

Thanks in advance
 
W

William DePalo [MVP VC++]

sureshbabu said:
Can any one tell me how to develop windows nt/2000
service component which does some monitoring (any)
work. I would like to use vc++ 6.0 and ATL

If you don't have the Platform SDK download it here

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/

or order the CD. Then take a look at the sample service in its

samples\winbase\service

directory. It is an old C application but its virtue is that it shows most
of what you need to know about services and not much else. Jeffrey Richter
devotes a chapter to services in his excellent book "Programming Server Side
Applications for MS Windows 2000".

VC6 has an wizard which generates the boilerplate for (COM based?) services.
I've never used it, you might want to post again in an ATL group if you want
to take that route.

Regards,
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top