From: mxu on
Hello.



I have multiple cpp files compiled under MS visual c++ 7.00,

And IMPLEMENT_APP(MyApp) is at the main cpp w/ wxApp derived class.

wxGetApp is called tt my utility class and I got an error as

utility_classes.cpp(191): error C3861: 'wxGetApp': identifier not found,
even with argument-dependent lookup.



How can I get around it ?



Thanks



ming

From: "Iulian-Nicu Serbanoiu" on
http://www.wxwidgets.org/manuals/2.8/wx_rttimacros.html#declareapp

HTH,

Iulian

On 3/12/07, Xu, Ming (NIH/NLM/NCBI) [F] <mxu(a)ncbi.nlm.nih.gov> wrote:
>
>
>
>
> Hello.
>
>
>
> I have multiple cpp files compiled under MS visual c++ 7.00,
>
> And IMPLEMENT_APP(MyApp) is at the main cpp w/ wxApp derived class.
>
> wxGetApp is called tt my utility class and I got an error as
>
> utility_classes.cpp(191): error C3861: 'wxGetApp': identifier not found,
> even with argument-dependent lookup.
>
>
>
> How can I get around it ?
>
>
>
> Thanks
>
>
>
> ming

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org