ediloren / FasterCap

FasterCap is a powerful three- and two-dimensional capactiance extraction program.
GNU Lesser General Public License v2.1
22 stars 14 forks source link

FasterCap can't find FasterCapHelp.zip #1

Open itsayellow opened 6 years ago

itsayellow commented 6 years ago

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")));