Re: XML & WinCE4.2 (more details)
From: John Spaith [MS] (jspaith_at_ONLINE.microsoft.com)
Date: 04/02/04
- Next message: troy anderson: "SysAllocStringLen Causes Debug Assertion"
- Previous message: John Spaith [MS]: "Re: XML & WinCE4.2 (more details)"
- In reply to: John Spaith [MS]: "Re: XML & WinCE4.2 (more details)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Apr 2004 12:33:46 -0800
I have posted more information in
microsoft.public.windowsce.embedded.vc.
Let's continue the conversation there.
-- John Spaith Software Design Engineer, Windows CE Microsoft Corporation Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. © 2003 Microsoft Corporation. All rights reserved. "John Spaith [MS]" <jspaith@ONLINE.microsoft.com> wrote in message news:eqwe7CPGEHA.1368@TK2MSFTNGP11.phx.gbl... > http://www.pocketpcdn.com/articles/xmlfaq.html has some commonly asked > questions about MSXML. > > Between CE 3.0 and CE 4.2, we made MSXML such that it can be built as > separate components. In 3.0 you got all of MSXML or nothing, but in CE 4.2 > you can chose different components (like say only SAX, or DOM, or no XQL). > My guess here is that you are either not building MSXML into this platform > or that you are building the sax only option. > > To see if you have DOM option, you can go to your flatrelease directory and > look for the file ceconfig.h, which lists all the subcomponents that were > used when building your image. If you have this line in the file, then you > have MSXML DOM. > > #define MSXML3_XMLDOM 1 > > If I'm right you'll need to bring in the extra components of MSXML or, if > you're not an OEM, talk with the OEM you're working with to add the > components. > > -- > John Spaith > Software Design Engineer, Windows CE > Microsoft Corporation > > Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Let > us know! > https://www.windowsembeddedeval.com/community/newsgroups > > This posting is provided "AS IS" with no warranties, and confers no rights. > You assume all risk for your use. © 2003 Microsoft Corporation. All rights > reserved. > > "plopp" <pllop@plop.com> wrote in message > news:%23SEQzaBGEHA.2052@TK2MSFTNGP11.phx.gbl... > > Hi All ! > > I'm trying to read an XML File using XMLDOM. I developped an XML Class > with > > eVC3 and it works fine on Win CE3.0. Now, I'm using eVC4 and WinCE 4.2 and > > the following code returns the error code 0x80040154. It seems to be a > > Registration Problem, but I don't know what can I do ! > > > > MSXML::IXMLDOMDocument *iXMLDoc; > > hr = CoCreateInstance( > > MSXML::CLSID_DOMDocument, > > NULL, > > CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER, > > MSXML::IID_IXMLDOMDocument, > > (LPVOID*)&iXMLDoc); > > > > I tried to open my XML file with the Pocket Internet Explorer (or > > IESample.exe) but it didn't open my file. Should I install something > special > > ? > > > > Any help is welcome ! > > Thanx ! > > > > > > > >
- Next message: troy anderson: "SysAllocStringLen Causes Debug Assertion"
- Previous message: John Spaith [MS]: "Re: XML & WinCE4.2 (more details)"
- In reply to: John Spaith [MS]: "Re: XML & WinCE4.2 (more details)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|