Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Release Build Bugs and Multithreading Pin
Swinefeaster26-Jan-02 12:40
Swinefeaster26-Jan-02 12:40 
GeneralVersion Pin
uo200025-Jan-02 11:27
uo200025-Jan-02 11:27 
GeneralUsing CDONTS.NewMail in C++ Pin
25-Jan-02 10:03
suss25-Jan-02 10:03 
GeneralRe: Using CDONTS.NewMail in C++ Pin
Jon Sagara25-Jan-02 10:12
Jon Sagara25-Jan-02 10:12 
GeneralTime in milliseconds Pin
25-Jan-02 9:44
suss25-Jan-02 9:44 
GeneralRe: Time in milliseconds Pin
Tim Smith25-Jan-02 9:55
Tim Smith25-Jan-02 9:55 
GeneralRe: Time in milliseconds Pin
Xander van Tilburg26-Jan-02 4:48
Xander van Tilburg26-Jan-02 4:48 
GeneralMSXML Help! Pin
25-Jan-02 9:13
suss25-Jan-02 9:13 
I have been trying to get the attributes from some XML all day!! Im slowly going mad! I have an XML file:-

//snip
<date name="12.12.3.98">12.56
//snip

I then have the following code. m_pCurrent is a node. I simply try and extract the attribute called name. Line 2 below works (unless i change the name of retrieval field - so I guess something is working) but when I try to access the value it just crashes with illegal access error... I have tried get_text, get_nodeValue etc etc.

m_pCurrent->get_attributes( &pNodeMap );
pScratchNode = pNodeMap->getNamedItem("name");
pScratchNode->get_text( &str );
AfxMessageBox( CString( str ) );

Thanks in advance
Ben
GeneralRe: MSXML Help! Pin
Michael Dunn25-Jan-02 23:03
sitebuilderMichael Dunn25-Jan-02 23:03 
GeneralRe: MSXML Help! Pin
Not Active26-Jan-02 3:33
mentorNot Active26-Jan-02 3:33 
Generaldisplaying hex info graphically Pin
brian scott25-Jan-02 8:14
brian scott25-Jan-02 8:14 
GeneralRe: displaying hex info graphically Pin
Ravi Bhavnani25-Jan-02 8:25
professionalRavi Bhavnani25-Jan-02 8:25 
GeneralCOM problem urgent HELP needed Pin
Bill Wilson25-Jan-02 7:10
Bill Wilson25-Jan-02 7:10 
GeneralRe: COM problem urgent HELP needed Pin
Ernest Laurentin25-Jan-02 7:18
Ernest Laurentin25-Jan-02 7:18 
GeneralRe: COM problem urgent HELP needed Pin
Bill Wilson25-Jan-02 9:17
Bill Wilson25-Jan-02 9:17 
GeneralRe: COM problem urgent HELP needed Pin
pba_25-Jan-02 9:41
pba_25-Jan-02 9:41 
GeneralRe: COM problem urgent HELP needed Pin
Not Active26-Jan-02 3:40
mentorNot Active26-Jan-02 3:40 
GeneralThanks for the help, everyone Pin
Bill Wilson28-Jan-02 6:17
Bill Wilson28-Jan-02 6:17 
QuestionHow do I: Automate Outlook Express Pin
CMFC6.0VS.NETUser25-Jan-02 6:57
CMFC6.0VS.NETUser25-Jan-02 6:57 
AnswerRe: How do I: Automate Outlook Express Pin
Edd Porter25-Jan-02 13:02
Edd Porter25-Jan-02 13:02 
GeneralTransparency in Dialog images. Pin
Jon Newman25-Jan-02 6:48
Jon Newman25-Jan-02 6:48 
QuestionMonitor sockets? Pin
-Dy25-Jan-02 6:01
-Dy25-Jan-02 6:01 
AnswerRe: Monitor sockets? Pin
pba_25-Jan-02 6:37
pba_25-Jan-02 6:37 
AnswerRe: Monitor sockets? Pin
Chris Hafey26-Jan-02 8:31
Chris Hafey26-Jan-02 8:31 
GeneralTerminating a thread Pin
HomeNuke25-Jan-02 6:00
HomeNuke25-Jan-02 6: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.