http://bugs.winehq.org/show_bug.cgi?id=3363
Summary: WinHelp and tips Product: Wine Version: 20050830 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: craig@nch.com.au
Using the Win32 API call
BOOL WinHelp( HWND hwnd, // handle of window requesting Help LPCTSTR lpszHelp, // address of directory-path string UINT uCommand, // type of Help DWORD dwData // additional data );
Under pszHelp
Points to a null-terminated string containing the path, if necessary, and the name of the Help file that the Help application is to display. The filename may be followed by an angle bracket (>) and the name of a secondary window if the topic is to be displayed in a secondary window rather than in the primary window. The name of the secondary window must have been defined in the [WINDOWS] section of the Help project (.HPJ) file.
We are using this call as follows
WinHelp(hwndDlg, "scribe.hlp>tip", HELP_CONTEXT, 200 + iNo);
This call correctly working under Windows 9x/2000/XP. Under Wine I get the message
'Error while reading the help file 'scribe.help>tip'