Wednesday, August 28, 2013

How to display build date?

There isn't a built in equivalent to C++'s __DATE__ or __TIME__ macros, but you should be able to create something similar by creating a pre- build step which generates a file with the current date and time.


I don't believe the application version can be depended on for the build time in desktop apps, although current implementations may generally map that way.


--Rob


No comments:

Post a Comment