wxWidgets30 libraries oddities
Vincent Habchi
vince at macports.org
Sun Jul 28 02:38:35 PDT 2013
Josh,
>> Air > nm /opt/local/lib/libwx_osx_cocoau_html-2.9.dylib | c++filt | grep SetHTMLWindowTitle
>> 000000000004284a T wxHtmlWindow::SetHTMLWindowTitle(wxString const&)
>> 0000000000063250 T wxHtmlListBox::SetHTMLWindowTitle(wxString const&)
>> 000000000004285c T non-virtual thunk to wxHtmlWindow::SetHTMLWindowTitle(wxString const&)
>> 0000000000063256 T non-virtual thunk to wxHtmlListBox::SetHTMLWindowTitle(wxString const&)
>
> The non-virtual thunks are an implementation detail:
> <http://en.wikipedia.org/wiki/Thunk_(object-oriented_programming)>
Thanks for the link; I better understand what that means, but I just can’t figure out why there are, at the same time, both the methods and the “non-virtual thunks”.
Vincent
More information about the macports-dev
mailing list