LarryLeonard
Tomato Guru
    
USA
1041 Posts |
Posted - Mar 02 2004 : 11:51:09 AM
|
In my MFC project, I was looking for a piece of code I knew I had put somewhere near where the 'theApp' global CWinApp instance is defined. So I tried to use the "Find Symbol" dialog to find it, but it's not in the list.
Then I realized, neither is my CWinApp-derived class' m_bFooBar member. In fact, there are no variables at all in the Find Symbol window! All it contains are #defines and methods.
(Variables do appear in the SIW, though - except theApp.)
|
|