Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Exception when exiting Report Sample
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Exception when exiting Report Sample

 Post Reply Post Reply
Author
Message
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 645
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Topic: Exception when exiting Report Sample
    Posted: 18 August 2016 at 9:35am
When running and closing the Report Sample with v1720 on Windows 10 and VS2008 I get the following exception in XTPFrameShadowManager.cpp:
void Disable()
{
    if (m_bRegistered)
    {
        m_pfnWTSUnRegisterSessionNotification(*this);
        m_bRegistered = FALSE;
    }
}
With the call stack:
> ToolkitPro1720vc90D.dll!CXTPFrameShadowManager::CWtsEventListener::Disable()  Line 167 + 0x13 bytes C++
  ToolkitPro1720vc90D.dll!CXTPFrameShadowManager::DisableShadow(HWND__ * hWnd=0x00080be6)  Line 337 C++
  ToolkitPro1720vc90D.dll!CXTPFrameShadowManager::OnHookMessage(tagCWPRETSTRUCT * pc=0x005ae1bc)  Line 620 C++
  ToolkitPro1720vc90D.dll!CXTPFrameShadowManager::CFrameShadowHook::OnHookMessage(HWND__ * __formal=0x00000000, HWND__ * __formal=0x00000000, HWND__ * __formal=0x00000000, long & lParam=5956028, HWND__ * __formal=0x00000000)  Line 106 C++
  ToolkitPro1720vc90D.dll!CXTPHookManager::CHookSink::OnHookMessage(HWND__ * hWnd=0x00000000, unsigned int nMessage=0, unsigned int & wParam=0, long & lParam=5956028, long & lResult=0)  Line 299 + 0x34 bytes C++
  ToolkitPro1720vc90D.dll!CXTPHookManager::OnWindowsHookProc(int idHook=12, int nCode=0, unsigned int wParam=0, long lParam=5956028)  Line 520 C++
  ToolkitPro1720vc90D.dll!CXTPHookManager::OnWH_CALLWNDPROCRET(int nCode=0, unsigned int wParam=0, long lParam=5956028)  Line 499 C++

-cpede
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)
Back to Top
Alex H. View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 February 2004
Status: Offline
Points: 266
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex H. Quote  Post ReplyReply Direct Link To This Post Posted: 18 August 2016 at 10:27am
Hi!

i have also problems with CXTPFrameShadowManager:

http://forum.codejock.com/forum_posts.asp?TID=23045

Alex
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.