Re: FW: iTunes COM access
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Organization | Arosii Information Systems A/S |
| Message-ID | <[email protected]> |
Hi Christophe
Christophe Bouhier (MC/ECM) wrote:
>
> example:
>
> /**
> *
> * @return
> **/
> public getDateAdded() throws COMException
> {
> return null; // not implementedget("DateAdded");
> }
From this except (which I assume should return a Date?), I assume you
are using the latest binary build of Jawin?
A lot of refactoring and cleaning of the dispatch interfaces has been
taken place since then. So I would suggest that you instead try out the
latest CVS HEAD version - you can check it out and build it as described
here (you don't need to build the native DLLs, they are committed to CVS
too): http://jawinproject.sourceforge.net/jawindeveloper.html
Also in the CVS HEAD, a lot of new documentation have been added, so I
suggest you take a look at, at least, the document
docs/jawinuserguide_dispatch.html too.
Hope this helps, and feel free to return with further questions if they
arise after trying out the CVS HEAD version.
Best Regards
Morten Andersen