6 messages in com.googlegroups.google-desktop-developerRe: Jacob ,-> GDS
FromSent OnAttachments
adam...@yahoo.com14 Jun 2005 04:07 
maf-soft14 Jun 2005 05:02 
adam...@yahoo.com14 Jun 2005 05:55 
adam...@yahoo.com14 Jun 2005 06:57 
adam...@yahoo.com14 Jun 2005 07:16 
adam...@yahoo.com14 Jun 2005 07:38 
Subject:Re: Jacob ,-> GDS
From:adam...@yahoo.com (adam@yahoo.com)
Date:06/14/2005 05:55:02 AM
List:com.googlegroups.google-desktop-developer

Thanks for the tip. I made the change. Unfortunately I now wind up with the exception "java.lang.ClassCastException: com.inzoom.comjni.jcw.IDispatchJCW"

when I do the cast "gdsEvent = (IGoogleDesktopSearchEvent) gdsEventDisp;"

---snip--- try { Object gdsEventDisp = dsClass.createEvent(kComponentGuid,Google.Desktop.IM"); gdsEvent = (IGoogleDesktopSearchEvent) gdsEventDisp; }

catch (Exception e) { component.unregisterComponent(kComponentGuid); System.exit(1); } ---snip---

Anyone? Thanks in advance (again) Adam