Connecting Tech Pros Worldwide Help | Site Map

Compiler Constants from a Macro ? Help needed !

Benne Smith
Guest
 
Posts: n/a
#1: Nov 15 '05
I can't seem to use my normal compiler constants from inside a macro ?

It's possible to define NEW constants inside the macro, but this is not what
i need.

Does anybody know a way to get to them from inside the macro ?

Thanks,

Benne


Benne Smith
Guest
 
Posts: n/a
#2: Nov 15 '05

re: Compiler Constants from a Macro ? Help needed !


Finally i found it. For some reason the intellisense does not work.

If anyone else needs this it's;
DTE.Solution.SolutionBuild.ActiveConfiguration.Nam e

(it's not the variable, it's the name, but i use this temporary. if any of
you can find the constant name (and not it's name) write )



:-) Benne Smith


"Benne Smith" <dont@write.to.me.directly.com> wrote in message
news:40485a32$0$239$4d4eb98e@news.dk.uu.net...[color=blue]
> I can't seem to use my normal compiler constants from inside a macro ?
>
> It's possible to define NEW constants inside the macro, but this is not[/color]
what[color=blue]
> i need.
>
> Does anybody know a way to get to them from inside the macro ?
>
> Thanks,
>
> Benne
>
>[/color]


Closed Thread


Similar C# / C Sharp bytes