[Openal] Reflections Pan
Joseph Steel
joseph.steel at simutecsystems.com
Mon Aug 28 06:07:32 PDT 2006
I'm not sure "ignoring" the libcmt is a good thing to do. You should ensure
that your application is using the same run-time libraries as the OpenAL
ones. In my experience when you mix up the version of the run-time libraries
you can run into all sorts of weird errors and crashes - these tend to
involve memory allocation/deallocation faults. This may be what you're now
experiencing.
Joseph
-----Original Message-----
From: openal-bounces at opensource.creative.com
[mailto:openal-bounces at opensource.creative.com]On Behalf Of Patrik ----
Sent: 28 August 2006 13:44
To: openal at opensource.creative.com
Subject: [Openal] Reflections Pan
Hi!
Thanks for the help with ConvertReverbParameters(). I tried ignoring the
LIBCMT and it works.
Now i have a different problem. Whenever i try to use
SetEFXEAXReverbProperties, as in the sample file the system crashes at:
alEffectfv(uiEffect,
AL_EAXREVERB_REFLECTIONS_PAN,pEFXEAXReverb->flReflectionsPan)
and alEffectfv(uiEffect, AL_EAXREVERB_LATE_REVERB_PAN,
pEFXEAXReverb->flLateReverbPan)
Does anyone have any clue to what could cause this?
Thanks
/Patrik
_______________________________________________
Openal mailing list
Openal at opensource.creative.com
http://opensource.creative.com/mailman/listinfo/openal
More information about the Openal
mailing list