Page 1 of 1
Very simple one! Vers date/time in "About"..
Posted: 14 Sep 2006 08:47
by j_c_hallgren
Here's a quickie wish: In the "About", add the Date and time after the vers info...in case one gets behind on vers, it makes it a bit easier to notice that when one has timestamp to compare...format of date might be best for all to read using "Jan"-"Dec" as month.
Re: Very simple one! Vers date/time in "About"..
Posted: 14 Sep 2006 08:58
by admin
j_c_hallgren wrote:Here's a quickie wish: In the "About", add the Date and time after the vers info...in case one gets behind on vers, it makes it a bit easier to notice that when one has timestamp to compare...format of date might be best for all to read using "Jan"-"Dec" as month.
Only: I do not store that date in the file, so I could only read it from the last modified date. Not totally reliable.
Posted: 14 Sep 2006 09:43
by j_c_hallgren
So another 17 or so bytes (dd mmm yyyy hh:mm) stored as a literal/constant in .EXE would be too much to add?

I think that's enough, right? And a few bytes for code to display it...
Posted: 14 Sep 2006 09:47
by admin
j_c_hallgren wrote:So another 17 or so bytes (dd mmm yyyy hh:mm) stored as a literal/constant in .EXE would be too much to add?

I think that's enough, right? And a few bytes for code to display it...
Checking the modified date of the EXE yourself is too much to ask?
