I have a project in Visual Studio Express 2005 and have a mistake on having used afxdump, the code is the following one:
#ifdef _DEBUG
AfxDump < < _T ("Message");
#endif
And the mistake is:
.\prueba4Dlg.cpp (54): mistake C2065: 'afxDump': undeclared identifier
I was using this in evc ++ 4.0 and was not generating mistake. Which it is the problem

afxdump
Sukh
MikeBarta411
mdelatonow