Hi,

In VC++ 2008, when I define a CFile object m_File and then want to dump its contents, as follows:

dc << m_File;

where dc is the dump context object.

I will get the following error in the output window:

"Unable to dump object in static release builds".

How to solve the problem?

Thanks