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 mike@codeweavers.com wrote:
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 problem defining multiple interfaces, they just have different IIDs and names.
If you're going to choose an XML version to implement, I'd start with that defined by msxml3.
Mike