Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: new class non mfc Pin
Steve S14-Oct-03 8:46
Steve S14-Oct-03 8:46 
GeneralRe: new class non mfc Pin
David Crow14-Oct-03 9:05
David Crow14-Oct-03 9:05 
GeneralRe: new class non mfc Pin
Steve S14-Oct-03 9:13
Steve S14-Oct-03 9:13 
GeneralRe: new class non mfc Pin
thes3cr3t114-Oct-03 9:09
thes3cr3t114-Oct-03 9:09 
GeneralRe: new class non mfc Pin
Steve S14-Oct-03 9:20
Steve S14-Oct-03 9:20 
GeneralRe: new class non mfc Pin
thes3cr3t114-Oct-03 21:06
thes3cr3t114-Oct-03 21:06 
QuestionDebug statements/debug dump??? Pin
LukeV14-Oct-03 8:37
LukeV14-Oct-03 8:37 
AnswerRe: Debug statements/debug dump??? Pin
Steve S14-Oct-03 8:43
Steve S14-Oct-03 8:43 
An alternative that requires almost no work is to use OutputDebugString to write stuff to the debug window. MFC has TRACE() which does the same, but does nothing in Release builds. OutputDebugString will generate output in all cases.

The next step is to go to the sysinternals web site[^], and get hold of DebugView.

You can run this tool on any windows machine and it lets you catch and save to file the debug output, not just for a single app, but on a system wide basis.

I use it to examine some of the trace output from our COM+ server apps.

Steve S
AnswerRe: Debug statements/debug dump??? Pin
Anthony_Yio15-Oct-03 1:31
Anthony_Yio15-Oct-03 1:31 
GeneralRe: Debug statements/debug dump??? Pin
LukeV15-Oct-03 2:41
LukeV15-Oct-03 2:41 
GeneralCreateNewChild question. Pin
Maximilien14-Oct-03 8:34
Maximilien14-Oct-03 8:34 
GeneralRe: CreateNewChild question. Pin
Steve S14-Oct-03 8:38
Steve S14-Oct-03 8:38 
GeneralRe: CreateNewChild question. Pin
Maximilien14-Oct-03 9:08
Maximilien14-Oct-03 9:08 
GeneralRe: CreateNewChild question. Pin
Steve S14-Oct-03 9:13
Steve S14-Oct-03 9:13 
GeneralRe: CreateNewChild question. Pin
Maximilien14-Oct-03 9:42
Maximilien14-Oct-03 9:42 
GeneralBitmap displaying upside down Pin
Dave Harper14-Oct-03 8:31
Dave Harper14-Oct-03 8:31 
GeneralRe: Bitmap displaying upside down Pin
Steve S14-Oct-03 8:35
Steve S14-Oct-03 8:35 
GeneralRe: Bitmap displaying upside down Pin
Dave Harper14-Oct-03 22:00
Dave Harper14-Oct-03 22:00 
GeneralRe: Bitmap displaying upside down Pin
ZoogieZork14-Oct-03 11:00
ZoogieZork14-Oct-03 11:00 
GeneralRe: Bitmap displaying upside down Pin
Dave Harper14-Oct-03 22:06
Dave Harper14-Oct-03 22:06 
GeneralRe: Bitmap displaying upside down Pin
Chris Richardson14-Oct-03 11:17
Chris Richardson14-Oct-03 11:17 
GeneralRe: Bitmap displaying upside down Pin
Dave Harper14-Oct-03 22:02
Dave Harper14-Oct-03 22:02 
GeneralLine argument of browsers Pin
Cris14-Oct-03 8:20
Cris14-Oct-03 8:20 
GeneralRe: Line argument of browsers Pin
David Crow14-Oct-03 9:04
David Crow14-Oct-03 9:04 
GeneralRe: Line argument of browsers Pin
Cris14-Oct-03 9:27
Cris14-Oct-03 9:27 

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.