Click here to Skip to main content
15,905,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: is there TRACE() like sorce code for release mode Pin
Cedric Moonen2-May-06 1:18
Cedric Moonen2-May-06 1:18 
GeneralRe: is there TRACE() like sorce code for release mode Pin
9ine2-May-06 1:23
9ine2-May-06 1:23 
GeneralRe: is there TRACE() like sorce code for release mode Pin
Cedric Moonen2-May-06 1:27
Cedric Moonen2-May-06 1:27 
GeneralRe: is there TRACE() like sorce code for release mode Pin
9ine2-May-06 1:29
9ine2-May-06 1:29 
GeneralRe: is there TRACE() like sorce code for release mode Pin
Cedric Moonen2-May-06 1:35
Cedric Moonen2-May-06 1:35 
GeneralRe: is there TRACE() like sorce code for release mode Pin
David Crow2-May-06 2:43
David Crow2-May-06 2:43 
AnswerRe: is there TRACE() like sorce code for release mode Pin
_AnsHUMAN_ 2-May-06 1:21
_AnsHUMAN_ 2-May-06 1:21 
GeneralRe: is there TRACE() like sorce code for release mode Pin
9ine2-May-06 1:28
9ine2-May-06 1:28 
No I'd like to paste some "TRACE" like function in the release code which is run faster than in debug mode using TRACE().
When the code is executed we can output TRACE() messages to VC window but in release mode I'd like to substitute TRACE() function with something similar but puting its output to file


some hard C console app code:
....
....
TRACE(" %d %d", var1,var2);
...
...

change the same of TRACE() function to put (" %d %d", var1,var2) formated string to file by invoking just that function


9ine
AnswerRe: is there TRACE() like sorce code for release mode Pin
Nibu babu thomas2-May-06 1:33
Nibu babu thomas2-May-06 1:33 
AnswerRe: is there TRACE() like sorce code for release mode Pin
kakan2-May-06 1:56
professionalkakan2-May-06 1:56 
GeneralRe: is there TRACE() like sorce code for release mode Pin
9ine2-May-06 2:35
9ine2-May-06 2:35 
GeneralRe: is there TRACE() like sorce code for release mode Pin
kakan2-May-06 3:02
professionalkakan2-May-06 3:02 
GeneralRe: is there TRACE() like sorce code for release mode Pin
9ine2-May-06 4:48
9ine2-May-06 4:48 
GeneralRe: is there TRACE() like sorce code for release mode Pin
9ine2-May-06 5:32
9ine2-May-06 5:32 
GeneralRe: is there TRACE() like sorce code for release mode Pin
Rick York2-May-06 8:47
mveRick York2-May-06 8:47 
GeneralRe: is there TRACE() like sorce code for release mode Pin
kakan2-May-06 19:35
professionalkakan2-May-06 19:35 
AnswerRe: is there TRACE() like sorce code for release mode Pin
El Corazon2-May-06 15:25
El Corazon2-May-06 15:25 
Questioncommand line Pin
anithavikram(manisha)2-May-06 1:04
anithavikram(manisha)2-May-06 1:04 
AnswerRe: command line Pin
Stephen Hewitt2-May-06 1:16
Stephen Hewitt2-May-06 1:16 
GeneralRe: command line Pin
anithavikram(manisha)2-May-06 1:34
anithavikram(manisha)2-May-06 1:34 
GeneralRe: command line Pin
Stephen Hewitt2-May-06 13:49
Stephen Hewitt2-May-06 13:49 
GeneralRe: command line Pin
anithavikram(manisha)2-May-06 19:04
anithavikram(manisha)2-May-06 19:04 
AnswerRe: command line Pin
Cedric Moonen2-May-06 1:16
Cedric Moonen2-May-06 1:16 
AnswerRe: command line Pin
Rick York2-May-06 8:54
mveRick York2-May-06 8:54 
Questionmfc source Pin
big_denny_2002-May-06 0:47
big_denny_2002-May-06 0:47 

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.