http://bugs.winehq.org/show_bug.cgi?id=6801
--- Comment #35 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-11 21:27:42 --- I encountered a rather interesting problem with gpstrack - it actually checks whether invoking help is successful or not, and currently the htmlhelpW() never return success.
Most applications I have seen so far isn't bothered by the lack of a successful return value - win32 R (the starts of my involvement with the htmlhelp code...) checks but simply output a message on its console and keeps going; gpstrack actually checks and has a popup windows saying 'can't launch help' - which somtimes is behind and if one doesn't acknowledge it - or can't see it because it was pop'uped behind the main application, it would look as if the help window is stuck.
I think htmlhelpw() needs to lie about being successful, even if the code is incomplete.