mog Registered User |
Quote
|
2009-08-27 01:08:15 |
|
i've got some trouble when i try to include the lib in my project : i've got a link error when i compile
Irrlicht.lib(Irrlicht.dll) : error LNK2005: "class irr::io::IIrrXMLReader<char,class irr::io::IXMLBase> * __cdecl irr::io::createIrrXMLReader(char const *)" (?createIrrXMLReader@io@irr@@YAPAV?$IIrrXMLReader@DVIXMLBase@io@irr@@@12@PBD@Z) already defined in irrXML.obj
fatal error LNK1169: one or more multiply defined symbols found
i don't understand where is the duplicated symbol.
|
niko Moderator |
Quote
|
2009-08-27 15:50:30 |
|
irrXML is already included in irrlicht, maybe that's your problem. Simply reuse the irrxml in irrlicht instead of adding it again to your application.
|