-
Notifications
You must be signed in to change notification settings - Fork 229
hh_compiler: add usage and diagnostic messages #1075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
|
The next thing I usually try is, instead of installing that legacy piece of software into my system, (Source: http://mvps.org/htmlhelpcenter/itircl.htm) Note that this message appears only when But yes, in general, there is no need to install the full HTML Workshop package; it's enough to have just two files of its content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
So what is the 'recommended' way? |
|
Officially, I don't recommend anything other than the official installation. And even in this case, problems may arise, and the solution that I present was originally focused on a fully installed Workshop. |
That's perfectly fine, I'm not judging.
|
This is exactly what is encountered by anyone who does not have the workshop installed.
This applies only in case of one very specific error. And the path is determined dynamically.
The location is wherever the loaded hha.dll is located. This is normally in c:\windows\system32 (syswow64).
The exact path should still be specified even if the DLL is located in the current directory, because the command will be run with elevated privileges. As for exact command, than I will check it again tomorrow, thank you for pointing this out. |
Guide user through solution of cryptic "HHC6003: Error: The file Itircl.dll has not been registered correctly." Source: https://web.archive.org/web/20000620213107/http://mvps.org/htmlhelpcenter/itircl.htm
fixed |
|



Every time (if I haven't edited the help files for a long time), I run into the issue of CHM compilation failing.
And each time, it takes some time before I figure out the cause.
The reason is trivial: the Microsoft HTML Help Workshop must be installed.
However,
hh_compiler.exesimply exits silently without any error messages.Given that it doesn't output any messages upon launch, it's initially unclear whether it's working at all.
Therefore, I've added the following messages:
Usage:
Error encountered
Normal flow