WinCE3.0_Porting.txt Driver File Contents (U_MCS7720_WinCE.zip)

Notes for porting the WinCE4.2 driver code to WinCE3.0.

1) Create a project of type Dynamic Link Library. ( A Simple Windows CE Dll Project )
2) Add the source Header and .def files to the project.
3) Include the following header files to PreComp.h

#include <ceddk.h>
#include <pkfuncs.h>
#include <cardserv.h>

4) Remove the following header files from the source/header files 
where ever it it included. 

#include <pm.h>
#include <ddkreg.h>

5) Remove the following code in the COM_IOControl routine ( Exports.cpp file)

||(dwCode == IOCTL_POWER_CAPABILITIES) ||
(dwCode == IOCTL_POWER_QUERY) ||
(dwCode == IOCTL_POWER_SET)
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 1.54