Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding help files to an application

2 views
Skip to first unread message

JRGlide

unread,
Dec 12, 2008, 9:04:03 AM12/12/08
to
I have written an MFC application and now they want me to add help files
(pretty demanding, aren't they?). After looking around, it appears that the
right way is to check the "Context Help" box in the Application Wizard when
first creating the application and it adds the help support.

Now that the application is already written, I'm trying to figure out how to
add this capability after the fact. I can add my own callbacks, and toolbar
icons, but I can't figure out how to add the actual help support so that it
compiles the .hlp files. Is there an easy way to add this support later in
the project? I've looked around in the "Add to Project" section but don't
see anything.

One possibility is just to create a new project with the same name, but with
help support, and then copy all of my files into the new project. This
wouldn't be too big a deal except that I would also have to re-create my
menus and toolbars which I would rather not do if there is an easier way.

Thank you,

Jim


0 new messages