ThreadTest.vcl
上传用户:hvpower
上传日期:2022-07-01
资源大小:2660k
文件大小:3k
源码类别:

进程与线程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ThreadTest - Win32 (WCE ARMV4) Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"ARMV4Rel/ThreadTest.res" /d UNDER_CE=400 /d _WIN32_WCE=400 /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "WCE_PLATFORM_STANDARDSDK" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r "G:实例代码第7章ThreadTestThreadTestThreadTest.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP39.tmp" with contents
  11. [
  12. /nologo /W3 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=400 /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /Fp"ARMV4Rel/ThreadTest.pch" /YX /Fo"ARMV4Rel/" /O2 /MC /c 
  13. "G:实例代码第7章ThreadTestThreadTestMainFrm.cpp"
  14. "G:实例代码第7章ThreadTestThreadTestStdAfx.cpp"
  15. "G:实例代码第7章ThreadTestThreadTestThreadTest.cpp"
  16. "G:实例代码第7章ThreadTestThreadTestThreadTestDoc.cpp"
  17. "G:实例代码第7章ThreadTestThreadTestThreadTestView.cpp"
  18. ]
  19. Creating command line "clarm.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP39.tmp" 
  20. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP3A.tmp" with contents
  21. [
  22. commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMV4Rel/ThreadTest.pdb" /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib" /out:"ARMV4Rel/ThreadTest.exe" /subsystem:windowsce,4.00 /align:"4096" /MACHINE:ARM 
  23. ".ARMV4RelMainFrm.obj"
  24. ".ARMV4RelStdAfx.obj"
  25. ".ARMV4RelThreadTest.obj"
  26. ".ARMV4RelThreadTestDoc.obj"
  27. ".ARMV4RelThreadTestView.obj"
  28. ".ARMV4RelThreadTest.res"
  29. ]
  30. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP3A.tmp"
  31. <h3>Output Window</h3>
  32. Compiling resources...
  33. Compiling...
  34. MainFrm.cpp
  35. g:实例代码第7章threadtestthreadtestmainfrm.h(70) : error C2065: 'NUM_TOOL_TIPS' : undeclared identifier
  36. g:实例代码第7章threadtestthreadtestmainfrm.h(70) : error C2057: expected constant expression
  37. g:实例代码第7章threadtestthreadtestmainfrm.h(70) : warning C4200: nonstandard extension used : zero-sized array in struct/union
  38. g:实例代码第7章threadtestthreadtestmainfrm.cpp(52) : error C2039: 'm_bShowSharedNewButton' : is not a member of 'CCeCommandBar'
  39.         c:program fileswindows ce toolswce400standardsdkmfcincludewcebar.h(27) : see declaration of 'CCeCommandBar'
  40. StdAfx.cpp
  41. ThreadTest.cpp
  42. g:实例代码第7章threadtestthreadtestmainfrm.h(70) : error C2065: 'NUM_TOOL_TIPS' : undeclared identifier
  43. g:实例代码第7章threadtestthreadtestmainfrm.h(70) : error C2057: expected constant expression
  44. g:实例代码第7章threadtestthreadtestmainfrm.h(70) : warning C4200: nonstandard extension used : zero-sized array in struct/union
  45. ThreadTestDoc.cpp
  46. ThreadTestView.cpp
  47. Error executing clarm.exe.
  48. <h3>Results</h3>
  49. ThreadTest.exe - 5 error(s), 2 warning(s)
  50. </pre>
  51. </body>
  52. </html>