Run program as a service

BlitzMax Forums/BlitzMax Programming/Run program as a service

andre72(Posted 2007) [#1]
Hi,

maybe somebody has allready a solution for that.
What I need is the possibility to run a BlitzMax application as a service.
The reason for is that the application havo to start also if no user log on the server...

Thanks,

Andre


Dreamora(Posted 2007) [#2]
Thats no trivial task. MSDN mainly gives information for their supported languages.

So far I've only seen thread about people trying to get this done but so far anyone that tried it dropped the idea again from what I know due to the complexity when you try to achieve it outside VS


Winni(Posted 2007) [#3]
Check this out: http://www.basta.com/ProdAppToService.htm


grable(Posted 2007) [#4]
Or these:
http://vbwire.com/advanced/howto/service.asp
http://support.microsoft.com/kb/137890


Space_guy(Posted 2007) [#5]
When i needed this a year ago or so i cheated by making a vb.net service that started my own max service. hehe