- 积分
- 101
贡献111
飞刀0 FD
注册时间2011-11-29
在线时间20 小时
|
楼主 |
发表于 2012-2-3 13:21:39
|
显示全部楼层
------ Build started: Project: ff, Configuration: Release TE6410 Board (ARMV4I) ------
Compiling...
stdafx.cpp
E:\win6.0\WinCE6.0\SDK\sdksetup\include\ARMV4I\malloc.h(45) : error C2143: syntax error : missing ',' before '*'
e:\vs2005\vs\VS2005\vssetup\VC\ce\atlmfc\include\atlosapice.h(879) : warning C4996: 'wcsncpy' was declared deprecated
e:\win6.0\wince6.0\sdk\sdksetup\include\armv4i\stdlib.h(177) : see declaration of 'wcsncpy'
Message: 'This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
e:\vs2005\vs\VS2005\vssetup\VC\ce\atlmfc\include\atlosapice.h(1075) : warning C4996: 'wcsncpy' was declared deprecated
e:\win6.0\wince6.0\sdk\sdksetup\include\armv4i\stdlib.h(177) : see declaration of 'wcsncpy'
Message: 'This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
e:\vs2005\vs\VS2005\vssetup\VC\ce\atlmfc\include\atlosapice.h(1123) : warning C4996: 'wcsncpy' was declared deprecated
e:\win6.0\wince6.0\sdk\sdksetup\include\armv4i\stdlib.h(177) : see declaration of 'wcsncpy'
Message: 'This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
e:\vs2005\vs\VS2005\vssetup\VC\ce\atlmfc\include\atltime.h(402) : error C3861: 'wcsftime': identifier not found
e:\vs2005\vs\VS2005\vssetup\VC\ce\atlmfc\include\atltime.h(429) : error C3861: 'wcsftime': identifier not found
e:\vs2005\vs\VS2005\vssetup\VC\ce\atlmfc\include\atlcomtime.h(367) : error C3861: 'wcsftime': identifier not found
Build log was saved at "file://e:\vs2005\vs\VS2005\vssetup\Common7\IDE\lianxi1\ff\ff\TE6410 Board (ARMV4I)\Release\BuildLog.htm"
ff - 4 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |
|