Can anybody tell why in the Flash Media Driver Sample code in wince 6.0
contains DSK_* entry points in .def file but these function are not actually
in the source code.

So if entry points are not defined then how it works.

Re: MS Flash Media Driver? by mobilevil

mobilevil
Sun Aug 19 01:33:49 CDT 2007

those dsk_ function are defined in fal.lib, which will call your fmd driver
as physical layer.

"Talib" <Talib@discussions.microsoft.com> wrote in message
news:F5EDF366-20CC-4D6A-A850-2357E5DFE202@microsoft.com...
> Can anybody tell why in the Flash Media Driver Sample code in wince 6.0
> contains DSK_* entry points in .def file but these function are not
> actually
> in the source code.
>
> So if entry points are not defined then how it works.
>



Re: MS Flash Media Driver? by Talib

Talib
Sun Aug 19 10:24:00 CDT 2007

Now I have included fal.lib path in wince 6.0 project but it still says

unresolved external symbol DSK_*

My Path is:
\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\DEBUG\fal.lib

Is these any setting somewhere else?

Re: MS Flash Media Driver? by buaadallas

buaadallas
Sun Aug 19 19:54:00 CDT 2007

Hi,

I think maybe your source file has some problems, paste your source file
first,^_^!



"Talib" wrote:

> Now I have included fal.lib path in wince 6.0 project but it still says
>
> unresolved external symbol DSK_*
>
> My Path is:
> \WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\DEBUG\fal.lib
>
> Is these any setting somewhere else?

Re: MS Flash Media Driver? by Talib

Talib
Sun Aug 19 22:58:02 CDT 2007

LIBRARY NANDFCD

EXPORTS DSK_Init
DSK_Deinit
DSK_Open
DSK_Close
DSK_Read
DSK_Write
DSK_Seek
DSK_IOControl
DSK_PowerDown
DSK_PowerUp



Re: MS Flash Media Driver? by Dean

Dean
Mon Aug 20 08:21:45 CDT 2007

That isn't the sources file...

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Talib" <Talib@discussions.microsoft.com> wrote in message
news:00868EC8-473F-4F62-BFFF-162BFDE51B60@microsoft.com...
> LIBRARY NANDFCD
>
> EXPORTS DSK_Init
> DSK_Deinit
> DSK_Open
> DSK_Close
> DSK_Read
> DSK_Write
> DSK_Seek
> DSK_IOControl
> DSK_PowerDown
> DSK_PowerUp
>
>