|
From: John L. <jla...@gm...> - 2014-01-28 05:07:15
|
On Sun, Jan 5, 2014 at 10:09 PM, Paul K <pau...@ya...> wrote:
> Hi John,
>
> It appears that GetBeginIter(), GetEndIter1() and GetEndIter2() have
> been deprecated in the favor of GetBeginIter(), GetEndIter1() and
> GetEndIter2().
>
>
#if WXWIN_COMPATIBILITY_2_8
> // use GetBeginIter(), GetEndIter1() and GetEndIter2() instead
> wxDEPRECATED( inline int GetBeginPos() const );
> wxDEPRECATED( inline int GetEndPos1() const );
> wxDEPRECATED( inline int GetEndPos2() const );
> #endif // WXWIN_COMPATIBILITY_2_8
>
>
I have simply removed these for wx30, I don't think anyone uses them anyway.
> Also, I ran into a strange issue with wxPrintf; I could not compile
> wxlua until I uncommented includes in luamodule.cpp:
>
I have started to update wxLua for wxWidgets 3.0 without
WX_COMPATIBILITY_2_8 defined, but there are far more changes than I
expected and it will take a few more days. Note that wxLua builds ok with
compat 28 defined in wx30.
Regards,
John
|