Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - TaskPanel: trouble with CXTPTaskPanelPaintManager
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskPanel: trouble with CXTPTaskPanelPaintManager

 Post Reply Post Reply
Author
Message
debugx View Drop Down
Groupie
Groupie
Avatar

Joined: 23 June 2008
Location: Andorra
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote debugx Quote  Post ReplyReply Direct Link To This Post Topic: TaskPanel: trouble with CXTPTaskPanelPaintManager
    Posted: 18 July 2008 at 7:03am
Hello All,

I have created a class derived from CXTPTaskPanelPaintManager. Then I created two TaskPanel control on my form and set my custom paint manager to these task panels:
taskPanel1.SetCustomTheme(m_taskPanelPaintManager);
taskPanel2.SetCustomTheme(m_taskPanelPaintManager);

My application work correctly. But on the exit it falls down in the destructor but there is no any my code in destructo. Following exception is appeared:
Unhandled exception at 0x010096e8 in MyApp.exe: 0xC0000005: Access violation reading location 0xfeeefeee.

Please advice me how can I resolve this trouble? Maybe I need anyhow release memory for some controls?
"Один законник с портфелем в рукаm
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.141 seconds.