Search found 5 matches

by guardian1372
Sat Dec 01, 2007 7:38 am
Forum: Beginners Help
Topic: CDemo.h:65: error: ‘audio’ has not been declared
Replies: 4
Views: 241

using the older version of irrKlang worked like a charm.. thanks guys!
by guardian1372
Thu Nov 29, 2007 8:18 pm
Forum: Beginners Help
Topic: CDemo.h:65: error: ‘audio’ has not been declared
Replies: 4
Views: 241

Thanks for the info.. I'll give that a shot tonight!

ultran00b, I did have a think about the java wrapper, but it just adds another layer of complication... when reading howtos etc I'd have to figure out how to "translate" everything....


good idea tho :)
by guardian1372
Thu Nov 29, 2007 6:53 am
Forum: Beginners Help
Topic: CDemo.h:65: error: ‘audio’ has not been declared
Replies: 4
Views: 241

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...
by guardian1372
Tue Nov 27, 2007 9:27 pm
Forum: Beginners Help
Topic: Linux error on compile
Replies: 4
Views: 781

fixed it...

had to heavily re-write the makefile.
by guardian1372
Tue Nov 27, 2007 8:42 pm
Forum: Beginners Help
Topic: Linux error on compile
Replies: 4
Views: 781

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::...