Click here to Skip to main content
15,890,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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.....

GeneralRe: win32 exe memory usage issue Pin
Luc Pattyn17-Apr-09 1:57
sitebuilderLuc Pattyn17-Apr-09 1:57 
GeneralRe: win32 exe memory usage issue Pin
Ash_VCPP17-Apr-09 2:01
Ash_VCPP17-Apr-09 2:01 
AnswerRe: win32 exe memory usage issue Pin
Rajesh R Subramanian17-Apr-09 2:27
professionalRajesh R Subramanian17-Apr-09 2:27 
AnswerRe: win32 exe memory usage issue Pin
China_Kevin17-Apr-09 2:39
China_Kevin17-Apr-09 2:39 
Questionduration of AAC audio Pin
yuanfen13917-Apr-09 0:55
yuanfen13917-Apr-09 0:55 
QuestionInclude Header file at run time. Pin
002comp17-Apr-09 0:34
002comp17-Apr-09 0:34 
AnswerRe: Include Header file at run time. Pin
Cedric Moonen17-Apr-09 0:55
Cedric Moonen17-Apr-09 0:55 
GeneralRe: Include Header file at run time. Pin
002comp17-Apr-09 1:05
002comp17-Apr-09 1:05 

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.