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

C / C++ / MFC

 
GeneralRe: repost Numbers won't display in HEX when using string class Pin
Michael Dunn9-Jan-03 14:32
sitebuilderMichael Dunn9-Jan-03 14:32 
GeneralRe: repost Numbers won't display in HEX when using string class Pin
Perseus9-Jan-03 14:41
Perseus9-Jan-03 14:41 
GeneralResource for resources Pin
Aaron Schaefer9-Jan-03 12:09
Aaron Schaefer9-Jan-03 12:09 
GeneralRe: Resource for resources Pin
Taka Muraoka9-Jan-03 12:34
Taka Muraoka9-Jan-03 12:34 
GeneralRe: Resource for resources Pin
Aaron Schaefer9-Jan-03 12:35
Aaron Schaefer9-Jan-03 12:35 
GeneralSplash Screen, title and icon Pin
MemLeak9-Jan-03 10:59
MemLeak9-Jan-03 10:59 
GeneralRe: Splash Screen, title and icon Pin
super9-Jan-03 19:12
professionalsuper9-Jan-03 19:12 
QuestionMemory problems? or not? Pin
jimNLX9-Jan-03 10:30
jimNLX9-Jan-03 10:30 
I have a dialog app that I use to call other dialogs to display and get information.

When a user presses a button I call up a dialog like so:

CMALF2Dlg *pdlg;
pdlg = new CMALF2Dlg;
pdlg->Create(IDD_MALF_2,this);

and when I close the dialog I use:

DestroyWindow();
PostNcDestroy();
delete this;
After doing this it deletes some of the memory, but leaves about 4k out there. After calling and closing a few times it seems to settle at two memory values one before the call and one after. Is this normal or am I missing something here? Maybe I'm missing some other memory management code.

Thanks for the help,

Jim

AnswerRe: Memory problems? or not? Pin
Alvaro Mendez9-Jan-03 10:59
Alvaro Mendez9-Jan-03 10:59 
GeneralCall an executable Pin
sumod9-Jan-03 9:30
sumod9-Jan-03 9:30 
GeneralRe: Call an executable Pin
Alvaro Mendez9-Jan-03 9:40
Alvaro Mendez9-Jan-03 9:40 
Generali Still in Trouble! plz Help me to release Pin
Alex H 19839-Jan-03 8:59
Alex H 19839-Jan-03 8:59 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:06
l a u r e n9-Jan-03 9:06 
GeneralRe: i Still in Trouble! plz Help me to release Pin
Alex H 19839-Jan-03 9:28
Alex H 19839-Jan-03 9:28 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:36
l a u r e n9-Jan-03 9:36 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:41
l a u r e n9-Jan-03 9:41 
GeneralRe: i Still in Trouble! plz Help me to release Pin
Alex H 19839-Jan-03 9:52
Alex H 19839-Jan-03 9:52 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:56
l a u r e n9-Jan-03 9:56 
GeneralShame on me !!! it's not worked yet !! Pin
Alex H 19839-Jan-03 10:05
Alex H 19839-Jan-03 10:05 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
l a u r e n9-Jan-03 10:20
l a u r e n9-Jan-03 10:20 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
uandrej9-Jan-03 10:44
uandrej9-Jan-03 10:44 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
Alex H 19839-Jan-03 19:36
Alex H 19839-Jan-03 19:36 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
9-Jan-03 21:33
suss9-Jan-03 21:33 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
KaЯl10-Jan-03 0:13
KaЯl10-Jan-03 0:13 
GeneralAp Pin
KaЯl10-Jan-03 0:22
KaЯl10-Jan-03 0:22 

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.