I have used a .CHM html help file with my application. I was wondering if
it is recommended to ship the associated files:
hh.exe
itircl.dll
itss.dll
hhctrl.ocx
Should this just be included in a setup package for Windows 95? From what I
have read, I think these files are shipped with Windows 98 and up. The OCX
is not referenced through the components but I do have one
declare statement to invoke the HTML Help call:
Private Declare Function HtmlHelp Lib "hhctrl.ocx " ...
I think by referncing the OCX this way the version of hhctrl should not
matter. Does anyone know if I am correct?
Thanks
Mike
it is recommended to ship the associated files:
hh.exe
itircl.dll
itss.dll
hhctrl.ocx
Should this just be included in a setup package for Windows 95? From what I
have read, I think these files are shipped with Windows 98 and up. The OCX
is not referenced through the components but I do have one
declare statement to invoke the HTML Help call:
Private Declare Function HtmlHelp Lib "hhctrl.ocx " ...
I think by referncing the OCX this way the version of hhctrl should not
matter. Does anyone know if I am correct?
Thanks
Mike
Comment