I want to retrieve my own implemented variables in the CWinApp-derived class from another class (The variables hold values from an INI-file).


How do I refer to the one and only global application object from another implemented class ( i.e CString s=theApp.myvariable )???


Please help me!