Hello
I have in the pass days looking for how to create a Windows Service program with Runrev, any clues?
Thank You
Windows Service
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 7
- Joined: Wed Oct 08, 2008 10:48 pm
- Contact:
I don't know how you'd write a RunRev program as a Windows Service (I'd imagine that to be impossible) but this may be useful:
http://www.codeproject.com/KB/system/xyntservice.aspx
http://www.codeproject.com/KB/system/xyntservice.aspx
-
- Posts: 7
- Joined: Wed Oct 08, 2008 10:48 pm
- Contact:
Hello thank you for answer
i tried to do a program that works as service like an antivirus
when you turn on your computer start and runs in the background with administrator privileges .... Microsoft have a program to start your program as a service ( sc ) but not work because my program need to have some requirement to run as a service. every info i found is for Microsoft visual c.
i hope somebody have a clue.
when you turn on your computer start and runs in the background with administrator privileges .... Microsoft have a program to start your program as a service ( sc ) but not work because my program need to have some requirement to run as a service. every info i found is for Microsoft visual c.
i hope somebody have a clue.
Hi,
i am using FireDaemon for this kind of things.
http://www.firedaemon.com
And here's a description "How to create your own user-defined services under Win NT/200x/XP"
http://www.tacktech.com/display.cfm?ttid=197
Regards,
Matthias
i am using FireDaemon for this kind of things.
http://www.firedaemon.com
And here's a description "How to create your own user-defined services under Win NT/200x/XP"
http://www.tacktech.com/display.cfm?ttid=197
Regards,
Matthias
Re: Windows Service
There is a Open Source application called WinSrv is can communicate with your application via stdin and stdout even allows event log entries.
http://www.sw4me.com/wiki/Winserv
http://www.sw4me.com/wiki/Winserv