OpenALAudio stalls out as a dll

BlitzMax Forums/BlitzMax Programming/OpenALAudio stalls out as a dll

JoshK(Posted 2008) [#1]
When SetAudioDriver() is called with brl.openalaudio, the program stalls out when compiled as a dll. I think this is the same problem I had with Newton, where you have to have the extra dll initialization in a function instead of the main dll entry point.


JoshK(Posted 2008) [#2]
If anyone runs into the same problem, this can be fixed by moving the initialization code into a function: