Click here to Skip to main content
15,929,550 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: enumerate the subkey in registry Pin
David Crow6-Aug-07 3:48
David Crow6-Aug-07 3:48 
AnswerRe: enumerate the subkey in registry Pin
retinex6-Aug-07 15:56
retinex6-Aug-07 15:56 
GeneralRe: enumerate the subkey in registry Pin
David Crow6-Aug-07 16:18
David Crow6-Aug-07 16:18 
GeneralRe: enumerate the subkey in registry Pin
retinex6-Aug-07 20:50
retinex6-Aug-07 20:50 
QuestionLegacy Code with VS 2005 Pin
Andy2026-Aug-07 3:28
Andy2026-Aug-07 3:28 
QuestionRe: Legacy Code with VS 2005 Pin
David Crow6-Aug-07 3:41
David Crow6-Aug-07 3:41 
AnswerRe: Legacy Code with VS 2005 Pin
Andy2026-Aug-07 4:43
Andy2026-Aug-07 4:43 
AnswerRe: Legacy Code with VS 2005 Pin
cp98766-Aug-07 13:58
cp98766-Aug-07 13:58 
I had a number of issues porting to VS2005, but TRACE macros weren't one of them - they seem to work just fine. Carefully check the include files. On my current project, clicking on a TRACE macro shows that

in afx.h
#define TRACE ALTTRACE

and in afx.h
#include <alttrace.h>
which has the definitions



Peter
"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."
QuestionHow to debug a shortcut to the application Pin
PravinSingh6-Aug-07 3:20
PravinSingh6-Aug-07 3:20 
AnswerRe: How to debug a shortcut to the application Pin
toxcct6-Aug-07 3:22
toxcct6-Aug-07 3:22 
GeneralRe: How to debug a shortcut to the application Pin
PravinSingh6-Aug-07 3:40
PravinSingh6-Aug-07 3:40 
QuestionConsole in MFC Pin
baerten6-Aug-07 2:43
baerten6-Aug-07 2:43 
QuestionRe: Console in MFC Pin
David Crow6-Aug-07 3:46
David Crow6-Aug-07 3:46 
AnswerRe: Console in MFC Pin
baerten6-Aug-07 4:05
baerten6-Aug-07 4:05 
QuestionHow To Obtain IP Adress of a Yahoo Messenger Chatter Pin
Pallab_GT6-Aug-07 2:41
Pallab_GT6-Aug-07 2:41 
AnswerRe: How To Obtain IP Adress of a Yahoo Messenger Chatter Pin
Nelek6-Aug-07 3:00
protectorNelek6-Aug-07 3:00 
GeneralRe: How To Obtain IP Adress of a Yahoo Messenger Chatter Pin
Hamid_RT6-Aug-07 8:59
Hamid_RT6-Aug-07 8:59 
AnswerRe: How To Obtain IP Adress of a Yahoo Messenger Chatter Pin
David Crow6-Aug-07 3:49
David Crow6-Aug-07 3:49 
QuestionHelp about try Pin
kcynic6-Aug-07 2:33
kcynic6-Aug-07 2:33 
AnswerRe: Help about try Pin
toxcct6-Aug-07 2:55
toxcct6-Aug-07 2:55 
GeneralRe: Help about try Pin
kcynic6-Aug-07 3:08
kcynic6-Aug-07 3:08 
GeneralRe: Help about try Pin
toxcct6-Aug-07 3:10
toxcct6-Aug-07 3:10 
GeneralRe: Help about try Pin
kcynic6-Aug-07 4:16
kcynic6-Aug-07 4:16 
GeneralRe: Help about try Pin
kcynic6-Aug-07 3:08
kcynic6-Aug-07 3:08 
GeneralRe: Help about try Pin
kcynic6-Aug-07 4:42
kcynic6-Aug-07 4:42 

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.