MityDSP Documentation Index

Adding the MityDSP eXpat Port To Your Project

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

For the debug build you need to add the library eXpatD.lib. For the release (optimized) build you need to add the library eXpat.lib.

    ["Linker" Settings: "Debug"]
    Options=-q -c -o".\Debug\CP_App.out" -x -i"$(MityDSP_2_1)\lib"
            -l"DspCoreD.lib"  -l"eXpat.lib"
   
    ["Linker" Settings: "Release"]
    Options=-q -c -o".\Release\CP_App.out" -x -i"$(MityDSP_2_1)\lib"
            -l"DspCore.lib" -l"eXpat.lib"
    

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

    $(MityDSP_2_1)\inc; $(MityDSP_2_1)\inc\expat;
    $(MityDSP_2_1)\3rd_party\expat\lib;
    

See Also:
Adding The core Library To Your Project


  
Generated on Wed Mar 17 18:24:34 2010 for MityDSP Expat Port by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.