Found this:
https://github.com/alvatar/snippets/blob/086f1714927df1338ac36b3633a3a91034a8347c/d/scrapple/bevutils/ServiceBase.d
Will be exploring it to see if I can make it work.
On Saturday, 9 August 2014 at 05:08:40 UTC, Tyler Jensen wrote:
I am very interested to find a good example for D2 of a Windows
Service implementation. Can you point me to one?
On Saturday, 7 September 2013 at 13:57:07 UTC, HeiHon wrote:
On Thursday, 23 February 2012 at 01:33:10 UTC, DNewbie wrote:
Here is a simple service in D
http://my.opera.com/run3/blog/2012/02/23/windows-services-in-d
It's basically c translated to d.
This example seems to have 404ed.
Is there an example of a simple service written in D2
somewhere?
I have a service written in D1 that works just fine. But I
couldn't get it to work with D2 - I think I ran into the same
problems as Steve Teale:
http://forum.dlang.org/thread/ic32he$2ifl$1...@digitalmars.com
All other example code I could find also was D1 only.