MySQL.plg
上传用户:wangfu1106
上传日期:2014-08-20
资源大小:193k
文件大小:2k
源码类别:

数据库编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: MySQL - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/MySQL.res" /d "NDEBUG" /d "_AFXDLL" "D:VC学习mysqlMySQL.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPD.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MySQL.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "D:VC学习mysqlAboutDlg.cpp"
  14. "D:VC学习mysqlMySQL.cpp"
  15. "D:VC学习mysqlMySQLDlg.cpp"
  16. "D:VC学习mysqlInheritBtnST.cpp"
  17. "D:VC学习mysqlInheritCreditstatic.cpp"
  18. "D:VC学习mysqlInheritHyperLink.cpp"
  19. ]
  20. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPD.tmp" 
  21. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPE.tmp" with contents
  22. [
  23. /nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MySQL.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  24. "D:VC学习mysqlStdAfx.cpp"
  25. ]
  26. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPE.tmp" 
  27. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPF.tmp" with contents
  28. [
  29. libmysql.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/MySQL.pdb" /machine:I386 /out:"Release/MySQL.exe" 
  30. ".ReleaseAboutDlg.obj"
  31. ".ReleaseMySQL.obj"
  32. ".ReleaseMySQLDlg.obj"
  33. ".ReleaseStdAfx.obj"
  34. ".ReleaseBtnST.obj"
  35. ".ReleaseCreditstatic.obj"
  36. ".ReleaseHyperLink.obj"
  37. ".ReleaseMySQL.res"
  38. ]
  39. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPF.tmp"
  40. <h3>Output Window</h3>
  41. Compiling resources...
  42. Compiling...
  43. StdAfx.cpp
  44. Compiling...
  45. AboutDlg.cpp
  46. MySQL.cpp
  47. D:VC学习mysqlMySQLDlg.h(11) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
  48. MySQLDlg.cpp
  49. D:VC学习mysqlMySQLDlg.h(11) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
  50. BtnST.cpp
  51. Creditstatic.cpp
  52. HyperLink.cpp
  53. Generating Code...
  54. Error executing cl.exe.
  55. <h3>Results</h3>
  56. MySQL.exe - 2 error(s), 0 warning(s)
  57. </pre>
  58. </body>
  59. </html>