Click here to Skip to main content
16,022,536 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create a dll which shows a dialog box which contains web browser control to show a login page.

I load the dll using a plugin in Office and open office.

While we use dll from office the dialog containing the web browser control works fine but using open-office the control does not create the dialog box.
Posted

Can you debug the DLL and see what is going wrong?
 
Share this answer
 
Yes while debugging the solution i come across that
assert fails ain function

void CWnd::AssertValid() const


at line
CHandleMap* pMap = afxMapHWND();

ASSERT(pMap != NULL);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900