Last Modification: December 11, 1999

I put a RichEdit control on my MFC Dialog-based app and the program won't run anymore. What do I do?

You have to load the richedit control's library explicitly. To do this, call AfxInitRichEdit() from your InitInstance() function in your CWinApp-derived class.

References  and Samples: