i'm trying to use the HxS Helpfiles generated by DoxyComment
with the Microsoft Help Integration Wizard (VS2005)
but when i try to add the page to my TOC (Page 3 of the wizard)
i get the error message:
############################################
Unable to display proj_doc
proj_doc.hxs doesn't contain an HxT file
############################################
I also get the following warnings from the help compiler hxcomp.exe
############################################
Warning HXC6041: File C:\html/group__mainpage.html, Line 4, Char 164: Encountered undefined attribute xmlns:MSHelp for MSHelp MSHelp:TOCTitle.
Warning HXC6041: File C:\html/group__mainpage.html, Line 4, Char 265: Encountered undefined attribute xmlns:MSHelp for MSHelp MSHelp:RLTitle.
Warning HXC6041: File C:\html/group__mainpage.html, Line 4, Char 375: Encountered undefined attribute xmlns:MSHelp for MSHelp MSHelp:Keyword.
############################################
This warning refers to this html output :
############################################
<!--Start: html header--><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" type="text/css" href="include/styles.css" /><!--[if lt IE 7]>
<script type="text/javascript" src="include/pngfix.js" defer="defer"></script>
<![endif]--><title>Main Page for Test project</title>
<xml>
<MSHelp:TOCTitle Title="donglestatus Dokumentation" xmlns:MSHelp="http://msdn.microsoft.com/mshelp" />
<MSHelp:RLTitle Title="Main Page for Test project" xmlns:MSHelp="http://msdn.microsoft.com/mshelp" />
<MSHelp:Keyword Index="K" Term="donglestatus Dokumentation"
xmlns:MSHelp="http://msdn.microsoft.com/mshelp" />
</xml>
</head>
############################################
Is the "xmlns:MSHelp="http://msdn.microsoft.com/mshelp"-part of the html-file in the right place?
Is this problem related to the missing table of content in the HxS file?
thanks in advance for any help!
greetings,
Hendrik Sirges
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The HxS file produced by the test project build scripts does contain a toc (HxT) file. I have never used the Microsoft Help Integration Wizard product, so I can't comment on the above issues. Are you trying to build the HxS using the Microsoft Help Integration Wizard? I only use command line scripts to build and register the test project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I also build my HxS files with your build-script. Now i have about 30 HxS files.
The problem is, that i want to do is to integrate the files in the MS-Visual Studio Help
But when i register the files (also with your script) the do not appear in the Help TOC (but they do appear in the index).
I wanted to use the MS Help Integration Wizard to organize the files under one node in the TOC of MSVS Help.
Is there another way to do it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The test project help does not integrate into the Visual Studio Help collection. As far as I remember there is a section in the Visual Studio Help SDK that deals with the specifics of doing this. I have not looked into it myself.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i'm trying to use the HxS Helpfiles generated by DoxyComment
with the Microsoft Help Integration Wizard (VS2005)
but when i try to add the page to my TOC (Page 3 of the wizard)
i get the error message:
############################################
Unable to display proj_doc
proj_doc.hxs doesn't contain an HxT file
############################################
I also get the following warnings from the help compiler hxcomp.exe
############################################
Warning HXC6041: File C:\html/group__mainpage.html, Line 4, Char 164: Encountered undefined attribute xmlns:MSHelp for MSHelp MSHelp:TOCTitle.
Warning HXC6041: File C:\html/group__mainpage.html, Line 4, Char 265: Encountered undefined attribute xmlns:MSHelp for MSHelp MSHelp:RLTitle.
Warning HXC6041: File C:\html/group__mainpage.html, Line 4, Char 375: Encountered undefined attribute xmlns:MSHelp for MSHelp MSHelp:Keyword.
############################################
This warning refers to this html output :
############################################
<!--Start: html header--><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" type="text/css" href="include/styles.css" /><!--[if lt IE 7]>
<script type="text/javascript" src="include/pngfix.js" defer="defer"></script>
<![endif]--><title>Main Page for Test project</title>
<xml>
<MSHelp:TOCTitle Title="donglestatus Dokumentation" xmlns:MSHelp="http://msdn.microsoft.com/mshelp" />
<MSHelp:RLTitle Title="Main Page for Test project" xmlns:MSHelp="http://msdn.microsoft.com/mshelp" />
<MSHelp:Keyword Index="K" Term="donglestatus Dokumentation"
xmlns:MSHelp="http://msdn.microsoft.com/mshelp" />
</xml>
</head>
############################################
Is the "xmlns:MSHelp="http://msdn.microsoft.com/mshelp"-part of the html-file in the right place?
Is this problem related to the missing table of content in the HxS file?
thanks in advance for any help!
greetings,
Hendrik Sirges
The HxS file produced by the test project build scripts does contain a toc (HxT) file. I have never used the Microsoft Help Integration Wizard product, so I can't comment on the above issues. Are you trying to build the HxS using the Microsoft Help Integration Wizard? I only use command line scripts to build and register the test project.
I also build my HxS files with your build-script. Now i have about 30 HxS files.
The problem is, that i want to do is to integrate the files in the MS-Visual Studio Help
But when i register the files (also with your script) the do not appear in the Help TOC (but they do appear in the index).
I wanted to use the MS Help Integration Wizard to organize the files under one node in the TOC of MSVS Help.
Is there another way to do it?
The test project help does not integrate into the Visual Studio Help collection. As far as I remember there is a section in the Visual Studio Help SDK that deals with the specifics of doing this. I have not looked into it myself.