TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: follow-up to RoboHelp question From:Alexia Prendergast <alexiap -at- SEAGATESOFTWARE -dot- COM> Date:Fri, 24 Oct 1997 15:31:00 -0400
Piece of cake.
The map file (.HM) contains the developer's IDs for controls, dialog
boxes, etc. You need to match the topic IDs you used in your help file
to those IDs (which usually look something like IDC_CONNECT).
In the project file, include the .HM file. Then, create an alias file to
match your IDs to the developer's IDs. Include the alias file in the
project file, too.
Recompile and test your help against the app (not just in RoboHelp).
The only real challenge here is figuring out what the developer's IDs
mean. If she used some kind of naming conventions, that will help you.
If you have a copy of Developer Studio you can do a Get on the code,
then view the controls in Studio to figure out what the IDs map to so
you know which topics to associate with them. You may have a few left
over that you can't figure out -- at that point, I resort to asking the
developer.
A.
--
Alexia Prendergast
Tech Pubs Manager
Seagate Software (Durham, NC, USA) mailto:alexiap -at- seagatesoftware -dot- com
> -----Original Message-----
> From: Kristen Lorenz [SMTP:klor -at- INTFACE -dot- COM]
> Sent: Friday, October 24, 1997 3:20 PM
> To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
> Subject: followup to RoboHELP question
>
> OK...
>
> Now that I've researched this further I can explain myself better.
>
> We created a Robohelp file in a Visual C++ environment, which does not
> create .hh files (so I guess it was a fluke we were able to create the
> .hh file two days ago).
>
> Has anyone ever had to use the programmer's map file to link to a help
> file? (I'm on hold with BlueSky as we speak....) Is this a lot of
> work?
>
> Thanks
>
> Kristen
>
> ~~
> Posts: mailto:techwr-l -at- listserv -dot- okstate -dot- edu
> Commands: mailto:listserv -at- listserv -dot- okstate -dot- edu (e.g. SIGNOFF TECHWR-L)
> Archives: http://listserv.okstate.edu/archives/techwr-l.html,
> Subjects: JOB:, QUESTION:, SUMMARY:, ANNOUNCE:, or none of these.
>
>