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
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
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
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
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
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