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

C / C++ / MFC

 
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 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 23:27
Naveen23-Oct-08 23:27 
anna mathew wrote:
Instead of creating an XML file by coding...
i tried to create it using AppWizard...thatz all


I dont know how you generate this codes, using App wizards. Confused | :confused:

Any way this is the code for creating the IXMLDOMDocument.

IXMLDOMDocument* pXMLDoc = 0;
HRESULT hr = CoCreateInstance(CLSID_DOMDocument, NULL, CLSCTX_INPROC_SERVER, 
             IID_IXMLDOMDocument, (void**)&pXMLDoc);


Please understand that this is COM. You cannot simply allocate a com pointer using the new.


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 
AnswerRe: Visibility of members of owner class Pin
Richard Andrew x6423-Oct-08 7:07
professionalRichard Andrew x6423-Oct-08 7:07 

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.