How to access a static member variable within __asm { }
From: ZZT (a_at_b.c)
Date: 02/26/04
- Next message: ZZT: "Re: kind of character based macro functionality"
- Previous message: Al: "Re: Linker error - fooView.obj LNK2005: _IID_IProvideTaskPage already defined in fooDoc.obj"
- Next in thread: Bill Gates: "Re: How to access a static member variable within __asm { }"
- Reply: Bill Gates: "Re: How to access a static member variable within __asm { }"
- Reply: Joseph M. Newcomer: "Re: How to access a static member variable within __asm { }"
- Reply: J. Boschen: "Re: How to access a static member variable within __asm { }"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 10:35:30 +0100
Hello everybody,
I am trying to access a static member variable within an __asm { }
code but the compiler always tells me that its not know. If you access
the variable outside the __asm { } code its working. When I try to
access inside, I can only access variables that are declared/defined
within the same function.
I tryed "Class::variable" and "variable" but nothing is recognized from
the compiler. Do you have any hint to access the static variables,
without defining pointer-variables in the function?
Best Regards
- Next message: ZZT: "Re: kind of character based macro functionality"
- Previous message: Al: "Re: Linker error - fooView.obj LNK2005: _IID_IProvideTaskPage already defined in fooDoc.obj"
- Next in thread: Bill Gates: "Re: How to access a static member variable within __asm { }"
- Reply: Bill Gates: "Re: How to access a static member variable within __asm { }"
- Reply: Joseph M. Newcomer: "Re: How to access a static member variable within __asm { }"
- Reply: J. Boschen: "Re: How to access a static member variable within __asm { }"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|