C++ Windows Library

The Windows library holds all the C++ tools and utilities the are for use with Microsoft Windows. Each include adds to the CyTools namespace.

CyVersion

CyVersion header provides a simple object that uses the Windows API to retrieve version information from binary files, such as executables (exe) and dynamic libraries (dll). The version object has methods to easily query version data for standard content, such as version number, build flags, copyright, and description. It also supports multi-language version tables and custom field retrieval.

Downloads

CyVersion.zip CyVersion header.
CyVersion-examples.zip Source code demonstrating use of CyVersion.