From: John L. <jla...@gm...> - 2006-11-08 22:00:20
|
No, I was just adding a few missing classes and I guess something has changed with wxRegion since 2.6. Just rem out that line or even the whole function if you're not going to use that function in wxLua and I'll fix it tonight. -John Labenski On 11/8/06, klaas.holwerda <kho...@xs...> wrote: > Hi, > > Should i switch to the 2.7.2 ? > > cl /c /nologo /TP /Fomsvcd\wxbind_lib_gdi.obj /MDd /DWIN32 > /I..\..\..\m > odules\wxbind\setup /D__WXDEBUG__ /D__WXMSW__ > /Id:\soft\wxwin\wxWidgets-2.6.3 > \lib\vc_lib\mswd /Id:\soft\wxwin\wxWidgets-2.6.3\include /W4 /Od /Zi > /D_DEBUG > /Fd..\..\..\lib\vc_lib\wxlua_msw26d_wxbind.pdb /I..\..\..\modules > /I.\..\..\. > . /Id:\soft\wxwin\wxWidgets-2.6.3\contrib\include /GR /EHsc > ..\..\wxbind\src\ > gdi.cpp > gdi.cpp > ..\..\wxbind\src\gdi.cpp(9318) : error C2664: > 'wxDCClipper::wxDCClipper(wxDC &,c > onst wxRect &)' : cannot convert parameter 2 from 'const wxRegion' to > 'const wxR > ect &' > Reason: cannot convert from 'const wxRegion' to 'const wxRect' > No constructor could take the source type, or constructor > overload resol > ution was ambiguous > NMAKE : fatal error U1077: 'cl' : return code '0x2' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio > .NET 2003\ > VC7\BIN\nmake.exe"' : return code '0x2' > Stop. > > > Klaas > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > |