windows mobile 6.5 编译错误

编译错误 (执行 blddemo clean -q):
Res2Res: Using resources from D:\WM6530\public\shellw\oak\lib\ARMV4I\retail\fbrowser_wpcext_192.res.
Res2Res: Adding resources from D:\WM6530\public\shellw\oak\lib\ARMV4I\retail\fbrowser_wpcext_192.res to C:\Users\ADMINI~1\AppData\Local\Temp\R2R3810.tmp.
ERROR: Res2Res: Res2Res:  ERROR: Line: 267 File: f:\bowmore2\private\winceos\tools\rescommon\checksum.cpp
ERROR: Res2Res: Res2Res:  ERROR: Line: 267 File: f:\bowmore2\private\winceos\tools\rescommon\checksum.cpp
Res2Res: Error adding resources (-1)
NMAKE : fatal error U1077: 'for' : return code '0xffffffff'
Stop.
NMAKE : fatal error U1077: 'D:\WM6530\sdk\bin\i386\nmake.exe' : return code '0x2'
Stop.
解决方法: 执行blddemo -q ,原因是blddemo clean -q中途失败,导致部分编译问题。

你可能感兴趣的:(windows mobile 6.5 编译错误)