how to cleanup a CXTPDockingPane |
Post Reply |
Author | |
vjedlicka
Senior Member Joined: 04 September 2007 Status: Offline Points: 122 |
Post Options
Thanks(0)
Posted: 02 May 2010 at 10:02am |
Do I need to destroy a docking pane on program exit?
I create them using this code:
m_dockingPaneSymbols = m_paneManager.CreatePane(IDS_PANE_SYMBOLS, CRect(0, 0,200, 120), xtpPaneDockLeft); I am getting messages like this when the a debugging session finishes:
c:\program files\codejock software\mfc\xtreme toolkitpro v13.3.0\source\tabmanager\xtptabmanager.cpp(896) : {318458} client block at 0x03840D10, subtype c0, 140 bytes long. a CXTPTabManagerItem object at $03840D10, 140 bytes long f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318457} normal block at 0x0389D310, 34 bytes long. Data: < W > 84 CF 92 57 08 00 00 00 08 00 00 00 01 00 00 00 f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318456} normal block at 0x03840CB0, 34 bytes long. Data: < W > 84 CF 92 57 08 00 00 00 08 00 00 00 01 00 00 00 c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\afxtempl.h(396) : {318455} normal block at 0x038508E0, 4 bytes long. Data: < # > 08 23 84 03 c:\program files\codejock software\mfc\xtreme toolkitpro v13.3.0\source\tabmanager\xtptabmanager.cpp(896) : {318454} client block at 0x03842308, subtype c0, 140 bytes long. a CXTPTabManagerItem object at $03842308, 140 bytes long f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318450} normal block at 0x038AB3B8, 32 bytes long. Data: < W > 84 CF 92 57 07 00 00 00 07 00 00 00 01 00 00 00 f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318449} normal block at 0x038A4DF0, 32 bytes long. Data: < W > 84 CF 92 57 07 00 00 00 07 00 00 00 01 00 00 00 {318448} normal block at 0x0389F120, 20 bytes long. Data: < X > 00 F5 89 03 58 F0 89 03 CD CD CD CD CD CD CD CD c:\program files\codejock software\mfc\xtreme toolkitpro v13.3.0\source\tabmanager\xtptabmanager.cpp(896) : {318447} client block at 0x0389F058, subtype c0, 140 bytes long. a CXTPTabManagerItem object at $0389F058, 140 bytes long f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318446} normal block at 0x038A9E68, 36 bytes long. Data: < W > 84 CF 92 57 09 00 00 00 09 00 00 00 01 00 00 00 f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318445} normal block at 0x038AB540, 36 bytes long. Data: < W > 84 CF 92 57 09 00 00 00 09 00 00 00 01 00 00 00 c:\program files\codejock software\mfc\xtreme toolkitpro v13.3.0\source\tabmanager\xtptabmanager.cpp(896) : {318443} client block at 0x0389F500, subtype c0, 140 bytes long. a CXTPTabManagerItem object at $0389F500, 140 bytes long f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318441} normal block at 0x038EA948, 36 bytes long. Data: < W > 84 CF 92 57 09 00 00 00 09 00 00 00 01 00 00 00 f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318440} normal block at 0x038423D0, 40 bytes long. Data: < W > 84 CF 92 57 0B 00 00 00 0B 00 00 00 01 00 00 00 f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(156) : {318439} normal block at 0x038E6968, 30 bytes long. Data: < W > 84 CF 92 57 06 00 00 00 06 00 00 00 01 00 00 00 c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\afxtempl.h(396) : {318438} normal block at 0x03865AE8, 4 bytes long. Data: < > D0 B1 8A 03 |
|
Thank you
Vaclav --------------------- ToolkitPro 20.1.0 VS2010-2022, Windows 11 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |