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

C / C++ / MFC

 
AnswerRe: zoom with graphic objects Pin
Cedric Moonen2-May-06 3:02
Cedric Moonen2-May-06 3:02 
AnswerRe: zoom with graphic objects Pin
bob169722-May-06 3:09
bob169722-May-06 3:09 
QuestionHow to programing own Messenger? Pin
bosfan2-May-06 2:19
bosfan2-May-06 2:19 
QuestionRe: How to programing own Messenger? Pin
OJ2-May-06 2:30
OJ2-May-06 2:30 
AnswerRe: How to programing own Messenger? Pin
User 98852-May-06 3:56
User 98852-May-06 3:56 
AnswerRe: How to programing own Messenger? Pin
bosfan2-May-06 9:49
bosfan2-May-06 9:49 
QuestionEXE in CMemFile Pin
pc_dev2-May-06 2:03
pc_dev2-May-06 2:03 
AnswerRe: EXE in CMemFile Pin
David Crow2-May-06 2:37
David Crow2-May-06 2:37 
AnswerRe: EXE in CMemFile Pin
Eric Dahlvang2-May-06 3:49
Eric Dahlvang2-May-06 3:49 
AnswerRe: EXE in CMemFile Pin
Michael Dunn2-May-06 8:05
sitebuilderMichael Dunn2-May-06 8:05 
QuestionHow to set the client edge and static edge property for dialogs Pin
S_a_n2-May-06 2:01
S_a_n2-May-06 2:01 
AnswerRe: How to set the client edge and static edge property for dialogs Pin
Russell'2-May-06 2:58
Russell'2-May-06 2:58 
Questionis there TRACE() like sorce code for release mode Pin
9ine2-May-06 1:12
9ine2-May-06 1:12 
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 

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.