-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I'm running FasterCap 6.0.0 binary (FasterCap_6.0.0_CentOS64_6.5.tar.gz) in CentOS 7
If I start FasterCap from any directory other than the install directory, help is unavailable and I see the following error dialog:
Failed initializing help system (AddBook() failed)
However, if I am inside the install directory when running FasterCap, then it can successfully find the help zip file (and the help is available).
I think you actually do need the commented-out lines in FasterCapApp.cpp:
//wxString exePath = wxFileName(wxStandardPaths::Get().GetExecutablePath()).GetPath();
//helpRet = m_clsHelp.AddBook(wxFileName(exePath, wxT("FasterCapHelp.zip")));
Metadata
Metadata
Assignees
Labels
No labels