Hi,
We want to use OpenAl as our sound library, for multiple reasons. We can't wait for A8 and are not planning on upgrading to it atm.
The OpenAl SDK comes with multiple .h files, but including them doesn't seem to work in LiteC, since it's c++ code.
How do I access the functions in the OpenAL dll?
Do I need to write my own dll to make them available to LiteC? if so, where do I start? I'm having trouble even reading them into a c++ project, much less getting them out to LiteC in the right form.
I've been browsing the internet all afternoon... I guess what I need is to know the chain from the function in the openAL32.dll to my LiteC program... then I'd have at least something to start on.
Thankful for any help...