Help with ending an application
I was recently asked to submit a game to the Winnitron project, which is an arcade machine that loads games with some custom launcher software. Unfortunately, my exe does not respond to their launcher when it tells my game to close. I have been told their launcher is simply calling some windows command to close the application window, but it doesn't seem to work. I have some code that ends the application when the Esc key is pressed. But other than that, there is no special code that I am writing to keep the game from closing. The only unusual things I might be doing are hiding the mouse pointer and using the Ultimate Fullscreen extension (which is forcing fullscreen mode on startup).
Can anyone think of a reason their launcher would not be able to tell an MMF exe to close?
Any help is appreciated,
Mobichan