Results 1 to 2 of 2

Thread: Using the project version information in Lazarus?

  1. #1

    Using the project version information in Lazarus?

    Ok, anyone know how to get the Major, Minor, Build, etc information from the final application in Lazarus? I know this can be done with Windows API calls, but I wanted to see if there is a cross platform way of making use of this information yet. Since its in the project configuration dialog I thought it might be part of the ApplicationInformation component, but no avail there.

  2. #2

    Using the project version information in Lazarus?

    AFAIK, there is no such cross-platform implementation of a function to retrive the version info, yet.

    The current way would be simply having a variable or constant on your program that holds a hard-coded value, or maybe a value read from a file.

Bookmarks

Posting Permissions

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