Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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=1Navigate to %_WINCEROOT%\public\common\sdk\samples\CeLog\flush\CeLogFlush.
Type
buildType
sysgen celogflushThe 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=1Navigate to %_WINCEROOT%\public\common\sdk\samples\CeLog\flush\OSCapture.
Type
buildType
sysgen oscaptureThe 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