Please help: Where has CDumpContext gone?
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, could you please help me with this: I am porting a solution for PocketPC 2003 written in eVC 4.0 (MFC) to Visual Studio 2005 (Visual Studio 8). Now I recognized there is no CDumpContext in the MFC-Version in VS 2005? Why is this? When looking into afx.h, where CDunpContext was declarated for Embedded C++ 4.0, it does not belong to WinCE-devices: #ifndef _WIN32_WCE class CDumpContext { ... } #endif Is there any replacement for dumping? Thanks a lot... Martin