ExDAL.plg
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:4k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ExDAL - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "midl.exe /tlb ".ExDAL.tlb" /h "ExDAL.h" /iid "ExDAL_i.c" /Oicf "C:VCday15ExDALExDAL.idl""
  10. Creating command line "rc.exe /l 0x804 /fo"Debug/ExDAL.res" /d "_DEBUG" /d "_AFXDLL" "C:VCday15ExDALExDAL.rc"" 
  11. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP147.tmp" with contents
  12. [
  13. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/ExDAL.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ    /c 
  14. "C:VCday15ExDALExDAL.cpp"
  15. "C:VCday15ExDALDALMyBooks.cpp"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP147.tmp" 
  18. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP148.tmp" with contents
  19. [
  20. /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/ExDAL.pdb" /debug /machine:I386 /def:".ExDAL.def" /out:"Debug/ExDAL.dll" /implib:"Debug/ExDAL.lib" /pdbtype:sept 
  21. .DebugStdAfx.obj
  22. .DebugExDAL.obj
  23. .DebugExDAL.res
  24. .DebugDALMyBooks.obj
  25. ]
  26. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP148.tmp"
  27. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP149.bat" with contents
  28. [
  29. @echo off
  30. regsvr32 /s /c ".DebugExDAL.dll"
  31. echo regsvr32 exec. time > ".Debugregsvr32.trg"
  32. ]
  33. Creating command line "C:DOCUME~1ADMINI~1LOCALS~1TempRSP149.bat"
  34. Creating Type Library...
  35. Microsoft (R) MIDL Compiler Version 5.01.0164  
  36. Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
  37. Processing C:VCday15ExDALExDAL.idl
  38. ExDAL.idl
  39. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEoaidl.idl
  40. oaidl.idl
  41. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEobjidl.idl
  42. objidl.idl
  43. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEunknwn.idl
  44. unknwn.idl
  45. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEwtypes.idl
  46. wtypes.idl
  47. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEocidl.idl
  48. ocidl.idl
  49. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEoleidl.idl
  50. oleidl.idl
  51. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEservprov.idl
  52. servprov.idl
  53. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEurlmon.idl
  54. urlmon.idl
  55. Processing C:Program FilesMicrosoft Visual StudioVC98INCLUDEmsxml.idl
  56. msxml.idl
  57. C:VCday15ExDALExDAL.idl(25) : warning MIDL2039 : interface does not conform to [oleautomation] attribute : [ Parameter 'mybook' of Procedure 'GetBookByIsbn' ( Interface 'IDALMyBooks' ) ]
  58. C:VCday15ExDALExDAL.idl(26) : warning MIDL2039 : interface does not conform to [oleautomation] attribute : [ Parameter 'allBook' of Procedure 'QueryAllBook' ( Interface 'IDALMyBooks' ) ]
  59. C:VCday15ExDALExDAL.idl(27) : warning MIDL2039 : interface does not conform to [oleautomation] attribute : [ Parameter 'bookdata' of Procedure 'SaveBook' ( Interface 'IDALMyBooks' ) ]
  60. C:VCday15ExDALExDAL.idl(29) : warning MIDL2039 : interface does not conform to [oleautomation] attribute : [ Parameter 'Book' of Procedure 'Update' ( Interface 'IDALMyBooks' ) ]
  61. Compiling resources...
  62. Compiling...
  63. ExDAL.cpp
  64. c:vcday15exdaldalmybooks.h(48) : error C2146: syntax error : missing ';' before identifier 'GetMyConn'
  65. c:vcday15exdaldalmybooks.h(48) : error C2501: '_ConnectionPtr' : missing storage-class or type specifiers
  66. DALMyBooks.cpp
  67. c:vcday15exdaldalmybooks.h(48) : error C2146: syntax error : missing ';' before identifier 'GetMyConn'
  68. c:vcday15exdaldalmybooks.h(48) : error C2501: '_ConnectionPtr' : missing storage-class or type specifiers
  69. C:VCday15ExDALDALMyBooks.cpp(28) : error C2065: '_ConnectionPtr' : undeclared identifier
  70. C:VCday15ExDALDALMyBooks.cpp(28) : error C2146: syntax error : missing ';' before identifier 'conn'
  71. C:VCday15ExDALDALMyBooks.cpp(28) : error C2065: 'conn' : undeclared identifier
  72. C:VCday15ExDALDALMyBooks.cpp(71) : error C2143: syntax error : missing ';' before 'tag::id'
  73. C:VCday15ExDALDALMyBooks.cpp(71) : error C2501: '_ConnectionPtr' : missing storage-class or type specifiers
  74. C:VCday15ExDALDALMyBooks.cpp(71) : fatal error C1004: unexpected end of file found
  75. Generating Code...
  76. Error executing cl.exe.
  77. <h3>Output Window</h3>
  78. <h3>Results</h3>
  79. ExDAL.dll - 10 error(s), 4 warning(s)
  80. </pre>
  81. </body>
  82. </html>