20 messages in com.googlegroups.google-desktop-developerRe: Integrating GDS in my application
FromSent OnAttachments
sekhmet18 Apr 2005 02:01 
Anuj Pandey18 Apr 2005 06:06 
sekhmet18 Apr 2005 06:15 
Alex Ieong18 Apr 2005 08:48 
sekhmet18 Apr 2005 09:19 
talkswithnumbers18 Apr 2005 10:24 
sekhmet19 Apr 2005 01:26 
sekhmet19 Apr 2005 05:25 
sekhmet19 Apr 2005 05:27 
sekhmet19 Apr 2005 05:29 
sekhmet19 Apr 2005 05:31 
sekhmet19 Apr 2005 05:34 
sekhmet19 Apr 2005 08:31 
sekhmet19 Apr 2005 09:43 
sekhmet19 Apr 2005 12:17 
dhousman20 Apr 2005 06:09 
sekhmet20 Apr 2005 06:45 
Manas Tungare06 May 2005 08:31 
Manas Tungare06 May 2005 08:33 
wookim01 Jun 2005 15:07 
Subject:Re: Integrating GDS in my application
From:sekhmet (pmhs@gmail.com)
Date:04/19/2005 05:25:39 AM
List:com.googlegroups.google-desktop-developer

Hi again folks!

In order to make this topic as public as possibel, I'll post here the conversation I had with Manas Tungare, who developed an excelent C# wrapper to work with GDS (and also the very cool Spindle Search!). Here follows:

"Hi Manas.

Great job man on the C# wrappers for GDS! Congrats. Listen, I think you may give me a help here, I'm kinda newb to this Google API stuff and COM too. I'm developing a c# application that it is to be my graduation's final essay and it consists on a knowledge base application. The core of the app is to be the indexing/searching engine, and after a lot of investigation I think there is nothing better than GDS on this field. So I thought I could integrate GDS with my app. However, I cannot seem to be able to integrate the C++ API with my app. I've tried to add a reference to your wrappers and now I can create a class called GoogleDesktopSearchClass and another one called GoogleDesktopSearchRegisterClass. But what then? The classes have no methods that index or search? My idea was to do the following: - When I installed my application, it would install GDS as part of the instalation process; - When a user added a file to the repository, I would create a GDS class and pass it to be indexed; - When a user seached the repository, I would pass the query to GDS and handle the XML result, showing the results within my repository.

I have the idea that your classes are more appliable to registering a plugin with GDS, right? Please correct me if I'm wrong. Can you help me out here? Would be greatly appreciated... :P" Cheers.