Rob Kennedy <[EMAIL PROTECTED]> wrote on Fri, 28 Oct 2005 16:37:22 -0500:
> Delphi doesn't put the compilation date in the programs it produces. It actually does though. 32-bit Delphi PE files (EXEs, DLLs, BPLs) contain a datetime stamp for each resource linked in. C++ Builder compiled apps do too. Take a look at ExeStamp.pas and DatedExe.dpr on my web site: http://www.mindspring.com/~tfiske/delphi.html ExeStamp contains the function that digs the timestamp out of a file, or out of the current memory image of the program its part of. DatedExe is a command line tool to list the compile date of an individual file, or of an entire folder. It's intersting to run in the Delphi bin folder to see what was and wasn't compiled by Delphi. Ditto in the Windows folders too. - Todd _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

