Re: IE4 support for msxml

2005-07-01 Thread Mike McCormack
Vijay Kiran Kamuju wrote: for backward compatibility, i would be defining the interfaces. as for iid's i would be going for msxml3 implementation. Great! Are there any suggestions for my sample stub implementation? Well, there's a few different styles used in Wine. I've been working on

Re: IE4 support for msxml

2005-07-01 Thread Vijay Kiran Kamuju
Ok, for backward compatibility, i would be defining the interfaces. as for iid's i would be going for msxml3 implementation. Are there any suggestions for my sample stub implementation? Thanks, Vijay On 7/1/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > > > Vijay Kiran Kamuju wrote: > > >

Re: IE4 support for msxml

2005-07-01 Thread Mike McCormack
Vijay Kiran Kamuju wrote: Are we supporting IE4? There are some changes in the interfaces for msxml and also there are changes in guids in the subsequent versions. How to handle ie4 finterface changes in msxml.idl? COM gives different interfaces different IIDs, so there shouldn't be any pr

IE4 support for msxml

2005-07-01 Thread Vijay Kiran Kamuju
Hi, Are we supporting IE4? There are some changes in the interfaces for msxml and also there are changes in guids in the subsequent versions. How to handle ie4 finterface changes in msxml.idl? Thanks, Vijay