c++ - CDHTMLDialog Fails on App exit -
i have embedded cmfclistctrl in report mode inside cformview derived class. view has embedded toolbar. 1 of buttons calls cdhtmldialog.
everything works fine point. dialog opens. here problem:
if open cdhtmldialog , close app: no errors.
if first populate cmfclistctrl. call cdhtmldialog , close app. first access violation , break point on afxdeactivateactctx following errors:
first-chance exception @ 0x78b64f64 (mfc90ud.dll) in pmanager.exe: 0xc0000005: access violation reading location 0x00000000075f3d70. first-chance exception @ 0x771eb3dc in pmanager.exe: 0xc015000f: activation context being deactivated not activated one. first-chance exception @ 0x771eb3dc in pmanager.exe: 0xc015000f: activation context being deactivated not activated one. first-chance exception @ 0x771eb3dc in pmanager.exe: 0xc015000f: activation context being deactivated not activated one. first-chance exception @ 0x771eb3dc in pmanager.exe: 0xc015000f: activation context being deactivated not activated one. unhandled exception @ 0x771eb3dc in pmanager.exe: 0xc015000f: activation context being deactivated not activated one.
i have tried literally , have not found solution.
Comments
Post a Comment