Use the version of the Windows CE Toolkit for Visual C++ 6.0 development libraries that corresponds to the version of Windows CE running on the target device.
You do not need to manually change the link library when you write for platforms that support earlier versions of Windows CE. The toolkit automatically selects the appropriate default link library for the specified version of Windows CE.
You can set the toolkit so that it automatically downloads your application to the device. When the toolkit downloads your application’s output file to a device, it places the file in the location specified by the download directory.
In order to run or debug an MFC for Windows CE-based application that links dynamically to MFC, the remote device or the emulation object store must contain the necessary dynamic-link libraries (DLLs). When the Always download dependencies to the target feature is enabled, the toolkit automatically copies any of the following DLLs:
The * in the preceding names refers to the DLL version, such as 200 in mfcce200(d).dll. The toolkit does not automatically download dependent DLLs that are not in the preceding list, such as hwxusa.dll. Copy these DLLs to the device.