KeyBoard.plg
上传用户:weimin735
上传日期:2008-06-11
资源大小:527k
文件大小:1k
源码类别:

输入法编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: KeyBoard - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPA0.tmp" with contents
  10. [
  11. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/KeyBoard.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  12. "E:软件自己的项目KeyBoardKeyBoardDlg.cpp"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPA0.tmp" 
  15. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPA1.tmp" with contents
  16. [
  17. /nologo /subsystem:windows /incremental:no /pdb:"Release/KeyBoard.pdb" /machine:I386 /out:"Release/KeyBoard.exe" 
  18. ".ReleaseBCMenu.obj"
  19. ".ReleaseBtnST.obj"
  20. ".ReleaseKeyBoard.obj"
  21. ".ReleaseKeyBoardDlg.obj"
  22. ".ReleaseStdAfx.obj"
  23. ".ReleaseKeyBoard.res"
  24. ]
  25. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPA1.tmp"
  26. <h3>Output Window</h3>
  27. Compiling...
  28. KeyBoardDlg.cpp
  29. E:软件自己的项目KeyBoardresource.h(11) : warning C4005: 'IDC_HAND' : macro redefinition
  30.         D:动态库SDKINCLUDEwinuser.h(8210) : see previous definition of 'IDC_HAND'
  31. Linking...
  32. <h3>Results</h3>
  33. KeyBoard.exe - 0 error(s), 1 warning(s)
  34. </pre>
  35. </body>
  36. </html>