windows service

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!!
 
W

William DePalo [MVP VC++]

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-
 
R

Rodrigo Corral González [MVP]

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.
 

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