TechDemo question

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
Ayanami
Posts: 24
Joined: Wed Jan 14, 2004 1:30 pm

TechDemo question

Post by Ayanami »

Irrlicht 0.4.

all examples work fine, but the techdemo have a error:

\irrlicht-0.4\examples\Techdemo\CDemo.h(13) : fatal error C1083: Include-Datei kann nicht geoeffnet werden: 'audiere.h': No such file or directory

in irrlicht sdk is nowhere a 'audiere' header file .. where find these?


other question ..
examples\2.Quake3Map have a textur bug?
Image
and...
if push the 'UP' key and release the key .. camera not always immediately stopped .. i have 200-400fps but the camera move 'lag' (resolution: 1024x768)

system: 1900+, 1GB RAM, Geforce4800SE
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

You need to get Audiere (an open source audio library). There is a link to it in the How-To forum under "Helper Library List".
Crud, how do I do this again?
Phunk(logged out)

Post by Phunk(logged out) »

audiere is an external lib(for sound), wich not comes with the irrlicht SDK, you should download it separately(use google for the homepage)

The texture is a curved surface, it should render in version 4.2

the last thing I don't know about, but I have a lower end PC, and didn't notice it. But remember it is a demo, do not expect a full functioning(bug free) game.(you can walk up walls for example, but it is discussed in the forum)
Greets, Robin
Ayanami
Posts: 24
Joined: Wed Jan 14, 2004 1:30 pm

Post by Ayanami »

thanks,

I updatet Irrlicht.dll (640KB) 0.4.2. and curved surface now visible ;)

I loaded the audiere sdk and rename DT_DIRECTX8 in EDT_DIRECTX8 and TechDemo compile with 0 errors and 0 warnings, BUT i start Techdemo.exe and click "Start Demo" comes a windows messagebox with memory error and debug.


i have another people give the example 2.Quake3Map .. too the have this keyboard bug.

*EDIT* in fullscreen have not keyboard bug .. but the camera move 'lag' there too
Post Reply