Author Topic: wxWidgets 2.9.2 released  (Read 9457 times)

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
wxWidgets 2.9.2 released
« on: July 05, 2011, 09:53:43 pm »
wxWidgets 2.9.2 has been released today.

See the changelog here.

Will moving Code::Blocks to wx2.9.x become a possibility soon?
« Last Edit: July 05, 2011, 10:10:53 pm by ptDev »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: wxWidgets 2.9.2 released
« Reply #1 on: July 05, 2011, 10:25:06 pm »
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!]

Offline pebri86

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: wxWidgets 2.9.2 released
« Reply #2 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?
 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: wxWidgets 2.9.2 released
« Reply #3 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?
(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!]

Offline pebri86

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: wxWidgets 2.9.2 released
« Reply #4 on: July 12, 2011, 01:12:40 pm »
I mean to build codeblocks with wx29.
I've an GUI issue with wx29.

Offline Alatar

  • Multiple posting newcomer
  • *
  • Posts: 61
Re: wxWidgets 2.9.2 released
« Reply #5 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

Online stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: wxWidgets 2.9.2 released
« Reply #6 on: August 23, 2011, 03:03:46 am »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Alatar

  • Multiple posting newcomer
  • *
  • Posts: 61
Re: wxWidgets 2.9.2 released
« Reply #7 on: August 23, 2011, 07:33:57 am »
Thanks!
I did not think to look for this topic in general forum.