I have a project that has numerous .hh files with many Map IDs. I only want to include about 10 IDs that will be the basis for the developer to provide calls to display those specific topics from specific windows in our application. I would like to provide only one file with these IDs. Right now those IDs reside in separate files that were originally generated by Robohelp. Can I just combine the map IDs into a single file and deliver that to the developers? My final output is HTMLHelp.
I am pretty new to Flare, so remember that when you answer!! Thanks in advance for your help.
Context sensitive help and header files... Legacy RH project
-
wclass
- Propellus Maximus
- Posts: 1238
- Joined: Mon Feb 27, 2006 5:56 am
- Location: Melbourne, Australia
Re: Context sensitive help and header files... Legacy RH project
Short answer is yes, you can combine them, they are just text files. If there are any duplicate IDs in those files, though, then you will have to pick the right one.
Long answer, however, is by default RH generated .h files. Something with an extension of .HH is more likely to have been generated by C++ developers in the first place. I'd probably check with the developers first that they are not already generating a header (.h or .hh) file.
Long answer, however, is by default RH generated .h files. Something with an extension of .HH is more likely to have been generated by C++ developers in the first place. I'd probably check with the developers first that they are not already generating a header (.h or .hh) file.
Margaret Hassall - Melbourne