Click here to Skip to main content
15,909,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Nick Parker21-Nov-02 17:40
protectorNick Parker21-Nov-02 17:40 
GeneralRe: ADO: how can u access the number of records in a given table again? Pin
Christian Graus21-Nov-02 17:45
protectorChristian Graus21-Nov-02 17:45 
Questionwhy "INT" and not "int" again? Pin
devvvy21-Nov-02 16:22
devvvy21-Nov-02 16:22 
AnswerRe: why "INT" and not "int" again? Pin
Christian Graus21-Nov-02 16:42
protectorChristian Graus21-Nov-02 16:42 
QuestionHow can I display a "save" dialog like GetFileNameFromBrowse does? Pin
Mario M21-Nov-02 16:04
Mario M21-Nov-02 16:04 
GeneralCListCtrl Report-style subitem centering problem Pin
IGx8921-Nov-02 15:52
IGx8921-Nov-02 15:52 
GeneralRe: CListCtrl Report-style subitem centering problem Pin
Gary R. Wheeler23-Nov-02 4:26
Gary R. Wheeler23-Nov-02 4:26 
GeneralMemory leaks Pin
AnTri21-Nov-02 12:02
AnTri21-Nov-02 12:02 
Hey,
I have a fundamental problem.
When I close my (SDI)Application with a CustomToolbar (with an Combobox and CmageList), memoryleaks where detected by the compiler.

<br />
	CImageList *pImageList = new CImageList();<br />
	<br />
	<br />
	//Imagelist anlegen<br />
	pImageList->Create(16,16,TRUE,4,4);<br />
        ...<br />
<br />


How can I solve this problem?

Errormessage:

Detected memory leaks!
Dumping objects ->
{87} client block at 0x00332910, subtype c0, 8 bytes long.
a CImageList object at $00332910, 8 bytes long
Object dump complete.
GeneralRe: Memory leaks Pin
Christian Graus21-Nov-02 12:16
protectorChristian Graus21-Nov-02 12:16 
GeneralRe: Memory leaks Pin
AnTri21-Nov-02 21:03
AnTri21-Nov-02 21:03 
GeneralRe: Memory leaks Pin
Christian Graus21-Nov-02 21:14
protectorChristian Graus21-Nov-02 21:14 
GeneralRe: Memory leaks Pin
AnTri21-Nov-02 21:16
AnTri21-Nov-02 21:16 
GeneralRe: Memory leaks Pin
Alexinuk22-Nov-02 0:38
Alexinuk22-Nov-02 0:38 
GeneralRe: Memory leaks Pin
AnTri22-Nov-02 0:55
AnTri22-Nov-02 0:55 
GeneralRe: Memory leaks Pin
Alexinuk22-Nov-02 1:05
Alexinuk22-Nov-02 1:05 
GeneralChange control and make it visible Pin
Dennis L21-Nov-02 11:50
Dennis L21-Nov-02 11:50 
GeneralRe: Change control and make it visible Pin
Christian Graus21-Nov-02 11:54
protectorChristian Graus21-Nov-02 11:54 
GeneralRe: Change control and make it visible Pin
valikac21-Nov-02 12:48
valikac21-Nov-02 12:48 
GeneralRe: Change control and make it visible Pin
Renjith Ramachandran22-Nov-02 2:12
Renjith Ramachandran22-Nov-02 2:12 
GeneralRe: Change control and make it visible Pin
jhwurmbach22-Nov-02 3:33
jhwurmbach22-Nov-02 3:33 
General_T in C++ Threaded article. Pin
markie_mark21-Nov-02 10:53
markie_mark21-Nov-02 10:53 
GeneralRe: _T in C++ Threaded article. Pin
Dave Bryant21-Nov-02 11:35
Dave Bryant21-Nov-02 11:35 
GeneralRe: _T in C++ Threaded article. Pin
Le centriste21-Nov-02 11:36
Le centriste21-Nov-02 11:36 
GeneralGiving an windowobject its own OnPaint Call in another window Pin
Hustler21-Nov-02 10:42
Hustler21-Nov-02 10:42 
GeneralRe: Giving an windowobject its own OnPaint Call in another window Pin
dima_t21-Nov-02 20:14
dima_t21-Nov-02 20:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.