DiCanio
17-12-2003, 10:08 AM
I am trying to get a software installation (AutoRun) app to run on the XDA 2. The purpose of this app is to load application binaries from an MMC or SD into the ROM of the XDA.
This app works fine on the XDA 1, but I am having problems running it on the XDA 2. Specifically, the app runs via "AutoRun" and therefore executes without "Shell32".
Consequently, any attempt to access data files on the MMC (e.g. using the "FindFirst/FindNext" or "CreateFile") using a pathname of the form \\Storage Card\\ results in failure (WIN ERR 03 (ERROR_PATH_NOT_FOUND)).
It must be possible to access files on the MMC/SD without Shell32, as the "CheckAutoRun.exe" program in the Windows Start-Up folder achieves this successfully.
Can anyone advise me of the appropriate device driver(s) that must be loaded to access MMC/SD card files without Shell32 running?
Any advice would be greatly appreciated.
This app works fine on the XDA 1, but I am having problems running it on the XDA 2. Specifically, the app runs via "AutoRun" and therefore executes without "Shell32".
Consequently, any attempt to access data files on the MMC (e.g. using the "FindFirst/FindNext" or "CreateFile") using a pathname of the form \\Storage Card\\ results in failure (WIN ERR 03 (ERROR_PATH_NOT_FOUND)).
It must be possible to access files on the MMC/SD without Shell32, as the "CheckAutoRun.exe" program in the Windows Start-Up folder achieves this successfully.
Can anyone advise me of the appropriate device driver(s) that must be loaded to access MMC/SD card files without Shell32 running?
Any advice would be greatly appreciated.