Microsoft KB Archive/208014

From BetaArchive Wiki
Knowledge Base


DOC: Getting Started: New Project Steps Incomplete

PSS ID Number: 208014

Article Last Modified on 10/27/2003



The information in this article applies to:

  • Microsoft Windows CE 2.01 Embedded ToolKit (ETK)
  • Microsoft Windows CE 2.10 Enhancement Pack for Windows CE Embedded Toolkit for Visual C++ 5.0



This article was previously published under Q208014

SUMMARY

A step is missing under the topic "Building a New Project" in the project directory procedure in the Windows CE ETK Books Online.

After the single bulleted item, a second step should be added:

You must also rename the Cepc.bat file that exists in your new \MyPlat directory. The name of this batch file should always match the name of your platform directory. Enter the following commands to rename this platform batch file:

cd \Wince\Platform\MyPlat rename Cepc.bat MyPlat.bat


MORE INFORMATION

The Wince.bat file makes all of the build environment settings for the specified CPU, project, and platform. To set any platform or project specific settings, Wince.bat will call the same-named batch files in the platform and project directory.

In the Windows CE Embedded Toolkit for Visual C++ 5.0, failure to rename the Cepc.bat file for Myplat will result in the inclusion of Ethernet support files in the NK.BIN (Ethernet support is not part of the Windows CE 2.0 CEPC specification). This is a benign problem.

In the Windows CE 2.10 Enhancement Pack for the Windows CE Embedded Toolkit for Visual C++ 5.0, failure to rename the Cepc.bat file for Myplat will result in the build error "duplicate entry for module ceddk.dll" during the MAKEIMG phase.

REFERENCES

Windows CE ETK Books Online article ID: mk:@ivt:wceoak/rtf/getstart_21.htm

Windows CE EP ETK Books Online article ID: mk:@ivt:EDK/getstart_2.htm


Additional query words: kbDSupport

Keywords: kbdocfix KB208014
Technology: kbAudDeveloper kbWinCEEnh210ETKVC500 kbWinCEETK201 kbWinCEETKSearch kbWinCESearch