[Migrated content. Thread originally posted on 07 April 2005]
I have been investigating new methods of keeping our customers up-to-date with the latest program changes we have made, and I am interested in creating something like an auto-update feature. One thing which makes keeping track of our programs more difficult is the lack of any version information accessible once the program has been compiled. When I look at the properties of a DLL or OCX file (or many other file types, for that matter), it displays a "Version" tab, which has the program version and other information readily accessible. The best situation, however, would be the ability to make the program version available to the runtime, so that a program could be written to look at each file, and generate a list of which program files are installed, and the version of each. This list could then be compared to the list of currently released programs to determine if anything is out-of-date. Our software runs strictly on Win32 platforms, and any development related to this issue would be done under the AcuCOBOL-GT 6.2 runtime.On a related note, does anyone have a suggestion for a good Win32 code tracking app? We are keeping track of our code under UNIX, and I am examining alternatives.
Thanks in advance,
-Chris



