Chris Thomas - 2005-04-25

Logged In: YES
user_id=682144

I have started work on this bug, basically I've removed any
code from a VFSPlugin dll which isnt actually part of the
plugin, and I've moved some code in VirtualFS object, the
Find{Plugin/Transport/Filter} functions in order to search
for a plugin.

the status up to now, is that the plugin will search for
it's dependencies when it attempts to load, if it finds
them, it'll construct the plugin, otherwise, it will fail

the best solution of course, is to load the plugins it
requires when it attempts to look for them, but the problem
with this, is how do you know what the plugin is called and
where it's located?