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
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)
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
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