[wx-dev] wxMac: URefCon not defined

Steven Van Ingelgem steven at vaningelgem.be
Fri Feb 1 08:58:49 PST 2008


Hey Stefan,


Did you found a solution for this issue?


Thanks

On 25/01/2008, Stefan Csomor <csomor at advancedconcepts.ch> wrote:
> Hi
>
> There seems to be a mix of things, as in private.h we have
>
> #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5
> typedef UInt32 URefCon;
> typedef SInt32 SRefCon;
> #endif
>
> And under 10.5 it is declared in MacTypes.h, so could it be that you're
> somehow setting some variables ? Is this under 10.5 ?
>
> Best,
>
> Stefan
>
>
> On 1/25/08 5:01 PM, "Steven Van Ingelgem" <steven at vaningelgem.be> wrote:
>
> > Hi,
> >
> >
> > On a Mac I get the following error:
> > /usr/include/wx-2.9/wx/mac/carbon/private.h:356: error: 'URefCon' has
> > not been declared
> >
> >
> > I specifically include "wx/mac/private.h" so I have acccess to
> > "wxMacFindFolder".
> >
> >
> > Greetings,
> > Steven
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> > For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>
>




More information about the wx-dev mailing list