|
Previous Top Next |
This template makes it possible for you to add the compile date and time to the version resources that are linked into the application. This makes it very easy to see exactly when a DLL or EXE was compiled to narrow down problems with client software.
Add Compile Date | Check this to add the compile date to the version information |
Format string for date | Enter the picture for the date. This is used to format the date in the version resource. This defaults to windows short format, @d17. |
Add Compile Time | Check this to add the compile time to the version information |
Format string for time | Enter the picture for the time. This is used to format the compile time in the version resource. This defaults to hh:mm:ss format, @t4. |
This results in two additional items in the Version information. Below are screenshots that show how this looks for the UtilDemo.exe version 0.95.300 compiled on November 14, 2007 at 12:02:33
Version information showing the Compile Date
|
Version information showing the Compile Time |