deshan
02-01-2010 05:48:48
This is my question
I have tried this thing in svn version and current stable version in release mode.
These two versions acting different when it meats following line
soundManager = OgreOggSound::OgreOggSoundManager::getSingletonPtr();
soundManager->init();SVN version says property not initialize error. And stable version works fine.
Under stable version even I didn't add 'OgreOggSound.dll' to plugins.cfg or manually loading Root::loadPlugin(); Still this works. Even if I add again it works.
But svn version if I add above lines it gives me ogreexception. saying cannot load this dll.
So If I continue with stable version is it OK? Right now I only need some basic sound implementation. No need of any fancy works.