Memstick storage driver in Release and debug mode
From: Ajay (ajaykuee_at_gmail.com)
Date: 10/26/04
- Next message: Bruce Eitman \(eMVP\): "Re: POWER_DOWN message in block driver, wince 4.2"
- Previous message: Ajay: "Re: 256mb nandflash issue on wince4.2"
- Messages sorted by: [ date ] [ thread ]
Date: 26 Oct 2004 05:25:37 -0700
Hi,
I wrote MemoryStick driver for CE5.0 and its working fine in debug
build OS image but in release build i m unable to create new folder in
memstick storage device.
While trying to create new folder one small window pops up and shows
that "Problem creating folder 'New Folder'.
I m not getting any debug messages written in DSK_IOControl() function
as it is suppose to come to this function.
It seems as if ITs unable to access my driver function
What can be the possible reason??
I m using following registry :
IF BSP_NOMEMSTICK !
[HKEY_LOCAL_MACHINE\System\StorageManager]
"Dll"="fsdmgr.dll"
"PNPUnloadDelay"=dword:0
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\mshost]
"Dll"="mshost.dll"
"Prefix"="MSH"
"Order"=dword:2
"Ioctl"=dword:4
; "FSD"="fatfs.dll"
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MEMSTICK]
"Name"="MEMSTICK"
"Folder"="Memory Stick"
ENDIF BSP_NOMEMSTICK !
Regards,
Ajay
- Next message: Bruce Eitman \(eMVP\): "Re: POWER_DOWN message in block driver, wince 4.2"
- Previous message: Ajay: "Re: 256mb nandflash issue on wince4.2"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|