Click to See Complete Forum and Search --> : !! compile time !!


Chris Meyer
March 31st, 1999, 11:18 PM
Anyone know how to get the time an executable was compiled into a static text control? I'd like my about box to display the time the thing was built. I'm not sure whether this would be compile-time or runtime, or how to do it.


Thanks in advance,

Chris

Dazza
April 1st, 1999, 02:06 AM
Try using __DATE__ and __TIME__ . These macros are strings representing the date and time (respectively!) of the compilation of the file they are contained in.