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

C / C++ / MFC

 
QuestionApplication fails trying to display a dialog containing an ActiveX control [modified] Pin
tufkap15-Aug-07 6:10
tufkap15-Aug-07 6:10 
QuestionOLE discussion Pin
tom groezer15-Aug-07 5:07
tom groezer15-Aug-07 5:07 
AnswerRe: OLE discussion Pin
led mike15-Aug-07 5:25
led mike15-Aug-07 5:25 
Questiondelete or delete[] Pin
Hamed Musavi15-Aug-07 5:06
Hamed Musavi15-Aug-07 5:06 
AnswerRe: delete or delete[] Pin
jhwurmbach15-Aug-07 5:13
jhwurmbach15-Aug-07 5:13 
GeneralRe: delete or delete[] Pin
Hamed Musavi15-Aug-07 5:21
Hamed Musavi15-Aug-07 5:21 
GeneralRe: delete or delete[] Pin
Nemanja Trifunovic15-Aug-07 6:24
Nemanja Trifunovic15-Aug-07 6:24 
GeneralRe: delete or delete[] Pin
Hamed Musavi15-Aug-07 8:04
Hamed Musavi15-Aug-07 8:04 
I was wondering why I didn't notice this type of memory leak reports already. I'm mostly very careful about it. I used vld dll for a while.

So it is possible that this does not result in a memory leak in VC++, but worse than that, it might lead to an unknown behavior. Why VC++ compiler doesn't generate a warning? or perhaps it does in level4?(I often use the default level3)

// "Life is very short and is very fragile also." Yanni
while (I'm_alive)
{
cout<<"I love programming.";
}

GeneralRe: delete or delete[] Pin
Nemanja Trifunovic15-Aug-07 8:27
Nemanja Trifunovic15-Aug-07 8:27 
GeneralRe: delete or delete[] Pin
Hamed Musavi15-Aug-07 18:09
Hamed Musavi15-Aug-07 18:09 
GeneralRe: delete or delete[] [modified] Pin
jhwurmbach15-Aug-07 5:27
jhwurmbach15-Aug-07 5:27 
AnswerRe: delete or delete[] Pin
led mike15-Aug-07 5:20
led mike15-Aug-07 5:20 
GeneralRe: delete or delete[] Pin
Hamed Musavi15-Aug-07 5:22
Hamed Musavi15-Aug-07 5:22 
AnswerRe: delete or delete[] Pin
karle15-Aug-07 21:26
karle15-Aug-07 21:26 
QuestionApp With System Tray Icon Pin
Daniel Kanev15-Aug-07 4:52
Daniel Kanev15-Aug-07 4:52 
AnswerRe: App With System Tray Icon Pin
led mike15-Aug-07 4:59
led mike15-Aug-07 4:59 
GeneralRe: App With System Tray Icon Pin
Daniel Kanev15-Aug-07 5:20
Daniel Kanev15-Aug-07 5:20 
GeneralRe: App With System Tray Icon Pin
led mike15-Aug-07 5:30
led mike15-Aug-07 5:30 
GeneralRe: App With System Tray Icon Pin
Daniel Kanev15-Aug-07 6:43
Daniel Kanev15-Aug-07 6:43 
QuestionDynamic Menu callback question. Pin
Maximilien15-Aug-07 4:42
Maximilien15-Aug-07 4:42 
QuestionSuspending an application with out using Sleep() Pin
koumodaki15-Aug-07 3:37
koumodaki15-Aug-07 3:37 
AnswerRe: Suspending an application with out using Sleep() Pin
Justin Perez15-Aug-07 3:42
Justin Perez15-Aug-07 3:42 
AnswerRe: Suspending an application with out using Sleep() Pin
Maxwell Chen15-Aug-07 3:44
Maxwell Chen15-Aug-07 3:44 
AnswerRe: Suspending an application with out using Sleep() Pin
led mike15-Aug-07 4:08
led mike15-Aug-07 4:08 
JokeRe: Suspending an application with out using Sleep() Pin
David Crow15-Aug-07 4:40
David Crow15-Aug-07 4:40 

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.