Hi all,
I am working on a project based on fsdspy sample from PB.
I just encountered a problem with loading fsdspy.dll, what I did is
1> build fsdspy.dll using vs2005
2> use signtool.exe to add a digital signature for fsdspy.dll
3> copy fsdspy.dll to \Windows folder using remote file tools ( I am using a PPC-WM5.0 emulator) and edit the registry key as follows:
HKLM\System\Storage Manager\Profiles\SDMMC\Filters\fsdspy
Dll = "fsdspy.dll"
Order = dword:1
4> go to emulator->file->configuration->shared folder and choose a local folder on my machine
But the problem is, after a soft restart, the fsdspy.dll is not loaded, since I cannot see it in filesys.exe!
Did I miss something? or is there something wrong with my digital signature?
Any help is great appriciated!