Rebuilding the CeLog Flush Applications
Other versions of this page are also available for the following:
8/27/2008
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
Open a command-line build window for your project
Type
set WINCEREL=1
Navigate to %_WINCEROOT%\public\common\sdk\samples\CeLog\flush\CeLogFlush.
Type
build
Type
sysgen celogflush
The new CeLogFlush.exe file is written to your flat release directory.
To rebuild OSCapture.exe
Open a command-line build window for your project
Type
set WINCEREL=1
Navigate to %_WINCEROOT%\public\common\sdk\samples\CeLog\flush\OSCapture.
Type
build
Type
sysgen oscapture
The new OSCapture.exe file is written to your flat release directory.