Is there any way of creating a SDI with CFormView w/o using CDocument w/o getting an 'Access Violation' in MFC42.DLL. I'm using VC6 sp2. Thanks.
Printable View
Is there any way of creating a SDI with CFormView w/o using CDocument w/o getting an 'Access Violation' in MFC42.DLL. I'm using VC6 sp2. Thanks.
There may be a way around it, but I don't think so. I am almost positive that every CView derived class has to have a CDocument attached to it. You could write it where the document doesn't do anything, but it still has to be there. What is the reason you do not want a CDocument class associated with the CFormView class?
Wayne
There are several things to do but of course it is possible. Drop me e-mail if you want sample of the source.
John Cz