Hi all!

Here is a simple sequence of actions that will lead to ASSERT failure. I can't understand why:

1. Create a new SDI project with everything unchecked and CFormView as a base class for View

2. Insert AfxInitRichEdit() into InitInstance()

3. Put in dialog editor a RichEdit ctrl on the form, no maters where.

4. Press Ctrl + Shift

5. have a nice ASSERT!

anyone knows what happens?