Monday, January 19, 2009

Ported my project to SDL and implemented basic sound support using OpenAL. I didn't like the look of the sound portion of SDL so I spent some time with OpenAL. OpenAL is only working on two out of three machines, I hope it works out. SDL freezes when VC Express enters debug mode unless you enable the SDL_INIT_NOPARACHUTE flag AND stay out of fullscreen mode. A minor inconvenience made a little worse by outdated documentation. The mouse event handling also creates an issue with my code in fullscreen mode but not in window mode.

No comments:

Post a Comment