IrrXML truble!
Posted: Thu Aug 25, 2005 2:02 pm
i have this causing it
IrrXMLReader * xmlRead = createIrrXMLReader("test.xml");
and this error.
Shadows error LNK2019: unresolved external symbol "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) referenced in function "public: bool __thiscall guiManager::loadGUI(void)" (?loadGUI@guiManager@@QAE_NXZ)
i cant understand whats wrong with it.
It works in the demo and i include the files i shoulb but still only error.
=/
-Athos
IrrXMLReader * xmlRead = createIrrXMLReader("test.xml");
and this error.
Shadows error LNK2019: unresolved external symbol "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) referenced in function "public: bool __thiscall guiManager::loadGUI(void)" (?loadGUI@guiManager@@QAE_NXZ)
i cant understand whats wrong with it.
It works in the demo and i include the files i shoulb but still only error.
=/
-Athos