Examples of Windows services in D?

Graham Fawcett fawcett at uwindsor.ca
Tue Feb 21 07:08:52 PST 2012


Hi folks,

I've got a Windows service that I'd like to write in D, if possible. I 
see that Andrej Mitrovic has provided a binding for the relevant parts of 
the Windows API (thanks!):

https://github.com/AndrejMitrovic/DWinProgramming/blob/master/win32/
winsvc.d

Has anyone used this (or another binding) to write an actual service? 
Particularly, I was hoping to find a "base class" that takes care of 
common tasks (installing, removing, starting, etc.).

Thanks!
Graham


More information about the Digitalmars-d-learn mailing list