Hi,
I have a problem with a SDI app. What I want to do is to create more than one view for the app. I wrote a CMainFrame member function that creates an extra view in this way:
void CMainFrame::Function()
{
CCreateContext context;
context.m_pNewViewClass = RUNTIME_CLASS(CMyView)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.