by Antonio Linares » Mon Oct 06, 2008 6:54 pm
Marc,
I was recently reviewing how to set a build number into the EXE, in an automatic way.
You could use a FILEVERSION resource information (please review FWH\samples\FileVer.prg). There you could write down the date and time of the build.
Another interesting way is to call a batch file that creates a file with the date and time and such file is included from the main RC file (#include ... ) so you can retrieve them at runtime using LoadString(). Please review fwh\samples\TestStr3.prg