Application: ChmHlp
Category: Utilities
Description: ChmHlp is a small helper app that can open HtmlHelp files (CHM) to an optional keyword. It is multi-instance aware, and will update an existing opened help file. This app was designed with Notepad++ in mind to facilitate searching the NSIS help file, but is generic enough to be used in any circumstance.
See the Readme.txt for usage with Notepad++ and NSIS.
Download ChmHlp 1.0.0.0 [56KB download / 33KB installed]
(MD5: 184f4efff25ebb14795e8008644812a7)
Release Notes:
1.0.0.0 (2009-07-01): Initial release
Installation Notes:
The compiled application will probably require the Microsoft Visual C++ 2008 SP1 Redistributable.
So this is my first released C++ app. I guess I was feeling masochistic today, but I wanted to try something new. I hope someone finds it useful.
I don't usually bump, but 31 downloads and no comments? Either it's perfect, or it really really sucks...
Download link is dead for me.
Also, would it be possible to provide instructions on compiling it, e.g. what libraries are needed, etc.
But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.
Link is good for me.
The source comes with the Visual Studio 2008 project file. Just open it up and you should be good to go. I have no idea if you can compile it on CodeBlocks or not, but Visual Studio Express should work too. The only 'extra' library it uses is HtmlHelp.lib & HtmlHelp.h, which are part of the Windows SDK.