wxAutoComboBox::GetSelection

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
arb
New MMEX User
Posts: 8
Joined: Wed Jul 29, 2009 5:05 pm
Are you a spam bot?: No

wxAutoComboBox::GetSelection

Post 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!)
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: wxAutoComboBox::GetSelection

Post by Vadim »

Use wxWidgets for GTK2.
arb
New MMEX User
Posts: 8
Joined: Wed Jul 29, 2009 5:05 pm
Are you a spam bot?: No

Re: wxAutoComboBox::GetSelection

Post 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.
Post Reply