NO

Author Topic: Debug, Release with build number sample  (Read 4758 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Debug, Release with build number sample
« on: May 13, 2005, 10:44:46 AM »
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

  • Guest
Debug, Release with build number sample
« Reply #1 on: May 18, 2005, 05:22:04 AM »
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.