[Openal] OpenAL and EAX (EFX)

SamuelSmith samuel_smith2000 at hotmail.com
Mon Apr 9 03:52:29 PDT 2007


I have been trying to implemented EAX (EFX) with my C++/OpenGL/OpenAL project
and have been unsuccessful. I have included the libraries that came with the
OpenAL SDK:
#include <al/efx.h>
#include <al/EFX-Util.h>
#include <al/efx-creative.h>
But I have problems with any parts of EAX code, I copied tutorial 1 (from
the effects extensions guide from the SDK) into a function in my project but
I receive these errors:
error C2065: 'alGenEffects' : undeclared identifier
error C2065: 'alDeleteEffects' : undeclared identifier
error C2065: 'alIsEffect' : undeclared identifier

For some reason I seem to be unable to get EAX working, any help would be
greatly appreciated on how to set this up and to get some basic EAX features
working. 
-- 
View this message in context: http://www.nabble.com/OpenAL-and-EAX-%28EFX%29-tf3546703.html#a9900639
Sent from the OpenAL - User mailing list archive at Nabble.com.



More information about the Openal mailing list