MityDSP Documentation Index

Adding the MityDSP XySSL Port To Your Project

There are two ways to incorporate the MityDSP XySSL 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 XySSLD.lib. For the release (optimized) build you need to add the library XySSL.lib.

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

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

    $(MityDSP_2_1)\inc; $(MityDSP_2_1)\3rd_party\XySSL\include
    

See Also:
Adding The net Library To Your Project
Adding The core Library To Your Project


  
Generated on Fri Sep 23 16:34:04 2011 for MityDSP XySSL Port by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.