Re: Develop file system filter for windows mobile 6
- From: "GraemeW" <gwintle@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jul 2007 15:39:18 +0100
If you're using PB, copy the FSDspy folder from public to the platform
directory, edit the 'sources' file to link to a dll like this:
TARGETNAME=fsdspy
RELEASETYPE=PLATFORM
DLLENTRY=DllMain
TARGETTYPE=DYNLINK
INCLUDES= \
$(_TARGETPLATROOT)\src\inc
TARGETLIBS=\
$(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_PROJECTROOT)\cesysgen\oak\lib\$(_CPUINDPATH)\FSDMGR.LIB
SOURCES=\
file.cpp \
main.cpp \
path.cpp \
find.cpp
and use 'build' from the command line. Else build it in EVC/VS2005 and
create a DLL project, link to the lib's above.
Careful as well as on WM you will have to edit the registry to include your
driver as a filter, this registry editing is not in the pre-hive section and
so the filesystem will be initialised before your register changes take
effect. You *can* test your filter by using an sdcard as the filesystem for
that is initialised when you plug in the card, so update the registry to add
your filter, add the filter.dll, then insert the sdcard and it'll load !
Good luck
Graeme
--
GraemeW
Blog - http://ce4all.blogspot.com
"justy" <justy.2ubpun@xxxxxxxxxxxxxxxx> wrote in message
news:justy.2ubpun@xxxxxxxxxxxxxxxxxxx
Hi all,
I tried to develop file system filter by using fsdspy as starting
point. All I want is build a fsdspy.dll and test it on Windows Mobile
6 Device Emulator.
However, I'm quite confuse with the PB and WM6 SDK and don't know how
to compile the fsdspy.dll which can be used in WM6's emulator.
Thanks!!!
Justy
.
- Follow-Ups:
- References:
- Develop file system filter for windows mobile 6
- From: justy
- Develop file system filter for windows mobile 6
- Prev by Date: Re: Display driver
- Next by Date: Re: Quick Capture Interface Driver : XLLP_QCI - MainstoneII
- Previous by thread: Develop file system filter for windows mobile 6
- Next by thread: Re: Develop file system filter for windows mobile 6
- Index(es):
Relevant Pages
|