From: Marcus <li...@wo...> - 2002-08-18 20:24:13
|
Trying to add a book to HTML help I get the following error: "Cannot open HML Help Book: d:\wx/MyApp=HASH(0x....)" Can anybody tell me what's wrong, here's the code: -------------------------------- Wx::FileSystem::AddHandler( Wx::ZipFSHandler->new() ); #Don't know if this is needed? my $fs = Wx::FileSystem->new(); #Don't know if this is needed? $fs->ChangePathTo( 'd:/wx/helpviewtest.zip' ); my $help = Wx::HtmlHelpController->new(); $help->AddBook($this, 'd:/wx/helpviewtest.zip'); $help->DisplayContents(); ----------------------- Thanks, Marcus |