Run program as a service

BlitzMax Forums/BlitzMax Programming/Run program as a service

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

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

Check this out: http://www.basta.com/ProdAppToService.htm

Or these:
http://vbwire.com/advanced/howto/service.asp
http://support.microsoft.com/kb/137890

When i needed this a year ago or so i cheated by making a vb.net service that started my own max service. hehe