Re: FW: iTunes COM access
"Christophe Bouhier (MC/ECM)" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <6BA346EB59B2D51194E200508B046FE1065B7507@emyklnt151.ao.ericsson.se> |
Thanks I will checkout an make the latest build, Did you get a chance to look at my other questions? They are more related to the use of the Dispatch methods. Cheers / Christophe -----Original Message----- From: Discussion of Java/Win32/COM integration with Jawin [mailto:[email protected]]On Behalf Of Morten Andersen Sent: Monday, September 13, 2004 2:48 PM To: [email protected] Subject: Re: [JAWIN] FW: iTunes COM access 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