Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Crash when skin for msthml control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Crash when skin for msthml control

 Post Reply Post Reply
Author
Message
fatbone77 View Drop Down
Newbie
Newbie


Joined: 10 January 2007
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote fatbone77 Quote  Post ReplyReply Direct Link To This Post Topic: Crash when skin for msthml control
    Posted: 19 January 2007 at 8:33pm
My application crash on some machine. I before jump into msthml.dll , the last section is in  CXTPSkinManager::HookWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)

context

if (!pSink->GetSkinManager()->m_bEnabled)
    {
        if (message == WM_NCDESTROY)
        {
          CXTPSkinManager::Remove (67AFF8C0h)
        }

        return ::CallWindowProc(wndProc, hWnd, message, wParam, lParam);

crash at the last line.

i'm using V10.4
Back to Top
fatbone77 View Drop Down
Newbie
Newbie


Joined: 10 January 2007
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote fatbone77 Quote  Post ReplyReply Direct Link To This Post Posted: 22 January 2007 at 4:36am
fixed in V10.4.1
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.188 seconds.