MityDSP Documentation Index

Adding The tinyXML Library To Your Project

There are two ways to incorporate the tinyXML library into your application, link with the release and/or debug builds of the library, include the sources in your application project.

For the debug build you need to add the library tinyXMLD.lib. For the release build you need to add the library tinyXML.lib.

    ["Linker" Settings: "Debug"]
    Options=-q -c -o".\Debug\MyApp.out" -x -i"$(MityDSP_2_3)\lib" -l"tinyXMLD.lib"
   
    ["Linker" Settings: "Release"]
    Options=-q -c -o".\Release\MyApp.out" -x -i"$(MityDSP_2_3)\lib" -l"tinyXML.lib"
    

In addition, the following include file paths should be added to your project to access the various tinyXML header files (for MDK 2.3):

    $(MityDSP_2_3)\inc; $(MityDSP_2_3)\inc\tinyXML_port;
    $(MityDSP_2_3)\3rd_party\tinyXML
    

  
Generated on Wed Mar 28 15:14:03 2012 for tinyXML Library by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.