2008年7月4日星期五

wince学习 pb5.0 目录结构

安装完PB5.0后会在你的安装目录有个wince500目录.
其下有7个文件夹
/CRC
/OTHERS
这个目录下的内容比较杂,有诸如ATL,MFC等的头文件,运行库等开发应用程序所需的库文件和其一部分代码。
其中有个文件目录对开发系统来说是比较重要的,就是CETK的客户端OTHERS\WCETK,通过该目录下的文件可以订制自己的Windows
CE .NET Test Kit客户端。 The Others directory contains all the Windows CE runtime libraries and headers, components for .NET Compact Frameworks, and Samples for ATL and MFC. The Others directory contains the following subdirectories: .. ATL This directory contains ATL headers, libraries and source code for debugging. The library debug symbols are also included. .. DOTNET This directory contains the .NET processor specific binaries and portable .NET Compact Framework files. .. MFC This directory contains MFC Headers, Libraries and Source Code for debugging. The library debug symbols are also included. .. SAMPLES This directory contains the MFC and ATL sample applications. .. WCETK This directory contains the Windows CE Test Kit (CETK) processor specific binaries. CETK provides tests for each class of devices. Within the CETK, you can choose the appropriate test to perform on your device driver and the tool remotely runs the tests on your target device.
/PBWorkspaces--是用来放用户平台(new platform建立的平台)
/PLATFORM--用来放BSP包.
/PRIVATE
/PUBLIC
在Public文件夹下是CE为我们提供的可用组件,我们定制自己的平台时通过Platform Builder做的选择就是从这里面选择了一部分需要的组件。
先来看看第一级子目录的结构吧。看看你都使用了那些?
public-
--CEBASE
--COMMON
--DATASYNC
--DCOM
--DirectX
--GDIEX
--IE
--NETCF
--OSTEST
--PBTOOLS
--RDP
--SCRPIT
--SERVERS
--SHELL
--SHELLSDK
--SPEECH
--SQLCE
--VIEWERS
--VOIP
--WCEAPPSFE
--WCESHELLFE
/SDK
是其中最为简单的一个目录结构
SDK\BIN\I386下所存放的就是开发所需要的工具集,编译器等等
The SDK directory contains tools that are used by Platform Builder. However, it does not contain the tools that are used to build the image. The tools contained by the SDK directory are:
.. Processor compilers This directory contains the cross compilers and assemblers for supported platforms. .. Development tools This directory contains the tools such as, Error Lookup, GuidGen, and Link and Nmake. .. Miscellaneous utilites This directory contains the utilities, such as Zoomin, and Windiff.

没有评论: