"cfloutier" <cfloutier@yahoo.fr> wrote...
> I was used to visual embedde and visual studio 6 and the new version of
> visual (2005) disturb me a bit. there is no way to add or remove a
[quoted text clipped - 6 lines]
> is there a way to recover this major functionnalitty using macro or add in
> for instance.
Look into the new Property Sheets feature of VS2005. You can put common
properties into a separate .vsprops file and then inherit from that in your
project, so options you set there will come through to all configurations.
--
Andrew
cfloutier - 20 Feb 2006 10:21 GMT
thank you, I
've tried once this solution but i couldn't use it.
my version of visual studio just refused to add or edit such
properties.
Andrew McDonald - 20 Feb 2006 22:08 GMT
"cfloutier" <cfloutier@yahoo.fr> wrote...
> thank you, I've tried once this solution but i couldn't use it. my version
> of visual studio just refused to add or edit such properties.
They're definitely supported all the way down to the Express Edition for
VC++ at least - you haven't said what language you're using? In what way
does the IDE refuse to add or edit them?
--
Andrew