flat assembler
Message board for the users of flat assembler.
Index
> Projects and Ideas > FASM.CHM |
Author |
|
wht36 09 Dec 2010, 12:20
Hi,
This is a project to create a chm file for the FASMW editor. This project also aims to develop tool(s) written in FASM to aid in updating the chm file. HTML help workshop can be downloaded here. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en Please feel free to improve and take over this project.
Last edited by wht36 on 13 Dec 2010, 03:43; edited 1 time in total |
|||||||||||
09 Dec 2010, 12:20 |
|
wht36 12 Dec 2010, 20:13
update~
To reduce the size of the downloads I didn't compile the chm. To compile the chm file you have to download the html help workshop from microsoft then open the downloaded project and compile it yourself~ I have tried to upload an FASM HTML Help workshop project including win32 api from MSDN but it's a bit big (only 5mb but still a bit too big) so it seems the board won't accept it. Anyone willing to host it for me? Ha, in the mean time I've uploaded the file to megaupload http://www.megaupload.com/?d=4B54V292 If you don't like stuff like megaupload you can download the win32 api from msdn and convert the local links yourself with wget (comes to about 8474 files and around 196mb) Code: wget -b -nc -np -H -p -k -K -nd -E -r -l 4 -I /en-us/library,/Hash,/dynimg,/Areas/Brand/Content,/library/svy/sto -X /en-us/library/community,/en-us/library/preferences -R "*aspxerrorpath*","*footerlink",aspx,"community*","*CommunityComment","*printer*" http://msdn.microsoft.com/en-us/library/Aa383749 and then copy all the downloaded files (except for *.orig) into the help project folder and then add the files to the project using addhhc Code: for %v in (*.html) do addhhc %v Code: for %v in (*.html) do fixlink %v Wget is available from http://www.gnu.org/software/wget/ (GNU website) and http://users.ugent.be/~bpuype/wget/ (windows binary) If don't want to add the win32 api portion of the MSDN library to FASM html help project the full MSDN library for VS 8 can be downloaded from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7bbe5eda-5062-4ebb-83c7-d3c5ff92a373&displaylang=en (it's about 2Gigs). The MSDN library for vs 10 can be downloaded using Visual Studio 2010 Help Downloader from http://vshelpdownloader.codeplex.com/
|
|||||||||||||||||||||
12 Dec 2010, 20:13 |
|
wht36 14 Dec 2010, 04:16
more update~
Bugfixes for addhhc. Also revised the content file (fasm.hhc) to match the organisation of files on the msdn website. You still need to download the FASM HTML help project from that megaupload link in the previous post above for now. I will upload the compiled FASM.CHM later.
|
|||||||||||||||||||||
14 Dec 2010, 04:16 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.