You are here

ChmHlp 1.0.0.0

5 posts / 0 new
Last post
wraithdu
Offline
Last seen: 10 years 9 months ago
Developer
Joined: 2007-06-27 20:22
ChmHlp 1.0.0.0

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.

wraithdu
Offline
Last seen: 10 years 9 months ago
Developer
Joined: 2007-06-27 20:22
So this is my first released

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.

wraithdu
Offline
Last seen: 10 years 9 months ago
Developer
Joined: 2007-06-27 20:22
I don't usually bump, but 31

I don't usually bump, but 31 downloads and no comments? Either it's perfect, or it really really sucks...

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
Download link is dead for me.

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.

wraithdu
Offline
Last seen: 10 years 9 months ago
Developer
Joined: 2007-06-27 20:22
Link is good for me. The

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.

Log in or register to post comments