Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Terminating a process Pin
Stephen Hewitt13-Mar-06 19:28
Stephen Hewitt13-Mar-06 19:28 
AnswerRe: Terminating a process Pin
Gary R. Wheeler14-Mar-06 1:57
Gary R. Wheeler14-Mar-06 1:57 
QuestionMemory Usage not returned after class object deletion Pin
Jerkald13-Mar-06 16:01
Jerkald13-Mar-06 16:01 
AnswerRe: Memory Usage not returned after class object deletion Pin
Ryan Binns13-Mar-06 17:10
Ryan Binns13-Mar-06 17:10 
GeneralRe: Memory Usage not returned after class object deletion Pin
Jerkald13-Mar-06 17:31
Jerkald13-Mar-06 17:31 
AnswerRe: Memory Usage not returned after class object deletion Pin
Joe Woodbury13-Mar-06 19:26
professionalJoe Woodbury13-Mar-06 19:26 
GeneralRe: Memory Usage not returned after class object deletion Pin
Jerkald13-Mar-06 19:33
Jerkald13-Mar-06 19:33 
GeneralRe: Memory Usage not returned after class object deletion Pin
Joe Woodbury13-Mar-06 19:40
professionalJoe Woodbury13-Mar-06 19:40 
Since you mentioned garbage collection, I gather you are using .NET. Rather than setting the objects to null or letting them go out of scope, try explicitly callin the Dispose() method as soon as you are done using them.

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

QuestionRe: Memory Usage not returned after class object deletion Pin
Jerkald13-Mar-06 20:00
Jerkald13-Mar-06 20:00 
AnswerRe: Memory Usage not returned after class object deletion Pin
Joe Woodbury13-Mar-06 23:37
professionalJoe Woodbury13-Mar-06 23:37 
Questionwhat is internet development sdk? Pin
derek713-Mar-06 15:26
derek713-Mar-06 15:26 
QuestionProf-UIS DLL Problem Pin
romuzu13-Mar-06 14:36
romuzu13-Mar-06 14:36 
QuestionClose form when press Esc Pin
pjmvn13-Mar-06 14:12
pjmvn13-Mar-06 14:12 
QuestionRe: Close form when press Esc Pin
David Crow13-Mar-06 14:43
David Crow13-Mar-06 14:43 
QuestionCan not catch CDaoException Pin
pjmvn13-Mar-06 13:39
pjmvn13-Mar-06 13:39 
AnswerRe: Can not catch CDaoException Pin
Hamid_RT13-Mar-06 17:20
Hamid_RT13-Mar-06 17:20 
GeneralRe: Can not catch CDaoException Pin
pjmvn13-Mar-06 19:19
pjmvn13-Mar-06 19:19 
Questiondebugging Pin
cuteee13-Mar-06 11:31
cuteee13-Mar-06 11:31 
AnswerRe: debugging Pin
Stephen Hewitt13-Mar-06 11:46
Stephen Hewitt13-Mar-06 11:46 
QuestionRe: debugging Pin
David Crow13-Mar-06 14:46
David Crow13-Mar-06 14:46 
AnswerRe: debugging Pin
MANISH RASTOGI13-Mar-06 17:19
MANISH RASTOGI13-Mar-06 17:19 
QuestionRe: debugging Pin
David Crow14-Mar-06 2:29
David Crow14-Mar-06 2:29 
QuestionClose modeless dialog during OnInitDialog() Pin
Doug Allen13-Mar-06 11:03
Doug Allen13-Mar-06 11:03 
AnswerRe: Close modeless dialog during OnInitDialog() Pin
Michael Dunn13-Mar-06 11:12
sitebuilderMichael Dunn13-Mar-06 11:12 
GeneralRe: Close modeless dialog during OnInitDialog() Pin
Doug Allen13-Mar-06 11:35
Doug Allen13-Mar-06 11:35 

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.