Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8695625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:05:04+00:00 2026-06-13T01:05:04+00:00

Project in Delphi 2007, stored in SVN. Project settings – version info – there

  • 0

Project in Delphi 2007, stored in SVN.

“Project settings – version info” – there the project version is stored.
When changing the project version *.dproj file and *.res file are changing.
And I have to commit them to SVN every time when project version changes.

I want to manage project version with SVN.
For example, when building the project from svn tag named “1.12.2” and revision 12993 I want to get a binary *.exe file with version 1.12.2.12993.

To make it, I should create a *.rc file with text presentation of version info. Then make a *.res file and include it to project with {$R version.res}

What shold I write to *.rc file? What should it’s structure look like?
White an example, please.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:05:05+00:00Added an answer on June 13, 2026 at 1:05 am

    The VERSIONINFO resource is documented on MSDN. A typical such resource script looks like this:

    1 VERSIONINFO
    FILEVERSION 1,12,2,12993
    PRODUCTVERSION 1,12,2,12993
    FILEOS 0x40004L
    FILETYPE 0x1L
    BEGIN
      BLOCK "StringFileInfo"
      BEGIN
        BLOCK "000004E4"
          BEGIN
            VALUE "CompanyName", "My Company\0"
            VALUE "FileDescription", "My Program\0"
            VALUE "FileVersion", "My Program\0"
            VALUE "LegalCopyright", "My Company 2012\0"
          END
      END
      BLOCK "VarFileInfo"
      BEGIN
        VALUE "Translation", 0x0000 0x04E4
      END
    END
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Delphi (2007) project which, when I opened it, gave a very
In my Delphi Project i want to have a 'Settings' button that when clicked,
I have: Delphi 2007 Crystal 11 The Delphi 7 version of the Crystal VCL
I am using Delphi 2007 with all patches and updates. I have a file
We have been updated our project to Delphi XE. There's .ridl files instead .tlb.
I have a rather large (freeware) project written with Delphi 2007 which is using
When I compile our project use Delphi 2010 Trial, there has a fatal error
I have multiple rave reports(projects) in the project(the delphi project) and I want to
I have a Delphi XE2 project having components like Label1 , BitBtn1 and Image1
We're currently converting a Delphi 2007 project to Delphi 2010. We were already using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.