Re: How to make some Checkbox by code
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Thanks David Wilkinson.
> What problem?
The program fail under debug mode.
> delete [] m_pCheckBox; // always use delete [] with new []
Yes, delete [] m_pCheckBox can run. But there are memory leaks.
William
.
Relevant Pages
- Re: How to make some Checkbox by code
... under debug mode) still exists, ... put delete m_pCheckBox to OnDestroy(). ... William ... Prev by Date: ... (microsoft.public.vc.mfc) - Re: Quit slowly seen through Task Manager
... Is it caused by memory leaks? ... normal block at 0x0171A158, 20 bytes long. ... this quit pending procedure also exists in debug mode. ... (microsoft.public.win32.programmer.mmedia) - get new list id
... Need your guidance on this once, and thanks for the help before. ... Best regards, ... William ... Prev by Date: ... (microsoft.public.sharepoint.portalserver.development) - Re: On the trail of the Self Kervorkianizing PSU
... I've had that same exact thing happen a few times with broken power buttons. ... Never saw it 'kill' the machine entirely. ... William ... Prev by Date: ... (comp.sys.ibm.ps2.hardware) - Re: MyProg.exe still appears as a process even after it terminates.
... > this is how the problem manifests itself, in Debug mode I have both this ... I have to manually stop the debugger, ... > hope I eliminated all memory leaks). ... It used to be a relatively straightforward SDI app. ... (microsoft.public.vc.mfc) |
|