From: k. h. <kla...@nl...> - 2005-08-02 08:24:57
|
Hi, In the setup for wxbind i have: #define wxLUA_USE_FL 0 This gives me the next errors: c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1511) : error C2065: 'CB_LEFT_BAR_HANDLE_HITTED' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1567) : error C2065: 'CB_RIGHT_BAR_HANDLE_HITTED' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1596) : error C2065: 'CB_BAR_CONTENT_HITTED' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1643) : error C2065: 'wxEOL_MAC' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1681) : error C2065: 'wxEOL_NATIVE' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1716) : error C2065: 'CB_NO_ITEMS_HITTED' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1782) : error C2065: 'CB_LOWER_ROW_HANDLE_HITTED' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1807) : error C2065: 'CB_UPPER_ROW_HANDLE_HITTED' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(1899) : error C2065: 'wxEOL_UNIX' : undeclared identifier c:\data\art2d\wxLua\modules\wxbind\src\wx_define.cpp(2101) : error C2065: 'wxEOL_DOS' : undeclared identifier When i go to the first, it is clearly not #if wxLUA_USE_FL, but in fl.i i see %if wxLUA_USE_FL around the whole thing. So it looks oke, but it is not :-( { "wxCAL_BORDER_ROUND", false, wxCAL_BORDER_ROUND, 0 }, { "CB_LEFT_BAR_HANDLE_HITTED", false, CB_LEFT_BAR_HANDLE_HITTED, 0 }, { "wxVARIABLE", false, wxVARIABLE, 0 }, Is there a solution? Klaas Unclassified |