Click here to Skip to main content
15,884,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing XML in MFC Pin
LCI25-Oct-07 6:54
LCI25-Oct-07 6:54 
AnswerRe: Using XML in MFC Pin
led mike25-Oct-07 7:06
led mike25-Oct-07 7:06 
GeneralRe: Using XML in MFC Pin
LCI25-Oct-07 7:12
LCI25-Oct-07 7:12 
GeneralRe: Using XML in MFC Pin
LCI25-Oct-07 7:13
LCI25-Oct-07 7:13 
GeneralRe: Using XML in MFC Pin
led mike25-Oct-07 7:38
led mike25-Oct-07 7:38 
AnswerRe: Using XML in MFC Pin
Chris Losinger25-Oct-07 7:21
professionalChris Losinger25-Oct-07 7:21 
QuestionRe: Using XML in MFC Pin
David Crow25-Oct-07 8:45
David Crow25-Oct-07 8:45 
AnswerRe: Using XML in MFC Pin
bob1697225-Oct-07 17:13
bob1697225-Oct-07 17:13 
If you just want to get it working for now, use this

#import <msxml3.dll>

However, be forewarned if your using VC++ 2003 and trying the "using namespace MSXML2;" line in your stdafx.h file. See this post for a "solution" to the ambiguous symbols errors that might creep up...

VC++ 2003 "ambiguous symbol errors"[^]
GeneralRe: Using XML in MFC Pin
kanduripavan25-Oct-07 18:36
kanduripavan25-Oct-07 18:36 
GeneralRe: Using XML in MFC Pin
bob1697226-Oct-07 3:08
bob1697226-Oct-07 3:08 
GeneralRe: Using XML in MFC Pin
kanduripavan26-Oct-07 6:15
kanduripavan26-Oct-07 6:15 
QuestionCToolTipCtrl on key press? Pin
dsclee25-Oct-07 6:19
dsclee25-Oct-07 6:19 
AnswerRe: CToolTipCtrl on key press? Pin
led mike25-Oct-07 6:34
led mike25-Oct-07 6:34 
GeneralRe: CToolTipCtrl on key press? Pin
dsclee26-Oct-07 0:49
dsclee26-Oct-07 0:49 
GeneralRe: CToolTipCtrl on key press? Pin
led mike29-Oct-07 6:22
led mike29-Oct-07 6:22 
Questioncalling a c++ ATL dll from a c++ test program Pin
ns25-Oct-07 5:51
ns25-Oct-07 5:51 
AnswerRe: calling a c++ ATL dll from a c++ test program Pin
led mike25-Oct-07 6:30
led mike25-Oct-07 6:30 
GeneralRe: calling a c++ ATL dll from a c++ test program Pin
ns25-Oct-07 7:31
ns25-Oct-07 7:31 
GeneralRe: calling a c++ ATL dll from a c++ test program Pin
led mike25-Oct-07 7:41
led mike25-Oct-07 7:41 
Questionread stderr from console in Win32 Application Pin
sukem25-Oct-07 4:34
sukem25-Oct-07 4:34 
AnswerRe: read stderr from console in Win32 Application Pin
Waldermort25-Oct-07 5:16
Waldermort25-Oct-07 5:16 
GeneralRe: read stderr from console in Win32 Application Pin
led mike25-Oct-07 5:27
led mike25-Oct-07 5:27 
GeneralRe: read stderr from console in Win32 Application Pin
Roger Broomfield25-Oct-07 6:39
Roger Broomfield25-Oct-07 6:39 
GeneralRe: read stderr from console in Win32 Application Pin
sukem25-Oct-07 7:09
sukem25-Oct-07 7:09 
GeneralRe: read stderr from console in Win32 Application Pin
led mike25-Oct-07 7:35
led mike25-Oct-07 7:35 

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.