Share via


Building a Tux DLL with Platform Builder (Windows CE 5.0)

Send Feedback

A Tux DLL is a module that defines the characteristics of a test for the CETK. For information about functions, messages, and structures that you can include in a Tux DLL, see Tux Test Module Reference.

You can build a Tux DLL using Platform Builder. You can also build a Tux DLL from the command line. For information about building a Tux DLL from the command line, see Building a Tux DLL From the Command Line.

To build a Tux DLL using Platform Builder, you must first prepare an OS design in which to create a project for the Tux DLL.

To prepare an OS design for the Tux DLL

  1. From the File menu, choose New Platform, and then use the New Platform Wizard to create a new OS design.
  2. From the Build OS menu, choose Sysgen.

After preparing an OS design, you can create a project for the Tux DLL.

To create a project for the Tux DLL

  1. From the File menu, choose New Project or File.

  2. Choose the Projects tab, and then select WCE TUX Dynamic-Link Library.

  3. In the Project name box, type a name for the project.

    For example, in the Project name box, type TuxDll.

  4. Choose Workspace project, and then choose OK.

  5. Choose Next, and then choose Finish.

After completing the wizard, you can build a sample Tux DLL from this framework. You can alternatively add your own code and then build the project to create a custom test for the CETK.

You can use Platform Builder to build the Tux DLL.

To build the Tux DLL

  1. In the Workspace window, choose the FileView tab.
  2. Expand Projects, and then select <Project name>.
  3. From the Build Project menu, choose Build Current Project.

After you build the Tux DLL, you can add the test to the CETK. For information about adding the Tux DLL to the CETK, see Adding a Custom Test to the CETK.

See Also

How to Use the CETK to Test a Driver | Tux Test Harness

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.