Windows Vista Beta | WinVistaBeta.com - Message | How do use different version values?

November 20, 2008  
Subject: How do use different version values?
Group: microsoft.public.vstudio.general
Date: 9/2/2008 12:47:03 PM
From: =?Utf-8?B?Q2hhcmxlcyBS?= [Email Address Protection]

I have two different executables that I want to build w/ the same source but
in 2 different compilers, vs60 and vs2008. I have 2 different configurations
w/ different options etc, but I want one to be version 1.0 and another 3.0.

Anyway to do this easily using the same .rc file? I couldnt figure how to
use the condition property of the VERSION. I did this years ago, but forgot.
I tried defining a condition parameter, then adding it to the Preprocessor
definitions in the configurations, but both executables always had the same
version.

Any ideas? TIA
-C

Back
Subject: Re: How do use different version values?
Group: microsoft.public.vstudio.general
Date: 9/3/2008 2:40:43 AM
From: David Wilkinson [Email Address Protection]

Charles R wrote:
> I have two different executables that I want to build w/ the same source but
> in 2 different compilers, vs60 and vs2008. I have 2 different configurations
> w/ different options etc, but I want one to be version 1.0 and another 3.0.
>
> Anyway to do this easily using the same .rc file? I couldnt figure how to
> use the condition property of the VERSION. I did this years ago, but forgot.
> I tried defining a condition parameter, then adding it to the Preprocessor
> definitions in the configurations, but both executables always had the same
> version.

Charles:

Please do not multipost. You have asked this question in (at least) two other
Microsoft groups.

--
David Wilkinson
Visual C++ MVP

Back