Results 1 to 8 of 8

Thread: How to determine versions of your program?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253

    Question

    I was wondering if anyone was familiar with versions when your compile your program. Is there a certain way you determine it? Example: Version 1.3.0 or something like that. Does it go by how many changes you make when you go to compile the program again?

    Thanks in advance.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You set the version under Make EXE->Options. There is a setting to automatically increment the version, but it's disabled by default.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253

    Talking Parksie

    Thanks a lot that helped me out!!

  4. #4
    Guest
    You can also determine it through VB code.

    Code:
    MsgBox "Version: " & App.Major & "." & App.Minor & "." & App.Revision

  5. #5
    Guest

    Question parksie is that the setting under......

    ...the project -> bottom option, caren't remember the name. You know the place you set up exe start point, help file name, compile options etc.

    We got this working, but every time we compile it increments the sub number by 1. Very strange, would have thought it would be better if you manually set it here.

  6. #6
    Guest
    Jethro, what do you mean? It will increase by 1 everytime you compile an exe if you check the Auto Increment. Just uncheck it and set it manually.

  7. #7
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    Also,

    Once set you can check an exe or dll by right clicking on the file and going to properties, version, Product version.
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  8. #8
    Guest

    Thumbs up Thanks Mathew will do that

    Jeffro

    We always include an about window to allow users to determine their version, also helps with sites you haven't been too in a while. Just love being able to say to a version 2 user, yeap fixed that in version 3 would you like an upgrade.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width