1.将MyApp.exe复制到目录
D:\WINCE420\PUBLIC\XSBase255_test\RelDir\XSBASE255_ARMV4Release下;
2.修改MyWinCE工程的project.bib文件,在FILES Section添加
MyApp.exe $(_FLATRELEASEDIR)\MyApp.exe NK H
3.修改platform.reg
添加[HKEY_LOCAL_MACHINE\Init]
"Launch50"="MyApp.exe"
"Depend50"=hex:14,00,1e,00
完成。