»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> DocBook Environment (eDE) / Installation and Configuration / docbook_htmlhelp: Itircl.dll error (win2k pro)
Posted:  22 Feb 2005 22:58
Hi,
Intermittently I am experiencing an error when trying to produce the htmlhelp output. I have searched the web and the microsoft site with no real results. I have run the command to manually register the dll - but, to no avail. I am not even sure if I got this dll when I did the eDE install or if it came with the system. I also don't have any clue as to a trusted place to download new version. Any pointers appreciated.
chris
The system cannot find the file specified.
HHC6003: Error: The file Itircl.dll has not been registered correctly.
Microsoft HTML Help Compiler 4.74.8702

Compiling c:\docbook\output\WBIMB_MDS\htmlhelp\htmlhelp.chm

index.html
Stress.html
ch01s01.html
ch01s01s01.html
ch01s01s02.html
ch01s01s03.html
ch01s01s04.html
toc.hhc
ede.css


The following files were not compiled:
eDE: html help file WBIMB_MDS.chm created
Code:

Posted:  24 Feb 2005 03:01
I seemed to have solved this issue by downloading the free HTML Help Workshop from microsoft (as much as I hated to). That got me the replacement dll from a somewhat trusted source.
I do continue to see the following error at compilation but I'm not sure of the implications:
Writing toc.hhc
The system cannot find the file specified.
Microsoft HTML Help Compiler 4.74.8702
Compiling c:\docbook\output\WBIMB_MDS\htmlhelp\htmlhelp.chm
Code:



I am now experiencing an error with a jpg graphic. I am using the code (basically copied from docbook_documentation):

<section>
<title>The big picture: MDS Stress Overview</title>
<figure>
<title>Stress Cluster: MDDSITCL1</title>
<graphic format='JPEG' fileref='figures/stress.jpg'/>
</figure>
</section>
Code:



When I docbook_htmlhelp the file, it validates successfully but fails to load stress.jpg. When I look in the output figures directory I see it moved stress.jpg over. I did a docbook_deploy and none of the output loads the figure.
Any pointers appreciated.

thx
chris
Posted:  24 Feb 2005 09:53   Last Edited By: RingerSan
Code:

<section>
<title>The big picture: MDS Stress Overview</title>
<figure>
<title>Stress Cluster: MDDSITCL1</title>
<graphic format='JPEG' fileref='figure/stress.jpg'/>
</figure>
</section>


the path is figure - without the 's'

RingerSan


btw: I've got the same errormessage:
HHC6003: Error: The file Itircl.dll has not been registered correctly.
Microsoft HTML Help Compiler 4.74.8702
Posted:  24 Feb 2005 17:05
RingerSan,
Thanks! I hate when I trip up on the basics. Thanks again.
chris