Posts tagged with 'software'

Windows Installer for Wildcat BZR

I've just put together an installer for Wildcat BZR on Windows. This includes everything that is required to run the application - no previous installations of Bazaar or any other python-related things are required.

wildcatbzr.exe MD5: 32c87c37a11f27a8834f6e98b7125f87

Viewing Windows CHM Help Files on OS X

Yesterday I was doing some C# programming at home and needed to view the API help file for a library I was working with. The help files was a Microsoft Compiler HTML Help file, which Windows has built in support for, but Mac OS X doesn't.

Luckily I found a couple of CHM viewers for OS X on the Internet:

Although Chmox looks nicer, xCHM is the one I chose to go with as it shows both the index and the contents of the CHM file, whereas Chmox only shows the contents, and provides no means of searching.

xCHM

tags: osx, software