https://bugs.winehq.org/show_bug.cgi?id=47379
Bug ID: 47379 Summary: ReactOS Calc help file does not work. Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: hhctrl.ocx Assignee: wine-bugs@winehq.org Reporter: carlo.bramix@libero.it Distribution: ---
ReactOS Calc includes an HtmlHelp file for handling user's manual and runtime help. This help file must be copied under "%systemroot%\Help". Unfortunately, it does not work. I can see these issues:
1) The htmlhelp file is not found. This happens because HHCTRL implementation for WINE does not seem to support command lines including environment strings. The program uses this command line:
"%systemroot%\Help\calc.chm::"
If I replace this string in my software with:
"c:\windows\Help\calc.chm::"
then the help file is open and it is shown.
2) If you press on a key with the right mouse button and select for help, the tooltip does not appear and HHCTRL prints on the console:
002a:fixme:htmlhelp:HtmlHelpW HH case HH_DISPLAY_TEXT_POPUP not handled.
All tests have been made with the latest sources from repository at the time of writing (last released version is 4.10).
A ready-to-use executable and help file can be found on my page at sourceforge: https://sourceforge.net/projects/reactos-calc/
Sincerely.