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
Search found 5 matches
- Thu May 20, 2004 1:50 am
- Forum: Beginners Help
- Topic: Audiere crash?
- Replies: 0
- Views: 228
- Sat May 08, 2004 8:28 pm
- Forum: Beginners Help
- Topic: Entry Point Not Found
- Replies: 1
- Views: 243
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 ...
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 ...
- Tue Apr 27, 2004 9:47 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: 3rd Person Camera
- Replies: 106
- Views: 79031
- Tue Apr 27, 2004 9:25 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: 3rd Person Camera
- Replies: 106
- Views: 79031
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...
- Sat Apr 24, 2004 3:47 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: 3rd Person Camera
- Replies: 106
- Views: 79031
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...