Public Common SDK Directory
The SDK directory contains component files. The following table shows the directories included in the SDK directory.
Directory | Description |
---|---|
Inc | Header files for SDK components. |
Lib | Libraries required to build platform-dependent GWES components and system components, such as Gwes.exe and Nk.exe, which are the platform-dependent portion of the device drivers. The libraries are contained in directories with the following formats:
An example is Sh3\Retail. Do not include your libraries in this directory, except for driver libraries, because you have been supplied with the source code for the platform-independent portions. If you rebuild platform-independent portions of these drivers, the library that results is included in this directory. Before you modify the platform-independent portion of a driver that Microsoft supplies, copy the source code to your project and then build that project. The project library should be in Public\Project\Oak\Lib. You must also modify the sources file in the code for a specific platform, in order to correctly link with the appropriate library. |
Samples | Sample applications. |
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.