The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ToutEnMasm on August 12, 2006, 09:09:04 AM

Title: Up to date help in chm format
Post by: ToutEnMasm on August 12, 2006, 09:09:04 AM

With hxcomp it seems not very difficult to translate the SDK help files (.hxs) in chm format.
chm format are usefull for further reason:
           - speed
          -  are fully documented and never broken (they don't use the registry)
           - a help isn't difficult to create with them
Is it possible to put somewhere (for the asm community) the translated files ?.
The only problem of the translation is creating an index file.I am solving this.

                                               ToutEnMasm
Title: Re: Up to date help in chm format
Post by: P1 on August 18, 2006, 05:07:28 PM
Quote from: ToutEnMasm on August 12, 2006, 09:09:04 AMThe only problem of the translation is creating an index file.I am solving this.
Are you ready yet?

Regards,  P1  :8)
Title: Re: Up to date help in chm format
Post by: ToutEnMasm on August 18, 2006, 05:30:10 PM

Ok,it's made with some improvement.I have put the sources files in the new forum.
http://www.manoscoder.gr/mbbs/forums/thread-view.asp?tid=8&posts=5&start=1
I have tested this on the bigger help file that i found in the SDk (on comon controls and other things 9 Mo).The index is good but the html help linker failed to compile it at end.
With a litle practice that could be resolve,i think.
          Help on this task is welcome.
                               ToutEnMasm


Title: Re: Up to date help in chm format
Post by: ToutEnMasm on August 30, 2006, 02:02:36 PM
Hello,
Here is a first (perhaps last) up to date chm help file on winsock.
Dead link,I have remove it
To do all chm you want download Package This
    http://www.codeplex.com/packagethis/Release/ProjectReleases.aspx?ReleaseId=5514
                         ToutEnMasm