Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC ShellExecuteEx structure Pin
David Crow30-Sep-03 2:28
David Crow30-Sep-03 2:28 
GeneralRe: MFC ShellExecuteEx structure Pin
Uke30-Sep-03 2:47
Uke30-Sep-03 2:47 
GeneralRe: MFC ShellExecuteEx structure Pin
Uke30-Sep-03 2:55
Uke30-Sep-03 2:55 
GeneralRe: MFC ShellExecuteEx structure Pin
David Crow30-Sep-03 2:56
David Crow30-Sep-03 2:56 
GeneralDebug Assertion Failure Pin
Saurabh_Delhi30-Sep-03 1:50
Saurabh_Delhi30-Sep-03 1:50 
GeneralRe: Debug Assertion Failure Pin
jhwurmbach30-Sep-03 1:55
jhwurmbach30-Sep-03 1:55 
GeneralRe: Debug Assertion Failure Pin
Saurabh_Delhi30-Sep-03 2:20
Saurabh_Delhi30-Sep-03 2:20 
GeneralRe: Debug Assertion Failure Pin
jhwurmbach30-Sep-03 2:31
jhwurmbach30-Sep-03 2:31 
Saurabh_Delhi wrote:
Debug Assertion errors does not comes under Release Version EXE

This is true. ASSERT in release builds is defined as 'nothing'.
The errors will not show up as an error, but they are there nonetheless. You just don't see them.
Or at least not in the beginning. You can never be sure that they will not come up later.

Not asserting does not mean that the error is magically fixed - it just turned off the error detection in the routine you called.

Saurabh_Delhi wrote:
Is there any tool available to find memory leaks

Yes. BoundsChecker springs to mind. But it is expensive, requires good knowledge and does not find every bug.
There may be others, even here at CP. Please use the 'search' facility.



Who is 'General Failure'? And why is he reading my harddisk?!?
GeneralRe: Debug Assertion Failure Pin
David Crow30-Sep-03 2:43
David Crow30-Sep-03 2:43 
GeneralRe: Debug Assertion Failure Pin
David Crow30-Sep-03 2:40
David Crow30-Sep-03 2:40 
GeneralRe: Debug Assertion Failure Pin
Saurabh_Delhi30-Sep-03 3:06
Saurabh_Delhi30-Sep-03 3:06 
GeneralRe: Debug Assertion Failure Pin
David Crow30-Sep-03 3:35
David Crow30-Sep-03 3:35 
GeneralCode to read thru Pin
bhangie30-Sep-03 0:39
bhangie30-Sep-03 0:39 
GeneralRe: Code to read thru Pin
Maximilien30-Sep-03 0:58
Maximilien30-Sep-03 0:58 
GeneralRe: Code to read thru Pin
David Crow30-Sep-03 2:44
David Crow30-Sep-03 2:44 
QuestionEditbox multiline problem??? Pin
xxhimanshu30-Sep-03 0:32
xxhimanshu30-Sep-03 0:32 
AnswerRe: Editbox multiline problem??? Pin
David Crow30-Sep-03 2:45
David Crow30-Sep-03 2:45 
GeneralRe: Editbox multiline problem??? Pin
xxhimanshu1-Oct-03 1:27
xxhimanshu1-Oct-03 1:27 
QuestionIs there a difference between ".hpp" and ".h" files? Pin
WREY29-Sep-03 22:49
WREY29-Sep-03 22:49 
AnswerRe: Is there a difference between ".hpp" and ".h" files? Pin
Bernhard29-Sep-03 23:23
Bernhard29-Sep-03 23:23 
AnswerRe: Is there a difference between ".hpp" and ".h" files? Pin
jhwurmbach29-Sep-03 23:23
jhwurmbach29-Sep-03 23:23 
GeneralUsing ActiveX control in the html page Pin
Eltanin29-Sep-03 22:20
Eltanin29-Sep-03 22:20 
GeneralModeless dialog parent window Pin
Shah Shehpori29-Sep-03 22:20
sussShah Shehpori29-Sep-03 22:20 
GeneralRe: Modeless dialog parent window Pin
David Crow30-Sep-03 2:54
David Crow30-Sep-03 2:54 
General" How can I get CWnd pointer for the current dialog ? " Pin
drabudawood29-Sep-03 22:01
drabudawood29-Sep-03 22:01 

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.