Introduction
A dll with a COM interface allowing you to do
multiple concurrent directory searches in VBA.
You will need to have mfc80.dll and
msvcr80.dll installed, these are
the latest versions of the Microsoft Foundation Classes.
We don't want to static link to these as it bloats
the size of the dll.