Hi !
I'm about to create a new help file (.chm) for my application. For that reason I've made some html-files, each one with few boomarks, that works pretty well internally and with cross links to each other. No problems so far !
But - Now I want to put it all in to an 'app_help.chm' using HTML Help Workshop !
As long as I use each html-file itself as a target in the file "alias.h" this way [1= filename.html;] it works well, and I get the start section of the file from the .chm.
But if I try to reach a bookmark in the same html-file, and try it the same way as I crosslinked it from an other html this way [1= filename.html #bookmark;] I'll get an error (""HH_HELP_CONTEXT called without a [MAP] section") and the program stops.
By the way; The file "Map.h" contains "# define 1 10000" for Helpcontext reason...
There must be a way to make this work ! I've read lots of answers here in VBForums, but I haven't find any answer for my question.....
Someone ? How do I manage this ?
Best regards
/Kalle in Sweden
I'm about to create a new help file (.chm) for my application. For that reason I've made some html-files, each one with few boomarks, that works pretty well internally and with cross links to each other. No problems so far !
But - Now I want to put it all in to an 'app_help.chm' using HTML Help Workshop !
As long as I use each html-file itself as a target in the file "alias.h" this way [1= filename.html;] it works well, and I get the start section of the file from the .chm.
But if I try to reach a bookmark in the same html-file, and try it the same way as I crosslinked it from an other html this way [1= filename.html #bookmark;] I'll get an error (""HH_HELP_CONTEXT called without a [MAP] section") and the program stops.
By the way; The file "Map.h" contains "# define 1 10000" for Helpcontext reason...
There must be a way to make this work ! I've read lots of answers here in VBForums, but I haven't find any answer for my question.....
Someone ? How do I manage this ?
Best regards
/Kalle in Sweden