用HHW(HTML Help Workshop)制作帮助文件时出现HHC6003: Error: The file Itircl.dll has not been registered correctly.

 Itircl.dll运行的时候要调用 itcc.dll. 发现本机器没装itcc.dll,
你可以到这里下载 DLL
http://frogleg.mvps.org/helptechnologies/htmlhelp/itcc.zip
解压缩后放到system32下面.然后对它进行注册:
regsvr32  c:/windows/system32/itcc.dll
之后编译帮助文件就不会报错了.

你可能感兴趣的:(用HHW(HTML Help Workshop)制作帮助文件时出现HHC6003: Error: The file Itircl.dll has not been registered correctly.)