<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You said that it need the webbrowser.<br>
Must I install something more (gecko engine, etc ...) ?<br>
<br>
I'll try those debug channels<br>
<br>
<br>
<br>
LvR<br>
<br>
<br>
Detlef Riekenberg a &eacute;crit&nbsp;:
<blockquote cite="mid1190659480.6971.93.camel@p4" type="cite">
  <pre wrap="">On Mo, 2007-09-24 at 13:15 +0200, Olivier OUDIN wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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 ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
hh.exe is just a wrapper around "hhctrl.ocx" and that need the
webbrowser.


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

or

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


  </pre>
</blockquote>
<br>
</body>
</html>