On 19-12-2011 5:51, John Labenski wrote:
> 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.

This i get with 2.9.2 .

2>Compiling...
1>wxaui_bind.cpp
2>wxaui_bind.cpp
2>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(696) : error 
C2039: 'curState' : is 
not a member of 'wxAuiTabContainerButton'
2>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
2>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(730) : error 
C2039: 'disBitmap' : is 
not a member of 'wxAuiTabContainerButton'
2>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
2>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(829) : error 
C2039: 'curState' : is 
not a member of 'wxAuiTabContainerButton'
2>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
1>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(696) : error 
C2039: 'curState' : is 
not a member of 'wxAuiTabContainerButton'
1>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
2>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(865) : error 
C2039: 'disBitmap' : is 
not a member of 'wxAuiTabContainerButton'
1>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(730) : error 
C2039: 'disBitmap' : is 
not a member of 'wxAuiTabContainerButton'
1>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
2>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
1>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(829) : error 
C2039: 'curState' : is 
not a member of 'wxAuiTabContainerButton'
1>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
1>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxaui_bind.cpp(865) : error 
C2039: 'disBitmap' : is 
not a member of 'wxAuiTabContainerButton'
1>        C:\soft\wxWidgets-2.9.2\include\wx/aui/auibook.h(116) : see 
declaration of 
'wxAuiTabContainerButton'
2>Build log was saved at 
"file://c:\soft\buildwxluadeb29\modules\wxbind\wxLuaBindLib.dir\Debug\BuildLog.htm"
2>wxLuaBindLib - 4 error(s), 0 warning(s)

>   or set the wxStEdit_ROOT_DIR

Thanks will try.

> 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? 

For 2.8 i see:

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)'
2>        C:\soft\wxWidgets-2.8.12\include\wx/msw/cursor.h(26): or       
'wxCursor::wxCursor(const 
char [],int,int,int,int,const char [])'
2>        while trying to match the argument list '(const wxString, 
wxBitmapType, int, int)'
3>..\..\..\wxLua\trunk\wxLua\modules\wxbind\src\wxcore_gdi.cpp(8396) : error 
C2666: 
'wxCursor::wxCursor' : 2 overloads have similar conversions
3>        C:\soft\wxWidgets-2.8.12\include\wx/msw/cursor.h(29): could be 
'wxCursor::wxCursor(const 
wxString &,long,int,int)'
3>        C:\soft\wxWidgets-2.8.12\include\wx/msw/cursor.h(26): or       
'wxCursor::wxCursor(const 
char [],int,int,int,int,const char [])'

I don't know how to see what compiler i use with VC, i only see /D WIN32 so i 
ques that means i am 
compiling 32bit. The rest is default, or what Cmake thinks/says it is.
This is windows7 64 bit. For 2.8 i used debug non unicode. So that is the 
reason for the string 
confusion i think.

For 2.9 i am not so sure. I think it should compile against the latest 
development versions. Maybe i 
manage 2.9.3 from here, but SVN is a bit to much i think, will see.

Regards,
Klaas



------------------------------------------------------------------------------
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

Reply via email to