Mini Repository for Windows Software – Comical – CBR/CBZ file reader

One of the reasons I prefer Open Source software is that you can customize it to your personal needs. If you’re looking for a particular program, usually someone else has already written it. However, sometimes you’re looking for software to perform certain tasks and what’s out there is very close, but just not it. With the source available, you can build it yourself and make the modifications you want faster than you can write a program from scratch.

Comical is a good example of this. I wanted to find a cross-platform CBR and CBZ file viewer. I wanted a program that was compiled preferrably in C/C++ so it would run quickly, not something written in an interpreted language. Comical fits most of my needs, but I do prefer portable apps that I can take anywhere or move customized settings easily between machines. I checked various portable application web sites, but couldn’t find the solution I wanted. So, I made a few minor modifications to comical and rebuilt it using the ini file support in wxwidgets instead of registry support. Apparently, I’m not the only one who wanted a program like this; Critical Press Media has provided space to upload and share the program with others who might like it too. read more