$100 bounty for help with Windows Service code

Tyler Jensen via Digitalmars-d digitalmars-d at puremagic.com
Sun Aug 17 17:00:11 PDT 2014


On Sunday, 17 August 2014 at 23:56:56 UTC, Tyler Jensen wrote:
>
> GetLastError on both returns 0. I had misread the 
> SetServiceStatus documentation and was assuming a 0 was 
> success. Am looking into that. I'm also trying to figure out 
> how to get access to the message box you mentioned.

I also changed my worker thread to write to a different file. It 
does not end the process after 5 seconds. It continues to write 
to the file every 5 seconds until it finds "stopping" to be true. 
So currently it continues to write to the worker thread file 
until I kill the process.


More information about the Digitalmars-d mailing list