Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bitmap button messages Pin
fleetmanager12-Sep-05 16:24
fleetmanager12-Sep-05 16:24 
Questiontemplates and libs/dlls Pin
zildjohn019-Sep-05 10:36
zildjohn019-Sep-05 10:36 
AnswerRe: templates and libs/dlls Pin
Chris Losinger9-Sep-05 10:47
professionalChris Losinger9-Sep-05 10:47 
GeneralRe: templates and libs/dlls Pin
zildjohn0110-Sep-05 13:35
zildjohn0110-Sep-05 13:35 
GeneralRe: templates and libs/dlls Pin
Nemanja Trifunovic10-Sep-05 13:44
Nemanja Trifunovic10-Sep-05 13:44 
GeneralRe: templates and libs/dlls Pin
zildjohn0110-Sep-05 15:01
zildjohn0110-Sep-05 15:01 
GeneralRe: templates and libs/dlls Pin
Chris Losinger10-Sep-05 14:30
professionalChris Losinger10-Sep-05 14:30 
Questionmemory leak question Pin
valerie999-Sep-05 9:46
valerie999-Sep-05 9:46 
good afternoon,

The memory leak report looks like this:
{404} normal block at 0x00FD8CD8, 49995 bytes long.
Data: < > 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
{399} normal block at 0x00FD8770, 1309 bytes long.
Data: 48 65 61 64 65 72 20 4C 65 6E 67 74 68 3A 20 30
{166} normal block at 0x00FBDAC0, 14844 bytes long.
Data: <5 a p > 35 00 00 00 90 D2 61 00 70 81 13 00 00 00 00 00
c:\dev\c++\billing\voldisc\voldiscdlg.cpp(592) : {147} normal block at 0x00E25028, 64 bytes long.
Data: < > CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD

the Last part with all CDCDCDCDCDC seem like unintinized object, but it looks alright in the code,
DiscountData = new DISCOUNTDATASTRUC;
what about all the 20202020202020, it has 49995 bytes long.......is it the leak size? this application works, but it has all the memory leak..

thanks.
AnswerRe: memory leak question Pin
David Crow9-Sep-05 10:09
David Crow9-Sep-05 10:09 
GeneralRe: memory leak question Pin
valerie999-Sep-05 10:27
valerie999-Sep-05 10:27 
AnswerRe: memory leak question Pin
QuiJohn9-Sep-05 10:15
QuiJohn9-Sep-05 10:15 
GeneralRe: memory leak question Pin
valerie999-Sep-05 10:32
valerie999-Sep-05 10:32 
GeneralRe: memory leak question Pin
Chris Losinger9-Sep-05 10:49
professionalChris Losinger9-Sep-05 10:49 
AnswerRe: memory leak question Pin
PJ Arends9-Sep-05 11:07
professionalPJ Arends9-Sep-05 11:07 
Generalyeah! The superstar!!! Pin
valerie999-Sep-05 11:48
valerie999-Sep-05 11:48 
GeneralRe: yeah! The superstar!!! Pin
Jack Puppy9-Sep-05 13:50
Jack Puppy9-Sep-05 13:50 
QuestionAI and physics algorithms Pin
bouli9-Sep-05 9:26
bouli9-Sep-05 9:26 
AnswerRe: AI and physics algorithms Pin
Anonymous9-Sep-05 20:19
Anonymous9-Sep-05 20:19 
AnswerRe: AI and physics algorithms Pin
John R. Shaw10-Sep-05 10:46
John R. Shaw10-Sep-05 10:46 
Questionhelp on using Matlab function randn('state', 0) in VC++ Pin
chenyuwu9-Sep-05 9:16
chenyuwu9-Sep-05 9:16 
QuestionMFC and MySql Pin
Ming Luo9-Sep-05 9:10
Ming Luo9-Sep-05 9:10 
AnswerRe: MFC and MySql Pin
David Crow9-Sep-05 10:03
David Crow9-Sep-05 10:03 
GeneralRe: MFC and MySql Pin
Ming Luo9-Sep-05 10:52
Ming Luo9-Sep-05 10:52 
QuestionCListView SetInfoTip Pin
Stache9-Sep-05 9:08
Stache9-Sep-05 9:08 
AnswerRe: CListView SetInfoTip Pin
Anonymous9-Sep-05 23:38
Anonymous9-Sep-05 23:38 

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.