Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Drawing a slanting Rectangle or ellipse Pin
Mark Salsbery2-Feb-07 7:15
Mark Salsbery2-Feb-07 7:15 
AnswerRe: Drawing a slanting Rectangle or ellipse Pin
Stephen Hewitt4-Feb-07 16:31
Stephen Hewitt4-Feb-07 16:31 
QuestionNT Service [modified] Pin
david bagaturia1-Feb-07 21:52
david bagaturia1-Feb-07 21:52 
AnswerRe: NT Service Pin
Hamid_RT2-Feb-07 6:01
Hamid_RT2-Feb-07 6:01 
GeneralRe: NT Service Pin
david bagaturia5-Feb-07 23:24
david bagaturia5-Feb-07 23:24 
QuestionXerces and VS 2003 Pin
Sitaram Sukumar1-Feb-07 21:49
Sitaram Sukumar1-Feb-07 21:49 
QuestionVirtual memory Problem [modified] Pin
voorugonda prashanth1-Feb-07 20:18
voorugonda prashanth1-Feb-07 20:18 
AnswerRe: Virtual memory Problem Pin
jhwurmbach1-Feb-07 21:36
jhwurmbach1-Feb-07 21:36 
voorugonda prashanth wrote:
the virtual memory accupied by the process is not freed.


You are experiencing memory leaks.

Are you using new (or, worse, malloc) without delete (or free)?
Are you properly using delete[] when deleting an array?

Are your COM-Components OK and properly releasing when no longer used?
Are you sure you are releasing them?




"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

GeneralRe: Virtual memory Problem Pin
Waldermort1-Feb-07 21:45
Waldermort1-Feb-07 21:45 
GeneralRe: Virtual memory Problem Pin
jhwurmbach1-Feb-07 21:48
jhwurmbach1-Feb-07 21:48 
GeneralRe: Virtual memory Problem Pin
voorugonda prashanth1-Feb-07 22:09
voorugonda prashanth1-Feb-07 22:09 
GeneralRe: Virtual memory Problem [modified] Pin
jhwurmbach1-Feb-07 22:43
jhwurmbach1-Feb-07 22:43 
GeneralRe: Virtual memory Problem Pin
Roger Stoltz1-Feb-07 22:07
Roger Stoltz1-Feb-07 22:07 
GeneralRe: Virtual memory Problem Pin
Waldermort2-Feb-07 4:17
Waldermort2-Feb-07 4:17 
GeneralRe: Virtual memory Problem Pin
Roger Stoltz2-Feb-07 4:57
Roger Stoltz2-Feb-07 4:57 
AnswerRe: Virtual memory Problem Pin
ThatsAlok1-Feb-07 21:41
ThatsAlok1-Feb-07 21:41 
QuestionRTC problem Pin
minihotto1-Feb-07 19:52
minihotto1-Feb-07 19:52 
QuestionCRecordset Pin
Bravoone_20061-Feb-07 19:41
Bravoone_20061-Feb-07 19:41 
QuestionRe: CR Pin
prasad_som1-Feb-07 19:49
prasad_som1-Feb-07 19:49 
AnswerRe: CRecordset Pin
David Crow2-Feb-07 3:06
David Crow2-Feb-07 3:06 
AnswerRe: CRecordset Pin
Mark Salsbery2-Feb-07 7:21
Mark Salsbery2-Feb-07 7:21 
QuestionConvertin 24 bit Bitmap file to 8 bit Bitmap Pin
Vijjuuu.1-Feb-07 19:24
Vijjuuu.1-Feb-07 19:24 
AnswerRe: Convertin 24 bit Bitmap file to 8 bit Bitmap Pin
Waldermort1-Feb-07 19:31
Waldermort1-Feb-07 19:31 
GeneralRe: Convertin 24 bit Bitmap file to 8 bit Bitmap Pin
Vijjuuu.1-Feb-07 19:43
Vijjuuu.1-Feb-07 19:43 
GeneralRe: Convertin 24 bit Bitmap file to 8 bit Bitmap Pin
Waldermort1-Feb-07 20:00
Waldermort1-Feb-07 20:00 

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.