Knowledge Base

Resolving Compile and Link Errors

When you build your first C/C++ application using SocketTools, you may encounter compile or link errors. These are usually the result of the project needing to be configured with the correct paths for the required header files and import libraries.

Support for TLS 1.2 on Windows XP

SocketTools uses the Windows CryptoAPI and Schannel security provider to provide support for Transport Security Layer (TLS), which is used with secure connections. The latest version of TLS that is available on the Windows XP platform is TLS 1.0 and cannot be used to establish secure connections.

SocketTools Windows Installer Packages

SocketTools includes Windows Installer (MSI) packages which enable you to easily redistribute the components used in your projects. They are included with the developer installation package for each edition and available for both 32-bit and 64-bit applications. There are several advantages to using our install packages in your setup project. The installers ensure the components …

SocketTools Windows Installer Packages Read More »

Scroll to Top