Missing Header?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Astinus
Posts: 7
Joined: Sun Sep 07, 2003 8:45 pm
Location: Italy
Contact:

Missing Header?

Post by Astinus »

I have problem to compile (VC++) the source code of the TechDemo, compiler can't find "audiere.h" I look for this file in the SDK but I can't find.. anyone can help me?

Tnx,
Astinus
hearsedriver
Posts: 81
Joined: Fri Aug 22, 2003 12:06 pm
Location: Germany
Contact:

Post by hearsedriver »

Audiere is not part of Irrlicht, it's an open source audio API Niko used for the techdemo. You can find it at http://audiere.sourceforge.net

Cheers.
matthias gall, lead programmer at sechsta sinn - email matthias@sechsta-sinn.de
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

... or just comment line in CDemo.h

Code: Select all

#define USE_AUDIERE
Post Reply