|
-
October 30th, 2011, 08:53 PM
#1
CFile::Dump causes "Unable to dump object in static release builds" error
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|