Page 1 of 1

Windows Service

Posted: Wed Oct 08, 2008 10:54 pm
by Ronaldo Garcia
Hello

I have in the pass days looking for how to create a Windows Service program with Runrev, any clues?

Thank You

Posted: Wed Oct 08, 2008 11:27 pm
by SparkOut
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

Hello thank you for answer

Posted: Thu Oct 09, 2008 3:29 pm
by Ronaldo Garcia
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.

Posted: Sun Nov 09, 2008 5:51 pm
by matthiasr
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

Re: Windows Service

Posted: Thu Mar 04, 2010 12:57 am
by Kevin
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