On Sun, Dec 18, 2011 at 10:59 AM, klaas.holwerda <n...@klaasholwerda.nl> wrote: > Hi, > > Yep, i now can work with it. But 2.9.2 gives a lot of deprecated warning, and > in the end compile errors.
Yeah, lots of deprecated warnings. I am going to get rid of the < 2.8 functions soon and see what's left. > I wonder how wxstedit is found? Do a SVN update. You either can create a toplevel CMakeLists.txt file that simply calls ADD_SUBDIRECTORY() for wxLua and wxStEdit or set the wxStEdit_ROOT_DIR variable I just added. I am also thinking about using svn externals to just bring it into a directory in modules/ since it's not very large and having it simplifies everything. > Home 2.8.12, i came this far: > > 2>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxcore_gdi.cpp(8396) : error > C2666: > 'wxCursor::wxCursor' : 2 overloads have similar conversions > 2> C:\soft\wxWidgets-2.8.12\include\wx/msw/cursor.h(29): could be > 'wxCursor::wxCursor(const > wxString &,long,int,int)' > 1>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxcore_gdi.cpp(8396) : error > C2666: > 'wxCursor::wxCursor' : 2 overloads have similar conversions > 2> C:\soft\wxWidgets-2.8.12\include\wx/msw/cursor.h(26): or > 'wxCursor::wxCursor(const > char [],int,int,int,int,const char [])' > 1> C:\soft\wxWidgets-2.8.12\include\wx/msw/cursor.h(29): could be > 'wxCursor::wxCursor(const > wxString &,long,int,int)' > 2> while trying to match the argument list '(const wxString, > wxBitmapType, int, int)' > 1> C:\soft\wxWidgets-2.8.12\include\wx/msw/cursor.h(26): or > 'wxCursor::wxCursor(const > char [],int,int,int,int,const char [])' > 1> while trying to match the argument list '(const wxString, > wxBitmapType, int, int)' > > > I assume minor problems, but strange you do not see these?? (VC2008) I made some fixes to wxLua SVN after my last message, do an update and see if that fixes it. I have 2.8 from SVN and 2.9 from trunk as of yesterday and they both compile in MSVC 2008 32-bit unicode. What compiler are you using? Those wxCursor constructor functions may be too similar to be discriminated between if you're using 32-bit and ANSI, is this what you're using? Regards, John ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users