From: Marcus <li...@wo...> - 2002-08-24 20:24:28
|
This is not a problem, HtmlHelp works, but the following code gives the warnings below (when warnings are enabled). -------------------------------------------- my $help = Wx::HtmlHelpController->new(); $help->Wx::HtmlHelpController::AddBook("./help/mainhelp.zip","./help/mai nhelp.zip" ); $help->DisplayContents(); -------------------------------------------- Gives the following warnings: Can't locate package Wx::HelpControllerBase for @Wx::HtmlHelpController::ISA at ... Argument "./help/mainhelp.zip" isn't numeric in subroutine entry at ... Marcus |