[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [chmspec-devel] Introduction
From: |
Andrew Haines |
Subject: |
Re: [chmspec-devel] Introduction |
Date: |
Tue, 08 Jun 2010 23:50:14 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100322 Thunderbird/3.0.3 |
On 06/08/10 05:19, Marco van de Voort wrote:
>
> I'm Marco van de Voort, and I work on the Free Pascal project.
>
> Free Pascal has a read/write CHM package (which I didn't write btw),
> which is used mainly as backend for the doxygen-like documentation tool.
> The tool is of the out-of-source type.
>
> I do maintenance on this package from time to time (I added e.g. binary
> index support and debugged context sensitive help)
>
>
Hello to the list from me as well (Andrew Haines). I've been subscribed
for a couple of years but never posted.
Learning about reading and writing chm files is one of the most
interesting things I have worked on while programming.
I recently discovered a bug in a chm made with FPC where the file index
was invalid somehow when I made a chm with 8000 + files (android's
online docs). I suppose there is an error with the top level PMGI block.
I will try to find it this week. chmls says there are 0 files in the chm
though at a first glance the index looks okay in a hex editor.
Regards,
Andrew Haines