Hi everyone

I have build a simple application that uses OpenAL. Now i want it to check whether OpenAL is installed, so that it can notify the user if isn't.

The only problem is, that the OpenAL headers use static-linking. So i don't know where to put my "checking-code". And what's the best way to check for a specific OpenAL version??

Thanks