Page 1 of 1

Using irrXML without irrlicht?

Posted: Sat Apr 21, 2012 12:02 pm
by ACE247
Just a question. What do I need to use the irrxml reader & writer that comes with irrlicht, without using the irrlicht device, ie just like the irrXml 1.2 that is on Ambierra(from 2005, no writing)?
Its for a project and needs as little as possible external dependencies. So do I just include the irrxml related files from irrlicht and remove the includes related to irrlicht from within them along with the functions referencing the included files.
  • CXMLReader.cpp
    CXMLReader.h
    CXMLReaderImpl.h
    CXMLWriter.cpp
    CXMLWriter.h
    fast_atof.h
    heapsort.h
    irrArray.h
    irrMath.h
    irrString.h
    irrTypes.h
    irrXML.cpp
    irrXML.h
Is that everything?
Just asking this before I go ahead, to make sure ;)

Re: Using irrXML without irrlicht?

Posted: Sat Apr 21, 2012 8:54 pm
by Cube_
seems like it, I believe that is all the source and header files in the IrrXML download....