News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

wxWidgets 2.9.2 released

Started by ptDev, July 05, 2011, 09:53:43 PM

Previous topic - Next topic

ptDev

wxWidgets 2.9.2 has been released today.

See the changelog here.

Will moving Code::Blocks to wx2.9.x become a possibility soon?

oBFusCATed

Try and tell us :)
There is a codeblocks-wx29.cbp in svn...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

pebri86

Is anyone has tried codeblocks with wx29?
Is all feature of codeblocks with wx29 are working smoothly like ones with wx28?

oBFusCATed

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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

pebri86

I mean to build codeblocks with wx29.
I've an GUI issue with wx29.

Alatar

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

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Alatar

Thanks!
I did not think to look for this topic in general forum.