where is audire.h?

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
undereyes
Posts: 7
Joined: Fri Oct 03, 2003 5:56 pm
Location: Spain
Contact:

where is audire.h?

Post by undereyes »

I was downloaded 0.4 and every example compile and run correctly, but when I compile Techdemo the compiles return:
C:\irrlicht\examples\Techdemo\CDemo.h(13) : fatal error C1083: Cannot open include file: 'audiere.h': No such file or directory
Where is it?
I think that I can create a game!
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 a seperate project available at http://audiere.sourceforge.net. If you don't have audiere installed, you can simply comment out the line "#define USE_AUDIERE" in CDemo.h.

Cheers.
matthias gall, lead programmer at sechsta sinn - email matthias@sechsta-sinn.de
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

Audiere is a separate audio engine. Search for it on Sourceforge. You must install it just as you did Irrlicht and link to its include and lib directories.
undereyes
Posts: 7
Joined: Fri Oct 03, 2003 5:56 pm
Location: Spain
Contact:

Post by undereyes »

ok!, thank you I don't know
I think that I can create a game!
Post Reply