Hi~, I am using Windows CE 5.0 and Sharp SDKLH7A404. Is there any
relationship between the Audio driver and the Storage manager? Because if I
don't add the storage manager to the kernel, the Audio driver will not be
added to the kernel even if I add the Audio item to the project.
Below is the section in my
platform.bib(WINCE500\PLATFORM\SDKLH7A404\FILES)of Audio driver:
; @CESYSGEN IF CE_MODULES_WAVEAPI
IF BSP_NOAUDIO !
IF IMG_NOAUDIO !
wavedev.dll $(_FLATRELEASEDIR)\audio.dll NK SH
ENDIF
ENDIF
; @CESYSGEN ENDIF CE_MODULES_WAVEAPI
If I don't add storage manager to the kernel, this section in
platform.bib(WINCE500\PBWorkspaces\MyPrj\RelDir\SDKLH7A404_ARMV4I_Release)
becomes:
; @CESYSGEN IF CE_MODULES_WAVEAPI
; @CESYSGEN ENDIF CE_MODULES_WAVEAPI
Will the compiler check CE_MODULES_WAVEAPI is defined? Thanks in advanced.