Click here to Skip to main content
15,911,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionconverting if else ladder Pin
hrishiS4-Sep-09 1:32
hrishiS4-Sep-09 1:32 
AnswerRe: converting if else Pin
David Crow4-Sep-09 2:13
David Crow4-Sep-09 2:13 
GeneralRe: converting if else Pin
hrishiS4-Sep-09 2:22
hrishiS4-Sep-09 2:22 
QuestionRe: converting if else Pin
David Crow4-Sep-09 3:13
David Crow4-Sep-09 3:13 
GeneralRe: converting if else Pin
Iain Clarke, Warrior Programmer4-Sep-09 3:14
Iain Clarke, Warrior Programmer4-Sep-09 3:14 
GeneralRe: converting if else Pin
bob169724-Sep-09 4:17
bob169724-Sep-09 4:17 
AnswerRe: converting if else ladder Pin
Joe Woodbury4-Sep-09 8:22
professionalJoe Woodbury4-Sep-09 8:22 
Generalmemory leaks Pin
Agavriloaie Constantin3-Sep-09 23:06
Agavriloaie Constantin3-Sep-09 23:06 
Hi friends,
We develop an application under MSVC++ 2005 and now my task is to remove the memory leaks. In fact I found some problems especially “new” and “delete” instructions that aren’t paired and also some cases when they was inappropriate used. The main problem is the memory used by the app. When I run it multiply time the total used memory reported by Windows Task Manager increases (between two playing the difference of memories isn’t the same in generally). I suspect that the problem isn’t memory leaks. Can u help me with any advice?

Also as memory leaks I have some reported by MSVC library, how can I identify the exactly cause in my source for these, e.g:
f:\rtm\vctools\vc7libs\ship\atlmfc\src\mfc\map_pp.cpp(69): 68 bytes, allocating 'Normal' block (#155028)
f:\rtm\vctools\vc7libs\ship\atlmfc\src\mfc\plex.cpp(29): 124 bytes, allocating 'Normal' block (#155030)
f:\rtm\vctools\vc7libs\ship\atlmfc\src\mfc\map_pp.cpp(69): 68 bytes, allocating 'Normal' block (#274094)

Thanks in advance for your support

costica
GeneralRe: memory leaks Pin
iraclyKv4-Sep-09 2:13
iraclyKv4-Sep-09 2:13 
GeneralRe: memory leaks Pin
Agavriloaie Constantin4-Sep-09 3:29
Agavriloaie Constantin4-Sep-09 3:29 
GeneralRe: memory leaks Pin
David Crow4-Sep-09 2:17
David Crow4-Sep-09 2:17 
GeneralRe: memory leaks Pin
Agavriloaie Constantin4-Sep-09 3:25
Agavriloaie Constantin4-Sep-09 3:25 
GeneralRe: memory leaks Pin
David Crow4-Sep-09 3:43
David Crow4-Sep-09 3:43 
Questionany body have codejock skin? Pin
zhanghui54323-Sep-09 21:53
zhanghui54323-Sep-09 21:53 
AnswerRe: any body have codejock skin? Pin
Rajesh R Subramanian4-Sep-09 0:38
professionalRajesh R Subramanian4-Sep-09 0:38 
QuestionSaving icon to PNG file (GDI+)? Pin
akirilov3-Sep-09 21:40
akirilov3-Sep-09 21:40 
AnswerRe: Saving icon to PNG file (GDI+)? Pin
Richard MacCutchan4-Sep-09 5:51
mveRichard MacCutchan4-Sep-09 5:51 
AnswerRe: Saving icon to PNG file (GDI+)? Pin
akirilov6-Sep-09 20:22
akirilov6-Sep-09 20:22 
GeneralRe: Saving icon to PNG file (GDI+)? Pin
kilt7-Sep-09 5:04
kilt7-Sep-09 5:04 
GeneralRe: Saving icon to PNG file (GDI+)? Pin
akirilov7-Sep-09 23:38
akirilov7-Sep-09 23:38 
Questionhelp needed for PTZ control Pin
rajapp3-Sep-09 20:59
rajapp3-Sep-09 20:59 
AnswerRe: help needed for PTZ control Pin
hkaratoy24-Nov-09 4:23
hkaratoy24-Nov-09 4:23 
GeneralRe: help needed for PTZ control Pin
sidxavier11-May-10 11:30
sidxavier11-May-10 11:30 
QuestionModel less dialog Pin
MsmVc3-Sep-09 20:46
MsmVc3-Sep-09 20:46 
AnswerRe: Model less dialog Pin
Randor 3-Sep-09 20:50
professional Randor 3-Sep-09 20:50 

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.