Search found 5 matches
- Sat Dec 01, 2007 7:38 am
- Forum: Beginners Help
- Topic: CDemo.h:65: error: ‘audio’ has not been declared
- Replies: 4
- Views: 252
- Thu Nov 29, 2007 8:18 pm
- Forum: Beginners Help
- Topic: CDemo.h:65: error: ‘audio’ has not been declared
- Replies: 4
- Views: 252
- Thu Nov 29, 2007 6:53 am
- Forum: Beginners Help
- Topic: CDemo.h:65: error: ‘audio’ has not been declared
- Replies: 4
- Views: 252
CDemo.h:65: error: ‘audio’ has not been declared
Hi all... Unfortunatly I am a n00b when it comes to C++ I am a java dev, but am forcing myself to learn C++ just for a project I'm working on that will need Irrlicht.... when I try to compile the CDemo (in the examples directory) I get the error CDemo.h:65: error: ‘audio’ has not been declared I hav...
- Tue Nov 27, 2007 9:27 pm
- Forum: Beginners Help
- Topic: Linux error on compile
- Replies: 4
- Views: 794
fixed it...
had to heavily re-write the makefile.
- Tue Nov 27, 2007 8:42 pm
- Forum: Beginners Help
- Topic: Linux error on compile
- Replies: 4
- Views: 794
Linux error on compile
Hi all.. I'm using UBUNTU, and Kdevelop. When I compile an app using the irrlicht headers (ie the helloworld app) I get this error: irrlichttest.cpp:113: undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::...