求助 build solution
build solution 后为什么没有出现可执行文件(.exe)? 你这主题写的,连个头都没有啊~你编译什么啊? 按手册操作4-4编写第一个应用程序,结果没有手册说的生成可执行文件 你把你的操作过程,全部发上来~
不生成,也会有出错信息啊~ ------ 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 ========== E:\win6.0\WinCE6.0\SDK\sdksetup\include\ARMV4I\malloc.h(45) : error C2143: syntax error : missing ',' before '*'
先看看这个对吗? 解决了,谢谢 :P
页:
[1]