http://bugs.winehq.org/show_bug.cgi?id=12498
--- Comment #25 from Tefnet developers developers@tefnet.pl 2008-04-16 03:36:11 --- (In reply to comment #20)
ok, I checked lots of chm files now and it looks like they get displayed correctly. It looks like the only option I have is trying to use microsoft chm viewer hh.exe on wine, right? But I am not able to get the original hh.exe running on wine. So my question is: Is this possible and if yes, how can I do this?
If you just want to view chm files in Linux you can use: 1. Kchmviewer (QT) http://www.kchmviewer.net/ 2. Gnochm (GTK) http://gnochm.sourceforge.net/ 3. Xchm http://xchm.sf.net
You can also use wine with native htmlhelp dlls (I'm not sure about licensing problems with that)
You probably need to find native files: hhctrl.ocx, urlmon.dll, itircl.dll, itss.dll, advpack.dll
First start with only hhctrl.ocx as native and then proceed if it still doesn't work.
But the best way to view chm files would be fix our implementation of htmlhelp :)