Search found 5 matches

by Hjortur239
Thu May 20, 2004 1:50 am
Forum: Beginners Help
Topic: Audiere crash?
Replies: 0
Views: 211

Audiere crash?

im using audiere 1.9.3 and irrlicht .6

and it works fine until my application exits in anyway ( device->closeDevice() or ALT+F4)

then the error window comes up and i press debug, and it brings me the audiere.h ...
any ideas? thanks
by Hjortur239
Sat May 08, 2004 8:28 pm
Forum: Beginners Help
Topic: Entry Point Not Found
Replies: 1
Views: 233

Entry Point Not Found

i get this after its compiled and i try to run it:

procedure entry point
?createDevice@irr... could not be located in the dynamic link libary irrlicht.dll

Im using Visual C++ 6.0, and i know i added all the libary and include directories but it wont work ...
by Hjortur239
Tue Apr 27, 2004 9:47 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: 3rd Person Camera
Replies: 106
Views: 78005

im using DevCPP

yes, all examples compile fine, im also having linker errors with the Newton tut too.

edit: well all but example 9, and it gets the same error.
by Hjortur239
Tue Apr 27, 2004 9:25 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: 3rd Person Camera
Replies: 106
Views: 78005

well, luvcraft, thought i'll download your code to see if it works and it seemed to start to compile right, but then i get a error: main.o(.text+0x89a):main.cpp: undefined reference to `_imp___ZN3irr12createDeviceENS_5video11EDriverTypeERKNS_4core11dimension2dIiEEjbbPNS_14IEventReceiverEPKw' any ide...
by Hjortur239
Sat Apr 24, 2004 3:47 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: 3rd Person Camera
Replies: 106
Views: 78005

Ive tried to compile the source code to the camera, but i get these compile errors in DevCpp: In file included from CSceneNodeAnimator3PPlayer.h:4, from 3rdPersonCamera.cpp:10: CSceneNodeAnimator3PCamera.h:9: redefinition of `class CSceneNodeAnimator3PCamera' CSceneNodeAnimator3PCamera.h:9: previous...