FSE-Fast Search Engine plugin
Moderators: Hacker, petermad, Stefan2, white
FSE-Fast Search Engine plugin
This plugin allows fast search through external engine.
Supported engines are Locate32 and Everything.
Download link: http://www.mgpsoft.net/Downloads/FSE.zip
Supported engines are Locate32 and Everything.
Download link: http://www.mgpsoft.net/Downloads/FSE.zip
Last edited by VadiMGP on 2009-02-17, 07:21 UTC, edited 1 time in total.
2djk
I think your problem with some other dll. Delay-load missing functions shouldn't be a problem until them actually called.
And plugin doesn't use any function from mpr.dll.
Do you see this dll in fileinfo at first level or nested under shell32.dll?
It is more looks like as incompatible with shell32.dll or (less probably) shlwapi.dll.
BTW, what OS you use?
ADDED: I've just got report about similar problem with TC7b2 on Windows 2000. But anyway plugin was installed and works now.
ADDED MORE: I have an updated info.
Problem is seems somehow related to TC, because it happens during automatic installation only. During manual install it doesn't happens.
I think your problem with some other dll. Delay-load missing functions shouldn't be a problem until them actually called.
And plugin doesn't use any function from mpr.dll.
Do you see this dll in fileinfo at first level or nested under shell32.dll?
It is more looks like as incompatible with shell32.dll or (less probably) shlwapi.dll.
BTW, what OS you use?
ADDED: I've just got report about similar problem with TC7b2 on Windows 2000. But anyway plugin was installed and works now.

ADDED MORE: I have an updated info.

No, I didn't see any problem at the first level. The one I mentioned was at third level.
I use WinXp Pro S2 PL.
That's true, with manual installation there is no problem.
The problem is.... in pluginst.inf file:
file=FSE.WDX
BTW: In the same file there is info about 1.5 version and it should be 1.6 or 1.0.0.6
I use WinXp Pro S2 PL.
That's true, with manual installation there is no problem.
The problem is.... in pluginst.inf file:
file=FSE.WDX
BTW: In the same file there is info about 1.5 version and it should be 1.6 or 1.0.0.6
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
2jjk
2SanskritFritz
The problem is slashes in full file names. TC doesn't allows such names. I could implement this in unix manner so instead of c:\folder\file.txt you'll see c:/folder/file txt. Is it good enough?
Actually this is the reason why I mostly use search by method 4 (Alt+F7). Result list looks close enough to branch view.
2SanskritFritz
The problem is slashes in full file names. TC doesn't allows such names. I could implement this in unix manner so instead of c:\folder\file.txt you'll see c:/folder/file txt. Is it good enough?
Actually this is the reason why I mostly use search by method 4 (Alt+F7). Result list looks close enough to branch view.
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
2VadiMGP
Yes, absolutely. For me even the plain filenames are enough, I just want to press ctrl-b and see the list of filenames, just as i would in the normal filesystem.I could implement this in unix manner so instead of c:\folder\file.txt you'll see c:/folder/file txt. Is it good enough?
I switched to Linux, bye and thanks for all the fish!