Click here to Skip to main content
15,915,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to assign a specific ip address to server and client Pin
syaks28-Oct-04 2:19
syaks28-Oct-04 2:19 
Questionget the actual selected file in windows explorer??? Pin
mightyCoCo28-Oct-04 2:18
mightyCoCo28-Oct-04 2:18 
AnswerRe: get the actual selected file in windows explorer??? Pin
David Crow28-Oct-04 3:55
David Crow28-Oct-04 3:55 
GeneralRe: get the actual selected file in windows explorer??? Pin
mightyCoCo28-Oct-04 4:17
mightyCoCo28-Oct-04 4:17 
GeneralRe: get the actual selected file in windows explorer??? Pin
David Crow28-Oct-04 5:17
David Crow28-Oct-04 5:17 
GeneralRe: get the actual selected file in windows explorer??? Pin
mightyCoCo28-Oct-04 23:43
mightyCoCo28-Oct-04 23:43 
GeneralRe: get the actual selected file in windows explorer??? Pin
mightyCoCo29-Oct-04 0:19
mightyCoCo29-Oct-04 0:19 
QuestionHelp For Memory Leak ? Pin
Amarelia28-Oct-04 1:51
Amarelia28-Oct-04 1:51 
Hey Guys
I have memory leak problem in my app.

I found one function in MSDN which gives the dump of memory if you have leak in u'r programm.

The functions is, _CrtDumpMemoryLeaks()

But it gives the output on console. I want to dump all information in one text file. Any pointer how to do that. ?

I use have also used following to print it in file

_CrtSetReportMode( _CRT_WARN, _CRTDBG_MODE_FILE )
_CrtSetReportFile( _CRT_WARN, handle);

Where handle is _HFILE type of handle of opened file. But still it doesn't gives result as expected. My new created text file is empty...


Any help plz ?

Regards

Mike
AnswerRe: Help For Memory Leak ? Pin
jmkhael28-Oct-04 2:56
jmkhael28-Oct-04 2:56 
AnswerRe: Help For Memory Leak ? Pin
[CoY0te]28-Oct-04 3:33
[CoY0te]28-Oct-04 3:33 
GeneralMultiple threads and MFC Pin
Anonymous28-Oct-04 1:43
Anonymous28-Oct-04 1:43 
GeneralRe: Multiple threads and MFC Pin
Blake Miller28-Oct-04 7:09
Blake Miller28-Oct-04 7:09 
GeneralTooltips for Combo Pin
balajeedurai28-Oct-04 1:40
balajeedurai28-Oct-04 1:40 
QuestionWant to find Memory Leak in my C++ DLL ? Pin
Anonymous28-Oct-04 1:33
Anonymous28-Oct-04 1:33 
AnswerRe: Want to find Memory Leak in my C++ DLL ? Pin
V.28-Oct-04 3:30
professionalV.28-Oct-04 3:30 
GeneralCountry combo box Pin
verma-rahul28-Oct-04 1:13
verma-rahul28-Oct-04 1:13 
GeneralRe: Country combo box Pin
David Crow28-Oct-04 4:02
David Crow28-Oct-04 4:02 
GeneralRe: Country combo box Pin
Maximilien28-Oct-04 4:24
Maximilien28-Oct-04 4:24 
GeneralRe: Country combo box Pin
David Crow28-Oct-04 4:36
David Crow28-Oct-04 4:36 
GeneralRe: Country combo box Pin
verma-rahul28-Oct-04 5:49
verma-rahul28-Oct-04 5:49 
GeneralRe: Country combo box Pin
David Crow28-Oct-04 6:18
David Crow28-Oct-04 6:18 
QuestionBOOL Value? Pin
Larsson28-Oct-04 1:04
Larsson28-Oct-04 1:04 
AnswerRe: BOOL Value? Pin
Maximilien28-Oct-04 2:58
Maximilien28-Oct-04 2:58 
GeneralRe: BOOL Value? Pin
Larsson28-Oct-04 20:51
Larsson28-Oct-04 20:51 
AnswerRe: BOOL Value? Pin
David Crow28-Oct-04 4:03
David Crow28-Oct-04 4:03 

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.