Joseph Duchesne
2004.08.10, 09:51 AM
I'm using ryan's custom openAL build in a project builder project and I'm having some trouble. I got it to load OGGs and play them seamlessly. Perfect. I moved that from main.c to music.c and made functions for controlling the music. Perfect. I want to put everything in my main project and *KABOOM* suddenly AL_VORBIS_ext (or whatever it is) is returning null. I have put all the required files in my main project (openal.dylib and the AL headers) and the normal sound stuff runs fine but the new music.c/h doesn't recognise the vorbis extensions . Is there any reason behind this?