Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP_Editor_HtmlHelp_Pointer
I call this function to access my help files, I assume this is not available yet in OI10., is that correct?
Comments
I don't know if the help pointer is something we can easily explain how to port on its own. My engineers who support the SRP Editor might be able to chime in.
RetVal = SRP_Editor_HtmlHelp_Pointer(Handle, Help_File, HH_HELP_CONTEXT, AddData)
AddData being a numeric value for the location in the chm file.
For example:
rv = Utility("RUNWIN", "C:\Revsoft\SRPEditor\ProgRef.chm")
I have not yet verified this functionality in OI 10.
HHCTRL.OCX HANDLE STDCALL HtmlHelpA(HANDLE, LPASTR, LONG, LONG) as SRP_Editor_HtmlHelp_Pointer HANDLE STDCALL HtmlHelpA(HANDLE, LPASTR, LONG, LPASTR) as SRP_Editor_HtmlHelp_String
Don, what is the online help? Is this something that is built into OI? How easy would it be to take an existing chm file and port to "online help"?
I tried using the functions defined and aliased above, they don't seem to work. I get a return value of zero from the function but the help file does not open.