Hi, in File audiere-1.9.4/examples/wxPlayer/MIDIDeviceDialog.h line 18 you have
void MIDIDeviceDialog::OnButton(wxCommandEvent& event);
that should be:
void OnButton(wxCommandEvent& event);
That generates a compilation problem.
Thanks for your time.
MIDIDeviceDialog.h (Fixed)