- Windows XP
- Visual Studio 2008
- Microsoft DirectX SDK (June 2008)
*Problem
Compiling Irrlicht as .lib is succesfull. But, when compiling the application that is going to make use of irrlicht the following error occurs:
Code: Select all
error LNK2019: unresolved external symbol "__declspec(dllimport) class irr::IrrlichtDevice * __cdecl irr::createDevice(enum irr::video::E_DRIVER_TYPE,class irr::core::dimension2d<int> const &,unsigned int,bool,bool,bool,class irr::IEventReceiver *,char const *)" (__imp_?createDevice@irr@@YAPAVIrrlichtDevice@1@W4E_DRIVER_TYPE@video@1@ABV?$dimension2d@H@core@1@I_N22PAVIEventReceiver@1@PBD@Z) referenced in function _main
Any tips or hints?