odd problem with irrklang

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
Pakje
Posts: 11
Joined: Sun Sep 07, 2008 11:42 am

odd problem with irrklang

Post by Pakje »

hello i'm using the irrklang scene node on my little school project.

Code: Select all

CIrrKlangSceneNode* soundNode = 
new CIrrKlangSceneNode(soundEngine, smgr->getRootSceneNode(), smgr, 666);

soundNode->setSoundFilename("yourfile.wav");
using the above code i always get the error

s\Demo 6\main.cpp|245|error: 'class CIrrKlangSceneNode' has no member named 'setSoundFilename'|

but looking at the header i clearly see that method.
so can some1 help me please :)


edit : i alrdy foudn the problem sry to bother
nathanf534
Posts: 199
Joined: Tue Dec 09, 2008 2:55 am

Post by nathanf534 »

when you find out a problem, please post what was wrong, as it may help others who are searching the forum.
while(signatureEmpty){cout<<wittyComment();}
geckoman
Posts: 143
Joined: Thu Nov 27, 2008 11:05 am
Location: Germany
Contact:

Post by geckoman »

nathanf534 wrote:when you find out a problem, please post what was wrong, as it may help others who are searching the forum.
Like me :D
Post Reply