Rebuilding the CeLog Flush Applications (Windows CE 5.0)

Send Feedback

If you modify the code for CeLogFlush or OSCapture, you must rebuild the executable in order to run your modified code.

To rebuild CeLogFlush.exe

  1. Open a command-line build window for your project

  2. Type

    set WINCEREL=1
    
  3. Navigate to %_WINCEROOT%\public\common\sdk\samples\CeLog\flush\CeLogFlush.

  4. Type

    build
    
  5. Type

    sysgen celogflush
    

    The new CeLogFlush.exe file is written to your flat release directory.

To rebuild OSCapture.exe

  1. Open a command-line build window for your project

  2. Type

    set WINCEREL=1
    
  3. Navigate to %_WINCEROOT%\public\common\sdk\samples\CeLog\flush\OSCapture.

  4. Type

    build
    
  5. Type

    sysgen oscapture
    

    The new OSCapture.exe file is written to your flat release directory.

See Also

Writing Your Own CeLog Flush Application

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.