[wx-dev] error in wxMAC wxStandardPaths::GetUserConfigDir?

Stefan Csomor csomor at advancedconcepts.ch
Thu Mar 29 09:11:40 PDT 2007


Hi

what build are you using ? could it be that you are not building for GUI
but for console ?

Best,

Stefan

> there's a similar problem with wxStandardPaths::GetUserDataDir() as
> well.
> 
> Documentation for wxMAC says it will return:
> 
> ~/Library/Applications Support/<appname>
> 
> it actually returns:
> 
> /Users/<username>/.<appname>
> 
> ( note the leading "dot" on the appname! )
> 
> Once again, i think the call would be most useful if it performed as
> stated in the documentation.
> 
> 
> On Mar 29, 2007, at 11:50 AM, Hugo Jackson wrote:
> 
> > The documentation for wxStandardPaths::GetUserConfigDir()
> >
> > states that for wxMAC it will return:
> >
> > ~/Library/Preferences
> >
> > in fact it returns:
> >
> > /Users/<username>
> >
> > I think the call should return the information as stated in the
> > documentation.
> >
> > -------------------------------------------------------------------
> --
> > 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