The information in this article applies to:
SYMPTOMSA Windows CE embedded application that tries to load a stream interface device driver throws an exception inside the call to RegisterDevice(). The debugger output shows messages similar to the following:
CAUSEThe RegisterDevice() function is implemented in the device manager (Device.exe) component of Windows CE. If the current target project does not contain the DEVICE component, the RegisterDevice() function is not available. RESOLUTIONThe DEVICE component and its related components (such as filesys) must be added to the CE_MODULES component list used by CESYSGEN. Refer to the Windows CE ETK documentation for information about component selection. STATUSThis behavior is by design. REFERENCESAdditional query words:
Keywords : kbDebug kbWinCE100 |
Last Reviewed: January 27, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |