Everything as a COM object
-
err_24546
- Posts: 79
- Joined: Wed Oct 11, 2023 1:47 am
Everything as a COM object
Does anyone know if there is any wrapper or similar tool that allows using Everything as a COM object? I understand it is an outdated technology, but since it is the only possible option to obtain search results in a script for Directory Opus (which uses Active Scripting), without resorting to temporary files and thus avoiding that bottleneck.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Everything as a COM object
You can use the SDK using "any" of the supported scripting languages.
Or follow the example of EverythingDopus - A utility to integrate Everything with Directory Opus on the Directory Opus forum.
Or follow the example of EverythingDopus - A utility to integrate Everything with Directory Opus on the Directory Opus forum.
-
err_24546
- Posts: 79
- Joined: Wed Oct 11, 2023 1:47 am
Re: Everything as a COM object
Hi. I think that utility uses temporary files (similar to es.exe).follow the example of EverythingDopus - A utility to integrate Everything with Directory Opus on the Directory Opus forum.
I was referring to something similar to the Visual Basic example, but to be used with Active Scripting (e.g. with ActiveX).
Since I don't have the knowledge to create something like that, I thought maybe someone had already done it, but I guess not?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm