Version Manager is a COM Add-in for Visual C++ .NET written in C++. Its job is to increment the version number of the application being developed by one on each build (best known as the application's build number). This add-in searches the project for an .rc file, and it if it finds one, it parses the .rc file to find the version information token(s), and increments the build count by one, and saves the file, and allows the compiler to proceed in compiling the application.
Visual C++ Articles
Visual C++ related articles

