[Wine] Is builtin chm viewer works ?

Detlef Riekenberg wine-users at web.de
Mon Sep 24 13:44:40 CDT 2007


On Mo, 2007-09-24 at 13:15 +0200, Olivier OUDIN wrote:
> I can't see it with 'wine hh.exe file.chm' command (chm are okay with a 
> native viewer, like gnochm)
> 
> Is there a way to make it works ?

hh.exe is just a wrapper around "hhctrl.ocx" and that need the
webbrowser.


WINEDEBUG="+htmlhelp" wine hh.exe file.chm 2>&1 | tee logfile.txt

or

WINEDEBUG="+htmlhelp,+shdocvw,+mshtml" wine hh.exe file.chm 2>&1 | tee
logfile.txt


-- 
 
By by ... Detlef





More information about the wine-users mailing list