From: Dan P. <ba...@al...> - 2006-02-18 20:17:50
|
On Feb 18, 2006, at 10:52 AM, Sam Steele wrote: > I see the SVN commit notifications aren't working again .. I > committed mouse support for win32. I had to add two files to the > win32 solution, and I had adjusted the search path for OpenAL in my > project file before that to c:\openal\include, so you might need to > change that back if you update. Doh... I'll look at the server and see if I can figure it out. > I'm still having problems w/ the win32 tiki app quitting. The app > doesn't quit when my gamethread terminates, and my gamethread wont > terminate when I close the window. Is there something I'm > forgetting to do? I dunno if you're doing this or not, but when the user closes the window, it's supposed to submit a HID message requesting that you quit. It then waits for the thread to quit. So if the quit message is being lost or not responded to properly, that might do it. At least that's my memory of how it works on OSX, maybe the Win32 one was different. |