Compartir a través de


Finding Files for a CETK Test (Windows CE 5.0)

Send Feedback

You can use the Find in Files dialog box in the Platform Builder IDE to find sources files related to a CETK test. You can then use information in the sources files to determine the location of the source code for the CETK test.

To find files for a CETK test

  1. In the Platform Builder IDE, from the Edit menu, choose Find in Files.

  2. In the Find what box, type the name of the DLL for the CETK test, without the file name extension.

    In the command line for a CETK test, the name of the DLL is the value that follows the -d command-line parameter.

  3. From the In files/file types box, choose sources;dirs.

  4. In the In folder box, type <path>\TEST\, where <path> is the value of the %_PRIVATEROOT% environment variable.

    For information about viewing the value of an environment variable, see Determining the Value of an Environment Variable.

  5. Select the Look in subfolders check box.

  6. Choose Find.

    On the Find in Files 1 tab, you can double-click a search result to open the file that contains the search result in the Platform Builder IDE and display the result in the context of the file.

  7. Open and examine each sources file listed on the Find in Files 1 tab of the Output window.

    Note which sources files specify the name of the Tux DLL for the CETK test as TARGETNAME.

See Also

How to Analyze CETK Test Results to Debug a Driver | Find in Files Dialog Box

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.