How to use DumpElements ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I try to use the DumpElements function to dump specific information from a CMap. If I define the Dump function has follow: template <> void AFXAPI DumpElements (CDumpContext& dc, const CString* pElements, INT_PTR nCount) { … do something } I get a linker error (LNK2005) that this function is already defined in a other obj. The only thing defined in this obj is a other CMap of CStrig. Is there any sample available on you to properly use this function? Thank you Sascha Schantz