Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: A question about Assert function Pin
Cedric Moonen17-Apr-09 1:14
Cedric Moonen17-Apr-09 1:14 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 2:58
China_Kevin17-Apr-09 2:58 
GeneralRe: A question about Assert function Pin
Cedric Moonen17-Apr-09 3:00
Cedric Moonen17-Apr-09 3:00 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 3:26
China_Kevin17-Apr-09 3:26 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 3:33
China_Kevin17-Apr-09 3:33 
JokeRe: A question about Assert function Pin
Rajesh R Subramanian17-Apr-09 3:36
professionalRajesh R Subramanian17-Apr-09 3:36 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 3:44
China_Kevin17-Apr-09 3:44 
JokeRe: A question about Assert function Pin
David Crow17-Apr-09 5:00
David Crow17-Apr-09 5:00 
JokeRe: A question about Assert function Pin
China_Kevin17-Apr-09 15:00
China_Kevin17-Apr-09 15:00 
GeneralRe: A question about Assert function Pin
dandanfeng16017-Apr-09 15:56
dandanfeng16017-Apr-09 15:56 
GeneralRe: A question about Assert function Pin
Obsidianhom17-Apr-09 3:54
Obsidianhom17-Apr-09 3:54 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 4:14
China_Kevin17-Apr-09 4:14 
AnswerRe: A question about Assert function [modified] Pin
Luc Pattyn17-Apr-09 1:53
sitebuilderLuc Pattyn17-Apr-09 1:53 
JokePlease Pin
CPallini17-Apr-09 2:02
mveCPallini17-Apr-09 2:02 
GeneralRe: Please Pin
Luc Pattyn17-Apr-09 2:05
sitebuilderLuc Pattyn17-Apr-09 2:05 
JokeRe: Please Pin
CPallini17-Apr-09 2:15
mveCPallini17-Apr-09 2:15 
GeneralRe: Please Pin
Rajesh R Subramanian17-Apr-09 2:35
professionalRajesh R Subramanian17-Apr-09 2:35 
Questionwin32 exe memory usage issue Pin
Ash_VCPP17-Apr-09 1:06
Ash_VCPP17-Apr-09 1:06 
AnswerRe: win32 exe memory usage issue Pin
Obsidianhom17-Apr-09 1:14
Obsidianhom17-Apr-09 1:14 
GeneralRe: win32 exe memory usage issue Pin
Ash_VCPP17-Apr-09 1:49
Ash_VCPP17-Apr-09 1:49 
GeneralRe: win32 exe memory usage issue Pin
Rolf Kristensen18-Apr-09 0:46
Rolf Kristensen18-Apr-09 0:46 
AnswerRe: win32 exe memory usage issue Pin
_AnsHUMAN_ 17-Apr-09 1:36
_AnsHUMAN_ 17-Apr-09 1:36 
GeneralRe: win32 exe memory usage issue Pin
Ash_VCPP17-Apr-09 2:29
Ash_VCPP17-Apr-09 2:29 
QuestionRe: win32 exe memory usage issue Pin
Rajesh R Subramanian17-Apr-09 1:45
professionalRajesh R Subramanian17-Apr-09 1:45 
AnswerRe: win32 exe memory usage issue Pin
Ash_VCPP17-Apr-09 1:51
Ash_VCPP17-Apr-09 1:51 
actually i used dbgcntrl apis which shows me dumped memory leaks like this:
strcore.cpp(118) : {83} normal block at 0x008C2F50, 156 bytes long.
 Data: <            Prov> 01 00 00 00 8F 00 00 00 8F 00 00 00 50 72 6F 76 
strcore.cpp(118) : {80} normal block at 0x008C10B0, 33 bytes long.
 Data: <            C:\P> 02 00 00 00 14 00 00 00 14 00 00 00 43 3A 5C 50 
strcore.cpp(118) : {77} normal block at 0x008C1150, 18 bytes long.
 Data: <            5555> 01 00 00 00 05 00 00 00 05 00 00 00 35 35 35 35 
strcore.cpp(118) : {74} normal block at 0x008C1190, 26 bytes long.
 Data: <            192.> 01 00 00 00 0D 00 00 00 0D 00 00 00 31 39 32 2E 
{62} normal block at 0x008C14B0, 33 bytes long.
 Data: < C              > 00 43 00 CD CD CD CD CD CD CD CD CD CD CD CD CD 
{61} normal block at 0x008C1500, 40 bytes long.
 Data: < |L             > 14 7C 4C 10 16 00 00 00 00 00 00 00 00 00 00 00 
{59} client block at 0x008C1610, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $008C1610, 64 bytes long
{54} client block at 0x008C1790, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $008C1790, 64 bytes long
{52} client block at 0x008C18B0, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $008C18B0, 64 bytes long
Object dump complete.


but i dont have strcore.cpp file in my workspace and i dont understand the meaning of other errors....

Thanks A Ton
Ash_VCPP
walking over water is just knowing where the stones are.....

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.