|
-
April 1st, 1999, 12:18 AM
#1
!! compile time !!
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
-
April 1st, 1999, 03:06 AM
#2
Re: !! compile time !!
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|