ASSERT(m_pCtrlSite != NULL); // not an OLE control (not yet, at least)
-
Hi all, i am building an application and i need a web browser within the tool. I have added an activeX webbrowser control and it works just fine in my view class. However, when i try to access outside the view it either via a function or a pointer, i get the following assertion error: ASSERT(m_pCtrlSite != NULL); // not an OLE control (not yet, at least) if (m_pCtrlSite == NULL) Can somebody please help me out. I've spent days on this stuff and i am well behind schedule. Thank you; Krugger
-
Hi all, i am building an application and i need a web browser within the tool. I have added an activeX webbrowser control and it works just fine in my view class. However, when i try to access outside the view it either via a function or a pointer, i get the following assertion error: ASSERT(m_pCtrlSite != NULL); // not an OLE control (not yet, at least) if (m_pCtrlSite == NULL) Can somebody please help me out. I've spent days on this stuff and i am well behind schedule. Thank you; Krugger