开发者

OpenAL's AL/al.h not found on Mac OS X Lion with XCode 4.1

开发者 https://www.devze.com 2023-03-26 10:41 出处:网络
I\'ve created a project in XCode and added the OpenAL framework. Still the compiler can\'t find AL/al.h 开发者_运维问答when i try to include it.

I've created a project in XCode and added the OpenAL framework. Still the compiler can't find AL/al.h 开发者_运维问答when i try to include it.

Where do I add the include directory for OpenAL?

edit: Sorry I forgot to add: I'm using C/C++


Use this: #import <OpenAL/al.h>

0

精彩评论

暂无评论...
验证码 换一张
取 消