http://support.microsoft.com/kb/q166132/
Tom
"et" <e...@discussions.microsoft.com> wrote in message
news:09ED5277-713B-44AC...@microsoft.com...
In addition to the article mentioned by Tom, I have seen this message
if doctemplate has not been created. Step in the code and debug to
narrow it down.
---
Ajay
C:\Progr. Files\Microsoft Visual Studio\VC98\MFC\SRCWinCtrl4.cpp:
CRichEditCtrl::Create(....)
So, that is in these paths in my project which is named "mdrw" in a
collaboration with the textbook "Learn Microsoft Visual C++6.0 Now",Author
Chuck Sphar. He is a former officer in a Microsoft Corporation.
That's why there no need I have to call AfxInitRichEdit function.
Well, I suppose in the examples of the book could hardly be any mistakes,
but I don't no what I have to do.
Use the appropriate one:
AfxInitRichEdit2/AfxInitRichEdit
http://msdn2.microsoft.com/en-us/library/h6hweatz.aspx
---
Ajay