maniac9999
Technical User
A programming team at my company maintains an app with Delphi 2005, which calls a context sensitive WinHelp (.HLP) file (with map ids), and the .hlp file is indexed to the app using an .XML file. Now, to make the Delphi 2005-maintained app compatible with Vista, we need to make it work with a .CHM help file (and the XML file too). The team changed all of the calls in the Delphi app from "WinHelpViewer" to "HTMLHelpViewer" as was recommended by several sites, but now they can't get the app to target the correct help topic.
I asked if the XML needed to be part of the solution and they said yes, since the alternative would require recoding every screen in the app. I haven't seen anything anywhere on the web providing suggestions or directions on how to make this work. I have seen several places that show some of the (massive) amount of code that would need to added to Delphi to make it work without the .xml file.
Any ideas?
Thanks,
Jim
I asked if the XML needed to be part of the solution and they said yes, since the alternative would require recoding every screen in the app. I haven't seen anything anywhere on the web providing suggestions or directions on how to make this work. I have seen several places that show some of the (massive) amount of code that would need to added to Delphi to make it work without the .xml file.
Any ideas?
Thanks,
Jim