Click here to Skip to main content
15,890,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDifferences between embedded and regular VC++ [modified] Pin
JWood25-Aug-06 5:18
JWood25-Aug-06 5:18 
AnswerRe: Differences between embedded and regular VC++ Pin
Jun Du25-Aug-06 5:41
Jun Du25-Aug-06 5:41 
GeneralRe: Differences between embedded and regular VC++ [modified] Pin
JWood25-Aug-06 9:21
JWood25-Aug-06 9:21 
AnswerRe: Differences between embedded and regular VC++ Pin
Zac Howland25-Aug-06 6:36
Zac Howland25-Aug-06 6:36 
GeneralRe: Differences between embedded and regular VC++ Pin
JWood25-Aug-06 9:21
JWood25-Aug-06 9:21 
QuestionCryptEncrypt in UNICODE Pin
sreenest25-Aug-06 3:53
sreenest25-Aug-06 3:53 
AnswerRe: CryptEncrypt in UNICODE Pin
Chris Losinger25-Aug-06 4:32
professionalChris Losinger25-Aug-06 4:32 
Questionmemory leak while creating multiple class objects(same class)? Pin
jalsa G25-Aug-06 3:47
jalsa G25-Aug-06 3:47 
hi all,

i am creating multiple objects for the same class
like calling this function as many times.

Void CMainWindow::OpenDefaultChatwindow()
{
m_dlgChatWindow = new CChatWindow();
m_dlgChatWindow->Create(IDD_DIALOG_CHAT_WINDOW,GetDesktopWindow());
m_dlgChatWindow->SetNewParent(this);
m_dlgChatWindow->ShowWindow(SW_SHOW);
}

but when i delete the object i am able to delete only one object then it is showing memory leaks
because i created multiple same objects and deleting only one object.

How to solve this problem ?

plz help in this issue


venu

AnswerRe: memory leak while creating multiple class objects(same class)? [modified] Pin
Cedric Moonen25-Aug-06 4:12
Cedric Moonen25-Aug-06 4:12 
AnswerRe: memory leak while creating multiple class objects(same class)? Pin
Cedric Moonen25-Aug-06 4:19
Cedric Moonen25-Aug-06 4:19 
Questionhow to end process in task maneger Pin
MikeRT25-Aug-06 3:02
MikeRT25-Aug-06 3:02 
AnswerRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 3:12
Hamid_RT25-Aug-06 3:12 
GeneralRe: how to end process in task maneger Pin
MikeRT25-Aug-06 3:20
MikeRT25-Aug-06 3:20 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 3:46
Hamid_RT25-Aug-06 3:46 
GeneralRe: how to end process in task maneger Pin
David Crow25-Aug-06 5:15
David Crow25-Aug-06 5:15 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 9:48
Hamid_RT25-Aug-06 9:48 
GeneralRe: how to end process in task maneger Pin
David Crow25-Aug-06 9:59
David Crow25-Aug-06 9:59 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 10:10
Hamid_RT25-Aug-06 10:10 
AnswerRe: how to end process in task maneger Pin
David Crow25-Aug-06 5:23
David Crow25-Aug-06 5:23 
QuestionPropertySheets Pin
SandhyaSri25-Aug-06 2:47
SandhyaSri25-Aug-06 2:47 
AnswerRe: PropertySheets Pin
David Crow25-Aug-06 2:50
David Crow25-Aug-06 2:50 
AnswerRe: PropertySheets Pin
Zac Howland25-Aug-06 6:54
Zac Howland25-Aug-06 6:54 
QuestionLoading images on control derived from MCIwnd class Pin
RahulOP25-Aug-06 1:41
RahulOP25-Aug-06 1:41 
AnswerRe: Loading images on control derived from MCIwnd class Pin
Hamid_RT25-Aug-06 2:24
Hamid_RT25-Aug-06 2:24 
GeneralRe: Loading images on control derived from MCIwnd class Pin
RahulOP25-Aug-06 2:42
RahulOP25-Aug-06 2:42 

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.