I have a native c++ application which is the server for my game. I currently have it as a scheduled task on my server,. but it really should be a service from what I read.
Is there away in Visual Studio 2008 to compile as a service instead of a console app?
I don't need to see the console window, the app logs everything to a file.
Thanks