windows service

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi, how can I write a windows service in Visual C++ 6.0?
Because, I have found a lot of information about services, but with .NET.
Thanks!!
 
era said:
hi, how can I write a windows service in Visual C++ 6.0?
Because, I have found a lot of information about services, but with .NET.
Thanks!!

If you don't have the Platform SDK, then download it or order a CD. Once
installed you will find a bare-bones sample in the

Samples\winbase\Service

subdirectory of the PSDK.

Regards,
Will-
 
Find Creating a Simple Win32 Service in C++ en tu MSDN. It comes with a few
examples.

You could be interested in Using SC.EXE to Develop Windows NT Services too.
 
Back
Top