[OpenAFS-devel] And just where is afs_fme.dll?

Marc Dionne dionne@cs.wisc.edu
Tue, 19 Dec 2000 14:59:09 -0600


Looks to me like this might be legacy bits that can be removed.  I see
afs_fme.dll on older AFS 3.4 clients, but it doesn't exist with 3.5 or
3.6.  My guess is that the functionality has been moved to afs_shl_ext.dll,
and in fact if you look at afs_shl_ext.h, you'll notice that the comment
still refers to the "FME dll":

// afs_shl_ext.h : main header file for the FME DLL

Also, from the registry key name, this key might only apply to the old
Windows File manager, which you probably don't use or even have on your NT
machine.

Marc

Frank Guarino wrote:

> Hi All,
>
> This is just getting more and more frustrating.  I did finally get the
> Windows NT 4.0 client service running.  Just one last thing for the 4.0
> client.  Where is afs_fme.dll?  The installation installs the following
> entry for the File Manager Extension in Windows NT 4.0:
>
> [HKEY_LOCAL_MACHINE]
> \SOFTWARE\Microsoft\Windows NT\CurrentVersion\File Manager\AddOns
> "AFS Client FME"="C:\PROGRA~1\TRANSA~1\Client\Program\afs_fme.dll"
>
> The only problem is that there is no afs_fme.dll built anywhere in the
> openafs source tree.  In fact, I can't find and afs_fme.dll source code
> anywhere.  There are a few references throughout the InstallShield5
> build area, but I can't actually find any source or binaries.
>
> I would really appreciate any insight in to this problem.
>
> Thanks in advance.
>
> - Frank Guarino