Madinitaly's MD3 loader in Irrlicht 0.14.0

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
andyZER0
Posts: 5
Joined: Thu Jan 05, 2006 7:37 am
Location: Irvine, CA, USA
Contact:

Madinitaly's MD3 loader in Irrlicht 0.14.0

Post by andyZER0 »

Just when I thought I properly integrated it into the latest version of Irrlicht, I get a weird compiler error:

Linking...
Irrlicht.obj : warning LNK4224: /COMMENT is no longer supported; ignored
Creating library .\..\Release/Irrlicht.lib and object .\..\Release/Irrlicht.exp
CIrrDeviceWin32.obj : error LNK2019: unresolved external symbol "class irr::video::IVideoDriver * __cdecl irr::video::createSoftwareDriver2(class irr::core::dimension2d<int> const &,bool,class irr::io::IFileSystem *,class irr::video::IImagePresenter *)" (?createSoftwareDriver2@video@irr@@YAPAVIVideoDriver@12@ABV?$dimension2d@H@core@2@_NPAVIFileSystem@io@2@PAVIImagePresenter@12@@Z) referenced in function "private: void __thiscall irr::CIrrDeviceWin32::createDriver(enum irr::video::E_DRIVER_TYPE,class irr::core::dimension2d<int> const &,unsigned int,bool,bool,bool,bool)" (?createDriver@CIrrDeviceWin32@irr@@AAEXW4E_DRIVER_TYPE@video@2@ABV?$dimension2d@H@core@2@I_N222@Z)
.\..\Release/Irrlicht.dll : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://c:\irrlicht-0.14.0\source\Release\BuildLog.htm"
Irrlicht - 2 error(s), 1 warning(s)

(I'm using Virtual C++ 2005 Express Edition)

Anyone have this problem? Any way to fix this? Thanks in advance.
hybrid

Post by hybrid »

As the error is on the new Software renderer: Do you use a correct project with all new Irrlicht files contained? Or do you have an old 0.12 somewhere around which is linked against? Try cleaning all your directories and .o files.
lostpencil
Posts: 17
Joined: Fri Dec 16, 2005 5:46 pm
Contact:

Post by lostpencil »

The project wasn't quite setup right, here are the details to get things working: click here.
Cheers,
Paul Mikulecky
Lost Pencil Animation Studios Inc.
http://www.lostpencil.com

"The art of character animation is to try
to catch lightning in a bottle.... one volt
at a time." Brad Bird
Post Reply