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

  • Home
  • SEARCH
  • 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 180335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:34:06+00:00 2026-05-11T14:34:06+00:00

I develop a certain server. Till now, two versions could not be installed at

  • 0

I develop a certain server. Till now, two versions could not be installed at the same time. We’re now changing that, and the question came up: should the version number be appended to the server components or not? The server contains 3 exes and 5 dlls (some COM, some native VC++). Should any or all have their name contain the version (Serv71.exe, module71.dll) or not?

On the pros side, it should make managing the server a bit easier. If a certain instance misbehaves it would be identifiable in the task manager. Also, there’s no chance a bad installation will end with having mixed components versions without it being noticed.

On the cons side, it would make development a bit harder. The server is not a standalone product, but rather a part of our applications infrastructure. This means it gets the main app’s version. That given, a certain component will have to get a different name even if it hasn’t changed at all between versions.

All in all, this is not a crucial issue. We can probably get along with both ways. Having that said, I might have missed a winner argument in favor of one of the strategies. What is the common choice? what do you do?

Edit: I’m familiar with COM and file metadata versioning, and agree filename versioning is redundant. I’m trying to figure out what’s more significant – the constant redundancy overhead, or the rare gain in maintenance.

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T14:34:06+00:00Added an answer on May 11, 2026 at 2:34 pm

    For COM API’s, you really have all the versioning information you need in your libraries. I’d find naming those DLL’s with version numbers redundant at best, confusing at worst (at least if version numbers get out of synch). I favour appending a version identifier to interface and coclass names whenever I want a clear upgrade path and anticpate any changes.

    For plain binary DLL API’s, appending version numbers is an idea, but not one I’ve ever seeen well executed (and quite terribly executed in those old 16 bit VB runtime DLL’s!). Do they have clear and delimited API’s, or do they expose dozens of functions? You’re going to have problems distingushing a minor from a breaking change if the interfaces are large. Once you start labelling versions this way, you’re going to have to be consistent. Every version change will mean that statically linking clients have to be recompiled (and hence version relabelled themselves). The potential problem here is that you get a lot of ‘version noise’, hiding the important changes.

    Windows binaries contain version metadata (the VERSIONINFO structure). As LeJeune says, that’s a well-known route, albeit one that deosn’t automatically cause errors when you link the wrong stuff together. However, it’s one you can relatively easily leverage to support whatever configuration management schema you need.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 121k
  • Answers 121k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Above code is not quite correct either. It triggers click… May 12, 2026 at 12:23 am
  • Editorial Team
    Editorial Team added an answer You can use various "Remote Tools" (http://msdn.microsoft.com/en-us/library/aa936010.aspx) for debugging if… May 12, 2026 at 12:23 am
  • Editorial Team
    Editorial Team added an answer Put [^.]+ instead of asterisks and \. instead of dots,… May 12, 2026 at 12:23 am

Related Questions

I'm looking to develop a Silverlight application which will take a stream of data
I want to construct a transact sql script that will stop specified people from
My DBAs have informed me that one of my applications is really bogging down
As a little side project, I am starting to build a new website for

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.