I am trying to get a TreeView and a RichEdit into a static splitter window, using doc/view in MFC.
The tree view works fine, but when I try to get the Document, where the class pointer is stored, from the RichEdit class, he seems to be looking for a doc class based on Richedit.
How can I pass the class pointer through the Document, do I need to multiply inherit the Doc from both the tree amd richedit?
Is there another way?