5 Jul
2005
5 Jul
'05
5:01 a.m.
Sending with the changes. please also check the msxml.idl and what more iids do i have to check in the IXMLDocument_QueryInterface function how to implement the HRESULT XMLDocument_create(IUnknown *pUnkOuter, LPVOID *ppObj); Thanks, Vijay Kiran Kamuju On 7/5/05, Mike McCormack <mike(a)codeweavers.com> wrote:
Vijay Kiran Kamuju wrote:
I thought i have some suggestions in implementing the msxml3.dll I am sending an old sample stub implemenation (incomplete). I am rewriting the msxml3.dll need some suggestions.
Some suggestions:
* get rid of the remaining C++ stuff in Makefile.in * add an LGPL copyright header to the .c and .h files * there's no need to print both the iface and This pointers in your TRACEs, as they'll be the same.
Mike