PDA

Click to See Complete Forum and Search --> : Build?


Emo
Oct 19th, 2000, 03:30 PM
I have a question about when you see an application and it the about box or somewhere else, it says i.e. "Build: 3245". What does that mean? I've seen this in ICQ and other applictions...

Thanks!
-Emo

HarryW
Oct 19th, 2000, 05:07 PM
I think each time they compile the executable they give it a build number, and whichever one they finally settled on and distributed, that's the version you get.

Oct 19th, 2000, 06:21 PM
If you go to:
Project > [Project] Properties > Make
You'll see a frame that has 3 textboxes.
The values in these textboxes represent the version of the app.
Major . Minor . Build (Revision)
The build number is like a Minor Minor.
If you check the checkbox that says "Auto Increment" then every time you compile your app the number in the Revision textbox will increment by one.
It's a part of the version of the app.