Thread: Creating Service

  1. #1
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    Creating Service

    Could some one please point me to some tutorial which explains creating Windows Services using VC++ 6.0..


    thanx i advance
    Vasanth

  2. #2
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    Took me ages to find this one:
    http://portals.devx.com/cplus/Article/9857

    Thats a tutorial on writing the programs. Use CreateService (look it up on MSDN) to add it to the list of services.

    Also, theres
    http://www.microsoft.com/msj/0398/service2.aspx
    Which tells you a few problems with running some apps as a service (I had problems using pipes for example)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. running my program as service
    By daher in forum Windows Programming
    Replies: 5
    Last Post: 09-05-2008, 12:30 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Windows service status checking
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 06-01-2008, 08:19 AM
  4. Another windows service question... starting/stopping
    By BrianK in forum Windows Programming
    Replies: 1
    Last Post: 03-20-2003, 12:22 AM
  5. NT Service - researching...
    By schu777 in forum Windows Programming
    Replies: 3
    Last Post: 03-25-2002, 02:58 PM