How to write services

  • Thread starter Thread starter Fahim Ahmed
  • Start date Start date
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.
 
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.
 
Back
Top