Click here to Skip to main content
15,887,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 22:14
mveCPallini23-Oct-08 22:14 
AnswerRe: Read and Write to XML file using VC++ Pin
SandipG 23-Oct-08 19:56
SandipG 23-Oct-08 19:56 
AnswerRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 20:10
Naveen23-Oct-08 20:10 
GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 20:49
anna mathew23-Oct-08 20:49 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 20:57
Naveen23-Oct-08 20:57 
GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 22:41
anna mathew23-Oct-08 22:41 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 22:47
Naveen23-Oct-08 22:47 
GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 23:09
anna mathew23-Oct-08 23:09 
Instead of creating an XML file by coding...
i tried to create it using AppWizard...thatz all
............ I made the changes u said....

void CXMLDOMFromVCDlg::OnBnClickedEnter()
{
IXMLDOMDocument *docXML = new IXMLDOMDocument;

docXML->loadXML(S"");

}

but i get the following ERRORS......

ERROR: 'IXMLDOMDocument' : cannot instantiate abstract class

ERROR: managed targeted code requires '#using <mscorlib.dll>' and '/clr' option


Y is it?????

****************************************************

I also tried:::::::::

void CXMLDOMFromVCDlg::OnBnClickedEnter()
{
IXMLDOMDocumentPtr docPtr;
docPtr.loadXML("XMLDOMFromVC.xml");

}

but i get similar errors.....
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 23:27
Naveen23-Oct-08 23:27 
GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 22:42
anna mathew23-Oct-08 22:42 
AnswerRe: Read and Write to XML file using VC++ Pin
KarstenK23-Oct-08 21:13
mveKarstenK23-Oct-08 21:13 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 21:29
Naveen23-Oct-08 21:29 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 22:30
mveCPallini23-Oct-08 22:30 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 22:37
Naveen23-Oct-08 22:37 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 22:43
mveCPallini23-Oct-08 22:43 
GeneralRe: Read and Write to XML file using VC++ Pin
SandipG 23-Oct-08 23:02
SandipG 23-Oct-08 23:02 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 23:36
mveCPallini23-Oct-08 23:36 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 23:57
Naveen23-Oct-08 23:57 
QuestionWorking on Buttons Pin
RNarayan23-Oct-08 18:42
RNarayan23-Oct-08 18:42 
AnswerRe: Working on Buttons Pin
Prasann Mayekar23-Oct-08 19:59
Prasann Mayekar23-Oct-08 19:59 
AnswerRe: Working on Buttons Pin
SandipG 23-Oct-08 20:01
SandipG 23-Oct-08 20:01 
AnswerRe: Working on Buttons Pin
Alan Balkany24-Oct-08 4:15
Alan Balkany24-Oct-08 4:15 
QuestionDoubt regarding Private bytes(VM Size) Pin
Rinu_Raj23-Oct-08 8:07
Rinu_Raj23-Oct-08 8:07 
AnswerRe: Doubt regarding Private bytes(VM Size) Pin
Baltoro23-Oct-08 12:06
Baltoro23-Oct-08 12:06 
QuestionVisibility of members of owner class Pin
Radek7223-Oct-08 7:04
Radek7223-Oct-08 7:04 

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.