Any help greatly appreciated in advance.

I'm creating a class derived from CFrameWnd and putting it in an Extension
Dll (using VC ver 6). I've got some rich edit controls as the frame's client.
However, I don't believe this is very printable since there is no actual
view here. Seems the thing to do is make my frame client a CView and handle
the edit controls via it. I can't find any documentation on MFC Extension
dll's supporting separate and autonomous doc-view architecture. Is this even
possible?

Thanks Much
jnye@ga.prestige.net