Unified Automation UA SDK ANSI C Professional (Evaluation Edition) --------------------------------------------------------- This SDK was compiled with the gcc version 4.5.1 . You SHOULD NOT mix this SDK binaries with other gcc versions, because your application will end up in loading two different libcs, which results in two different heaps. Mixing heaps will lead to application crashes, when trying to free memory that was allocated by another heap. Third-Party Libraries: ---------------------- The SDK includes a number of third-party libraries that are used to provide certain features. Third Party Software may impose additional restrictions and it is the user's responsibility to ensure that they have met the licensing requirements of the according libraries. The following enumeration lists all third-party libraries used by the SDK with additional information about version, configuration and used licenses. The third-party licenses are stored in the license folder distributed with the SDK. * OPC UA Stack Unified Automation maintains an own version of the OPC UA Stack which is released independently from the OPC Foundation version. The 'based on' version number indicates the compatibility with to official OPC Foundation version. OPC UA Stack Version: 1.3.0 based on: "1.01.329.0" Home: http://www.opcfoundation.org License: RCL (The Reciprocal Community License) * OpenSSL The OpenSSL library is used by the OPC UA Stack to implement OPC UA Security (AES, RSA, SHA1, x509 certificates). The SDK requires OpenSSL pre-installed on your system. For developing you will also need the OpenSSL header files (often called openssl-devel). Please use the package system of your distribution to install the according package. Version: The actual version installed on your system Home: http://www.openssl.org License: OpenSSL License