Re: Windows service
Posted: Wed Dec 30, 2020 5:05 pm
http://www.purebasic.com
https://www.purebasic.fr/english/
Note that Windows reports : "could not stop" the service, but in fact it stops successfully.Windows could not stop the Able service service on Local Computer. Error 183: Cannot create a file when that file already exists
Code: Select all
net stop able
A system error has occurred.
System error 183 has occurred.
Cannot create a file when that file already exists.
The Able service service was stopped successfully.
Thanks very much for posting on this old requirement, Jakob. No, we didn't use the service wrapper from this thread, as it was buggy.jakobssystems wrote: Mon Apr 21, 2025 5:02 pm I've made my own Windows app SCM "serviceable". Everyting is within an include file windows_service.pbi to keep my main program clean and uncluttered, maybe you check it out?