Search found 4 matches

by IgorT75
Wed Feb 20, 2008 7:04 pm
Forum: Support and Troubleshooting
Topic: Background search
Replies: 4
Views: 14519

jonib: thanks for links - it helps
by IgorT75
Wed Feb 20, 2008 11:07 am
Forum: Support and Troubleshooting
Topic: Background search
Replies: 4
Views: 14519

Background search

I need (and I'm not alone) in a background search in Far - it can take a lot of time to find one file using AltF7 on whole disk - and Far is unusable during this search.

Is there some plugin for it or some workaround?
by IgorT75
Tue Jan 29, 2008 8:12 am
Forum: Plug-In Developers
Topic: Dependencies of Far plugins
Replies: 3
Views: 11941

IgorT75 Don't use libc. See source code of Far std plugins. Thats just what I did: I created win32 dll (empty project) in MSVS 2005. Downloaded SimpleFP far plugin as an example. Here it is in attachment. After building I looked for a dependencies... dumpbin /dependencies reported: (in Release conf...
by IgorT75
Mon Jan 28, 2008 1:21 pm
Forum: Plug-In Developers
Topic: Dependencies of Far plugins
Replies: 3
Views: 11941

Dependencies of Far plugins

Hello all I've developed simple plugin for Far and it works OK but there is a problem: Plugin's dll has following dependencies: MSVCP80.DLL and MSVCR80.DLL (and of cours KERNEL32.DLL) I used MSVS 2005 for development. This dependencies means that if some PC has no redistributable package this plugin...