Page 1 of 1

wxAutoComboBox::GetSelection

Posted: Sun Jan 03, 2010 12:58 am
by arb
Hi

I've grabbed the latest trunk sources plus the latest stable wx-motif and boost but get this error:

Code: Select all

./src/util.cpp: In member function `void wxAutoComboBox::OnKeyUp(wxKeyEvent&)':
./src/util.cpp:1559: error: no matching function for call to `wxAutoComboBox::GetSelection(long int*, long int*)'
moneymanager/trunk/mmex/libs/wxwidgets/wxMotif-2.8.10/include/wx/motif/combobox.h:77: note: candidates are: virtual int wxComboBox::GetSelection() const
Does anyone know what's changed?
(This is my first attempt to compile mmex from source!)

Re: wxAutoComboBox::GetSelection

Posted: Mon Jan 04, 2010 7:21 am
by Vadim
Use wxWidgets for GTK2.

Re: wxAutoComboBox::GetSelection

Posted: Tue Jan 05, 2010 12:52 am
by arb
I can't use gtk but I've discovered that GetSelection has been added to more wx ports in the wxWidgets SVN trunk.