[Openal-devel] OpenAL-Soft - Enumerate all devices returns none -
how to fix?
Chris Robinson
chris.kcat at gmail.com
Wed Apr 16 15:18:37 PDT 2008
On Wednesday 16 April 2008 02:52:24 pm MarvinG wrote:
> The problem is, that the openAL-soft DLL does not appear to work correctly
> with host applications (such as the SDK demos) when run on a further 3
> machines all with different sound cards (one a RealTek, another a C-Wave
> device (from memory) and the 3rd I can't remember). I am trying to work
> out why the 2 dev run it well, while these other ones don't. All have the
> basic requirements of DirectX 9 and OpenAL runtimes installed.
Do the three problem machines have dsound.dll and winmm.dll? LoadLibrary could
fail if a hard DLL dependancey of openal soft's openal32.dll isn't found
(such as dsound.dll or winmm.dll).
More information about the Openal-devel
mailing list