Rebuilding the CeLog Flush Applications (Windows CE 5.0)
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.
See Also
Writing Your Own CeLog Flush Application
Send Feedback on this topic to the authors