Version Information Manipulator Library

   
Release: 1.0.5
Date: 26 August 2007
O/S: All Windows 9x and NT versions (inc. XP, Vista & Windows 7)

Overview

The Version Information Manipulator Library is a DLL that can be used to access and manipulate binary version information from executable and binary resource files and to update and write version information to binary resource files.

The advantage of using this library over the Windows API for reading version information is that the library can cope with badly formed version information that would defeat the API routines. Furthermore the library can enumerate the contents of string tables and list and access non-standard string table entries. It also works with string tables in multiple languages (or translations).

The library's advantage in writing version information resources is that it can generate binary streams suitable for writing to binary resource files. This removes the need to create .rc files and, consequently, the need to use a resource compiler.

Using the Library

Details of how to use the library, along with some example code are provided in the PDF logoUser Guide. This guide is also included with the library's binary distribution.

Feedback

You can report bugs or suggest new features using the Version Information Tools Issue Tracker on Google Code.

Please review existing bug reports and feature requests before creating a new issue. If an issue already exists you may be able to help by adding a further comment.

To create a new issue select the "New issue" link and fill in the form. To report a bug use the "Defect report from user" template or to request a new feature use the "Feature Request" template and follow the instructions in the template.

Please use the project label Project-VIBinData.