Share via


Rebuilding the CeLog Flush Applications (Windows Embedded CE 6.0)

1/5/2010

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

Concepts

Writing Your Own CeLog Flush Application