Hey, I need to build a simple program for school that outputs simple waveforms of various frequencies. I decided to try to use OpenAL, and I used the xcode template for a simple C program, then I added in Core Services and the OpenAL frameworks. When I try to build any program with a function from the OpenAL framework, xcode gives me errors telling me it can't find the function. Digging a little deeper, the linker keeps telling me that the OpenAL library I'm trying to use is "not of the required architecture." I've tried building the program as a universal binary, a ppc binary, and as a machine native (intel) binary. Can anyone help me? If you can point me to a good OpenAL 1.1 tutorial that would be great also.
Thanks,
Muncher
Thanks,
Muncher