Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CBitmap problem. Collapse All
Subject Author Date
JM Kwon Oct 9, 2009 - 6:12 PM

Hi.


Do not speak English.

Want to understand the cycle.


class CTimerTreeCtrl : public CExtTreeCtrl

{

 DECLARE_DYNCREATE( CTimerTreeCtrl );

public:

 CTimerTreeCtrl() { }

 ~CTimerTreeCtrl() { }

 CBitmap m_bmp;


class CTimerErrorGrid : public CExtGridWnd

{

 DECLARE_DYNAMIC(CTimerErrorGrid)

public:

 CTimerErrorGrid(void) { }

 ~CTimerErrorGrid(void) { }

 CBitmap m_bmp;


:\users\ds5tpc\source\obara\software\smartdb-09-10-05\smartdb\smartdb.cpp(203) : {225} client block at 0x0020AE70, subtype c0, 9672 bytes long.

a CObject object at $0020AE70, 9672 bytes long

f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(141) : {223} normal block at 0x0020AE18, 23 bytes long.

 Data: <,  h            > 2C 08 89 68 06 00 00 00 06 00 00 00 01 00 00 00

f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\strcore.cpp(141) : {222} normal block at 0x0020ADB8, 33 bytes long.

 Data: <,  h            > 2C 08 89 68 10 00 00 00 10 00 00 00 01 00 00 00

{221} normal block at 0x0020AD68, 20 bytes long.

 Data: <    @  h@  h@  h> 04 00 00 00 40 08 89 68 40 08 89 68 40 08 89 68

{220} normal block at 0x0020AD08, 32 bytes long.

 Data: < Rhh    l       > 98 52 68 68 04 00 00 00 6C AD 20 00 C8 AD 20 00

f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\oleinit.cpp(84) : {217} client block at 0x0020AC18, subtype c0, 68 bytes long.

a CCmdTarget object at $0020AC18, 68 bytes long

Object dump complete.


OS : Vista Korea


Ver: 2.85


MDI mode


Thank s..


 


 


 

JM Kwon Oct 13, 2009 - 5:25 PM

sorry..


Was resolved.


virtual ~TimerTreeCtrl();


virtual ~TimerErrorGrid();


Thank you very much for your interest ...

Technical Support Oct 12, 2009 - 3:53 AM

You can send a test project to the support mail box at this web site so we will check it

JM Kwon Oct 9, 2009 - 6:21 PM

only  in class CMainFrame : public CExtNCW < CMDIFrameWnd >