Hi Vadim,

You have changed following lines in wxMapp.cpp:

+#   include "wx/msw/helpbest.h"

and 

+      m_HelpController = new wxBestHelpController

in helpbest.h are the following ifdefs:

#if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) && wxUSE_WXHTML_HELP

Now i had the following Problems with compiling it with Borland C++:

wxUSE_HELP:         this is defined as 1 in wxmsw_setup.h also in wxWindows
(TRUE)

wxUSE_MS_HTML_HELP: this is defined as 0 in wxmsw_setup.h. (FALSE)

__WIN95__:          i use WINNT 4.0 thats bad must this not be WIN32.
(FALSE)

wxUSEWXHTML_HELP:   this is defined as 1 in wxmsw_setup.h (TRUE)


Is this an bug of wxWindows?

By

Marcus

     



_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to