I'm trying to setup a system where from a set of doxygen generated
html files I can generate a help 2.0 file and register it to VS2005
via H2Reg.
I feel like I should be able to do it via running
HxConv.exe to generate a .HxC file
HxComp.exe to generate a .HxS file and other files
and then register with H2Reg. I can go through this process and
H2Reg's log will show that everything registered fine, but it doesn't
show up in VS2005.
I've read a bit that DTD refrences can mess this up, so I tried
manually getting rid of the DTD reference from the generated .HxC
file. If I do this and run the "H2 Collection Wizard" in FAR it
registers fine. However if I remove the DTD reference from the .HxC
file and then try to continue on doing this via a command line only
method, running HxComp won't work.
I'm not sure, surely there is a way to do this just via the command
line? Doing things in the wizard in Far works, but I'd like to just
run a single command to do all of this.
Thanks,
Tavis