Share via


Building a Custom Windows Embedded CE Stress Module

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This document explains how to build a custom Windows Embedded CE Stress module.

To build a custom Windows Embedded CE Stress module

  1. In the Solution Explorer, right click on your solution name.

  2. Choose Properties from the resulting context menu. This should bring up Property Pages for your custom solution.

  3. From the tree-view at the left pane, navigate to Configuration Properties, then to Environment.

  4. Click on the New... button to add a new environment variable.

  5. In the resulting dialog, enter SYSGEN_OSTEST as the variable name and 1 as the value.

  6. Click on the OK button to get back to the Property Pages for your custom solution.

  7. Click on the OK button again to get back to Microsoft Visual Studio.

  8. In the Solution Explorer, right click on your solution name and choose Rebuild to build your custom solution. This might take a while.

  9. Once build completes, in the Solution Explorer, right click on your solution name and choose Open Release Directory in Build Window. This should open a command window (build window).

  10. In the build window, type cd %_WINCEROOT%\private\test\stress\stress\samples\simpledll to change to the directory containing sample stress module source code.

  11. Type build -c at the command prompt to build the sample module. If this is successful, make a copy of the sample directory and use it as a template to develop your custom stress module.

See Also

Other Resources

Custom Module Creation for the Windows Embedded CE Stress Tool