XML Security Library

LibXML2
LibXSLT
OpenSSL

Compiling and linking on Windows.

On Windows there is no such simple and elegant solution. Please check README file in win32 folder of the library package for latest instructions. However, there are a couple general things, that you need to remember:

  • All libraries linked to your application must be compiled with the same Microsoft Runtime Libraries.

  • Static linking with XML Security Library requires additional global defines:

    #define LIBXML_STATIC
    #define LIBXSLT_STATIC
    #define XMLSEC_STATIC	    
    	     



Aleksey Sanin