Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Building old style dll using .NET C++ Pin
Roman Fadeyev14-Aug-02 2:31
Roman Fadeyev14-Aug-02 2:31 
GeneralRe: Building old style dll using .NET C++ Pin
Dean Adams14-Aug-02 9:02
Dean Adams14-Aug-02 9:02 
GeneralRe: Building old style dll using .NET C++ Pin
Roman Fadeyev14-Aug-02 19:02
Roman Fadeyev14-Aug-02 19:02 
GeneralRe: Building old style dll using .NET C++ Pin
Dean Adams14-Aug-02 23:25
Dean Adams14-Aug-02 23:25 
GeneralRe: Building old style dll using .NET C++ Pin
Dean Adams14-Aug-02 23:50
Dean Adams14-Aug-02 23:50 
GeneralRe: Building old style dll using .NET C++ Pin
Roman Fadeyev15-Aug-02 3:49
Roman Fadeyev15-Aug-02 3:49 
GeneralCListCtrl::EnsureVisible Pin
Poul Haahr Klemmensen14-Aug-02 1:33
Poul Haahr Klemmensen14-Aug-02 1:33 
GeneralafxDump and CMap Pin
-Dy14-Aug-02 1:07
-Dy14-Aug-02 1:07 
I'm trying to use afxDump to dump the contents of my object in the debug window like this:
#ifdef _DEBUG
	afxDump.SetDepth(5);
	afxDump << &m_mapStrings << "\n";
#endif
Where m_mapStrings is defined as:
typedef CMap<int, int, CString*, CString*&> CMapIntToCString;
CMapIntToCString    m_mapStrings;
But the debug window is displaying:
a CObject at $6595C2C
with 3 elements
	[] = 
	[] = 
	[] = 
So I can't actually see what's in the object, but I know something is, because I can get the data out! Does anyone know what I'm doing wrong, or how I can get to see the contents of this object? Yeah, I can use my classes methods to iterate through the map and dump the objects, but I'd like to know what I'm doing wrong with the afxDump...



Dylan Kenneally
London, UK
QuestionActivating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 0:50
Tommy Svensson14-Aug-02 0:50 
AnswerRe: Activating IE proxy settings...? Pin
Brian Delahunty14-Aug-02 1:19
Brian Delahunty14-Aug-02 1:19 
GeneralRe: Activating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 1:31
Tommy Svensson14-Aug-02 1:31 
GeneralRe: Activating IE proxy settings...? Pin
Todd Smith14-Aug-02 5:16
Todd Smith14-Aug-02 5:16 
AnswerRe: Activating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 21:58
Tommy Svensson14-Aug-02 21:58 
GeneralInitialising static const strings in VC7 Pin
Rob Caldecott14-Aug-02 0:27
Rob Caldecott14-Aug-02 0:27 
GeneralRe: Initialising static const strings in VC7 Pin
Tomasz Sowinski14-Aug-02 0:34
Tomasz Sowinski14-Aug-02 0:34 
GeneralRe: Initialising static const strings in VC7 Pin
Rob Caldecott14-Aug-02 0:38
Rob Caldecott14-Aug-02 0:38 
QuestionHow to implement voice chat Pin
Deepesh13-Aug-02 23:22
Deepesh13-Aug-02 23:22 
AnswerRe: How to implement voice chat Pin
JohnnyMkhael13-Aug-02 23:27
sussJohnnyMkhael13-Aug-02 23:27 
GeneralRe: How to implement voice chat Pin
Deepesh13-Aug-02 23:52
Deepesh13-Aug-02 23:52 
AnswerRe: How to implement voice chat Pin
Brian Delahunty13-Aug-02 23:35
Brian Delahunty13-Aug-02 23:35 
QuestionWhat is Socket Notification Sink ? Pin
s_k13-Aug-02 23:12
s_k13-Aug-02 23:12 
Generalwinsock Pin
Zizilamoroso13-Aug-02 23:03
Zizilamoroso13-Aug-02 23:03 
GeneralRe: winsock Pin
Niklas L13-Aug-02 23:10
Niklas L13-Aug-02 23:10 
GeneralRe: winsock Pin
Zizilamoroso13-Aug-02 23:17
Zizilamoroso13-Aug-02 23:17 
GeneralLast reliable time at the end of the application Pin
s_k13-Aug-02 23:00
s_k13-Aug-02 23:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.