IrrKlang with Ogre
        Posted  
        
            by 
                Vinnie
            
        on Game Development
        
        See other posts from Game Development
        
            or by Vinnie
        
        
        
        Published on 2012-11-09T18:06:27Z
        Indexed on 
            2012/11/09
            23:26 UTC
        
        
        Read the original article
        Hit count: 418
        
I'm trying to set up sound in my Ogre3D project. I have installed irrKlang 1.4.0 and added it's include and lib directories to my projects VC++ Include and Library directories, but I'm still getting a Linker error when I attempt to build. Any suggestions?
(Error 4007 error LNK2019: unresolved external symbol "__declspec(dllimport) class irrklang::ISoundEngine * __cdecl irrklang::createIrrKlangDevice(enum irrklang::E_SOUND_OUTPUT_DRIVER,int,char const *,char const *)" (_imp?createIrrKlangDevice@irrklang@@YAPAVISoundEngine@1@W4E_SOUND_OUTPUT_DRIVER@1@HPBD1@Z) referenced in function "public: __thiscall SoundManager::SoundManager(void)" (??0SoundManager@@QAE@XZ)
        © Game Development or respective owner