From: Atani <at...@at...> - 2005-11-27 02:26:10
|
On 11/26/2005, "Sam Steele" <sam...@gm...> wrote: >I noticed another quirk on win32: > >If I close the window, my app doesn't quit, and if I quit my app, the >window doesn't close. Any ideas? That sounds like the message loop is not properly exiting when the WM_QUIT message is received. Also make sure that all events are properly dispatched. I have not done much raw win32 programming in a bit so i am a bit rusty on it... As for sound on other platforms... On linux using SDL I have yet to get any output from OpenAL using either SDL output handler or the "default" handler. I did finally get it working on OSX finally but it does not seem to work on any other platforms so far :( Its entirely possible that there is some code missing from the sdl/dc directories for sound. The DC version though is more or less just a thin wrapper on top of the standard KOS sound functions. Mike |