How to write services

F

Fahim Ahmed

Hi!,
I want to write Windows NT/2000 services using Visual C++6.
Where can I find Tutorial on this topic (With some Code sample).

Thanks,
Fahim.
 
J

John Phillips

Check out the samples which are bundled with the Platform SDK - in the
\samples\winbase\service directory. You can also create a service by using
the ATL wizard, but it will give you all sorts of extra COM-related code,
which may or may not be useful to you.

Otherwise check out codeproject.com or search on google.
 

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