Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ptDev on July 05, 2011, 09:53:43 pm

Title: wxWidgets 2.9.2 released
Post by: ptDev on July 05, 2011, 09:53:43 pm
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?
Title: Re: wxWidgets 2.9.2 released
Post by: oBFusCATed on July 05, 2011, 10:25:06 pm
Try and tell us :)
There is a codeblocks-wx29.cbp in svn...
Title: Re: wxWidgets 2.9.2 released
Post by: pebri86 on July 12, 2011, 12:36:24 pm
Is anyone has tried codeblocks with wx29?
Is all feature of codeblocks with wx29 are working smoothly like ones with wx28?
 
Title: Re: wxWidgets 2.9.2 released
Post by: oBFusCATed on July 12, 2011, 01:06:29 pm
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?
Title: Re: wxWidgets 2.9.2 released
Post by: pebri86 on July 12, 2011, 01:12:40 pm
I mean to build codeblocks with wx29.
I've an GUI issue with wx29.
Title: Re: wxWidgets 2.9.2 released
Post by: Alatar on August 22, 2011, 09:54:14 pm
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
Title: Re: wxWidgets 2.9.2 released
Post by: stahta01 on August 23, 2011, 03:03:46 am
@Alatar:

please read http://forums.codeblocks.org/index.php/topic,15155.0.html

Tim S.
Title: Re: wxWidgets 2.9.2 released
Post by: Alatar on August 23, 2011, 07:33:57 am
Thanks!
I did not think to look for this topic in general forum.