Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-13 Thread Francois Gouget
On Mon, 12 Sep 2011, Alistair Leslie-Hughes wrote: [...] > It shouldn't be a problem, this is the only place you can get a > reference to these interfaces. It appears that once these interfaces > were Deprecated they where removed from the SDK for msxml. See MSDN to > show that they now depreca

Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-12 Thread Dmitry Timoshkov
Alistair Leslie-Hughes wrote: It shouldn't be a problem, this is the only place you can get a reference to these interfaces. It appears that once these interfaces were Deprecated they where removed from the SDK for msxml. See MSDN to show that they now deprecated, and they aren't just for Mob

Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-12 Thread Alistair Leslie-Hughes
Hi Francois, I think that's the problem. Wine reimplements the Windows' Platform SDK Win32 and Win64 APIs, not Windows Mobile which is what the PowerPC SDK is. Apparently there are some differences so it would be best not to mix the two. Note that this is not to say that Wine should not also im

Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-11 Thread Francois Gouget
On Sun, 11 Sep 2011, Alistair Leslie-Hughes wrote: [...] > > So what's going on? > > > I have taken my values from xmlparser.idl found in the the PocketPC SDK that > is included with VS 2008. I think that's the problem. Wine reimplements the Windows' Platform SDK Win32 and Win64 APIs, not Window

Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-10 Thread Alistair Leslie-Hughes
Hi Francois, This patch defines an XML_ERROR_CODE enumeration type in xmlparser.idl which is a bit strange because I cannot find this type in the Windows SDK. But in the Windows 7 SDK there is an XmlError enumeration type in xmllite.h that looks similar but subtly different. These two enumarat

Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-10 Thread Francois Gouget
On Wed, 7 Sep 2011, Alistair Leslie-Hughes wrote: > > Changelog: > msxml3: Add xmlparser interfaces This patch defines an XML_ERROR_CODE enumeration type in xmlparser.idl which is a bit strange because I cannot find this type in the Windows SDK. But in the Windows 7 SDK there is an XmlError