Debug, Release with build number sample

Started by TimoVJL, May 13, 2005, 10:44:46 AM

Previous topic - Next topic

TimoVJL

Debug, Release with build number sample.
This use BUILDNO define for build number.
Define -DBUILDNO=0 before use.
May the source be with you

RJP Computing

Can I get a quick example of how to use this?

I am not quite sure how to get at the build number.

*EDIT*
I figured it out. You need to add the define BUILDNO=0 in the project settings->compiler tab of the project you want. Then you can use 'BUILDNO' in your code.

Thanks for the useful Add-in. I like it.