On Mon, 15 Sep 2003 16:02:01 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
> .src/gui/wxMApp.cpp: > In member function `bool wxMApp::InitHelp()':.src/gui/wxMApp.cpp:1333: cannot > allocate > an object of type `wxExtHelpController'.src/gui/wxMApp.cpp:1333: because the > following virtual functions are abstract:/usr/local/include/wx/helpbase.h:74: > virtual bool wxHelpControllerBase::KeywordSearch(const wxString&, wxHelpSearchMode > = wxHELP_SEARCH_ALL) Quoting from wxWindows "cvs log wx/helpbase.h": revision 1.27 date: 2003/09/09 17:26:18; author: VS; state: Exp; lines: +10 -2 applied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument (modified to the point of reimplementation) So it's a wxWindows bug. They applied patch to various help controllers but they forgot about wxExtHelpController (wx/generic/helpext.h). ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
