wxWidgets 2.9.2 (http://www.wxwidgets.org/) has been released today.
See the changelog here (https://sourceforge.net/projects/wxwindows/files/2.9.2/changes.txt).
Will moving Code::Blocks to wx2.9.x become a possibility soon?
Try and tell us :)
There is a codeblocks-wx29.cbp in svn...
Is anyone has tried codeblocks with wx29?
Is all feature of codeblocks with wx29 are working smoothly like ones with wx28?
Can you explain what exactly do you mean?
Do you want to use C::B for wx29 developement or do you want to build C::B with wx292?
I mean to build codeblocks with wx29.
I've an GUI issue with wx29.
Can`t compile CB trunk (r7405) with wx2.9.2 on Windows. There are some errors:
1) In the SDK
D:\WX_2_9_2\include/wx/event.h: In member function 'void cbAuiNotebook::MinimizeFreeSpace(wxAuiTabCtrl*)':
D:\WX_2_9_2\include/wx/event.h:3023:18: error: 'virtual bool wxEvtHandler::ProcessEvent(wxEvent&)' is inaccessible
D:\codeblocks_svn\trunk\src\sdk\cbauibook.cpp:554:36: error: within this context
(compiller can`t call tabCtrl->ProcessEvent(event); in void cbAuiNotebook::MinimizeFreeSpace(wxAuiTabCtrl* tabCtrl))
2) In the SDK (when I commented out line "tabCtrl->ProcessEvent(event);")
D:\codeblocks_svn\trunk\src\sdk\scripting\bindings\sc_wxtypes.cpp: In function 'void ScriptBindings::Register_wxTypes()':
D:\codeblocks_svn\trunk\src\sdk\scripting\bindings\sc_wxtypes.cpp:251:50: error: no matching function for call to 'SqPlus::SQClassDef<wxArrayString>::func(<unresolved overloaded function type>, const char [5])'
(error on func(&wxArrayString::Item, "Item"))
3) I the SRC
.objs\src\environmentsettingsdlg.o: In function `ZN22EnvironmentSettingsDlg8EndModalEi':
D:/codeblocks_svn/trunk/src/src/environmentsettingsdlg.cpp:567: undefined reference to `cbAuiNotebook::InvertAdvanceDirection(bool)'
D:/codeblocks_svn/trunk/src/src/environmentsettingsdlg.cpp:568: undefined reference to `cbAuiNotebook::InvertMoveDirection(bool)'
.objs\src\main.o: In function `ZN9MainFrame14ScanForPluginsEv':
D:/codeblocks_svn/trunk/src/src/main.cpp:1072: undefined reference to `_imp__cbEVT_PLUGIN_LOADING_COMPLETE'
collect2: ld returned 1 exit status
@Alatar:
please read http://forums.next.codeblocks.org/index.php/topic,15155.0.html
Tim S.
Thanks!
I did not think to look for this topic in general forum.