About MFC Context-Sensitive Help
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a already built application using MFC. This application uses Context-Sensitive help ( While building they choosen a Context-Sensitive help option for Dialogbased application). The hlp folder of this application contains "afxdlg" rich text document ( this comes by default ). I want to modify this file to add my own document. But when i modified and recompiled using Help Work Shop the following error is coming : C5011: Error: D:\MFC_help\HelpTest\hlp\afxdlg.rtf : Cannot open the file "{\rtf1\ansi\ansicpg1252\uc1 \deff0\deflang1033\deflangfe1033{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman." How can i avoid this and compile with out any error ? Thank you.