|
-
September 23rd, 2003, 06:28 AM
#1
Version information resource manipulation
I have several questions regarding version information resource:
1. Can I have multiple version info resources for the same project? If yes, how can I select between them in compile time/runtime?
2. I understood that there is fixed part (with numerical values) and dynamic part (with strings) that can include one or more blocks - what is the relation between those two parts (e.g. in both parts we have file version)? Can I have in the dynamic part two blocks with the same language and code page?
My motivation is to give our clients, different companies, the possibility to market our product as if it was their product. I thought of two options:
A. different version information resource for each company OR
B. different dynamic block for each company in the same version information resource
I would be happy to hear your thoughts on this.
-
September 23rd, 2003, 08:22 AM
#2
It seems that multiple version resources can be defined.
I saw somewhere that only the one that defined as VS_VERSION_INFO (in other words, the one with value of 1), is taking into consideration: is that true?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|