Hi Robert, I was able to compile your example and it seems to work with Zope. As far as I understand your code tries to modify the author of an item. If I try to excecute this for an DTML-Method I get an 'Method not allowed' error, but for an gif it seems to work (where can I see the author property in Zope ?). What else could it do ? As I mentioned bevor I'm more a C++/COM developer than a Zope guru, so I don't know much about WebDAV and don't know what kind of support you need. Achim
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Robert Rottermann Sent: Thursday, November 08, 2001 09:40 To: Achim Domma; Andreas Jung; Joachim Werner Cc: zope@zope.org Subject: Re: [Zope] WebDAV lockingproblem with Word
Hi Achim, I did download their newest XML SDK (MSxml 4) I did my bunch of COM programming. However it is now 2 years I do not touch MS Studio that often anymore. And there is that amount of information you can keep current with ..
attached is the example: I did create a console application using MFC. I only send the "main" cpp.
Robert
----- Original Message ----- From: "Achim Domma" <achim.domma@syynx.de> To: "Robert Rottermann" <robert@redcor.ch>; "Andreas Jung" <andreas@zope.com>; "Joachim Werner" <joe@iuveno-net.de> Cc: <zope@zope.org> Sent: Wednesday, November 07, 2001 11:43 PM Subject: RE: [Zope] WebDAV lockingproblem with Word
Hi,
I tried to compile one of their C++ examples but failed since 2 identifiers are undeclared IID_IXMLHttpRequest and CLSID_XMLHTTPRequest I found their declaration nowhere.
you will need an up-to-date XML SDK. If you send me the example I could try to look at it. COM development is something I have much more experience with, than with ZOPE. ;-)
greetings Achim