From: Rahul Agarwal on 6 Feb 2005 20:29 Hello , plz tell me how 2 create an xml using msxml , the msdn code are not working properly i am getting the following errors : error C2065: 'IID_IXMLDOMDocument2' : undeclared identifier : error C2660: 'createElement' : function does not take 2 parameters 'put_text' : cannot convert parameter 1 from 'char [5]' to 'unsigned short *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast error C2660: 'createProcessingInstruction' : function does not take 3 parameters : error C2660: 'appendChild' : function does not take 2 parameters error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'unsigned short *' to 'const char *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast error C2065: 'DisplayErrorToUser' : undeclared identifier
From: Ajay Kalra on 10 Feb 2005 10:34 You want to make sure you have the right libraries(Platform SDK) installed for the code you are using. ------ Ajay Kalra ajaykalra(a)yahoo.com
|
Pages: 1 Next: Debug assertion in afxwin2.inl |