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

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: StructDemo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP381.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/StructDemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "C:VCday11StructDemo03MyStruct.cpp"
  13. "C:VCday11StructDemo03StructDemo.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP381.tmp" 
  16. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP382.tmp" with contents
  17. [
  18. /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/StructDemo.pdb" /debug /machine:I386 /def:".StructDemo.def" /out:"Debug/StructDemo.dll" /implib:"Debug/StructDemo.lib" /pdbtype:sept 
  19. .DebugMyStruct.obj
  20. .DebugStdAfx.obj
  21. .DebugStructDemo.obj
  22. .DebugStructDemo.res
  23. ]
  24. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP382.tmp"
  25. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP383.bat" with contents
  26. [
  27. @echo off
  28. regsvr32 /s /c ".DebugStructDemo.dll"
  29. echo regsvr32 exec. time > ".Debugregsvr32.trg"
  30. ]
  31. Creating command line "C:DOCUME~1ADMINI~1LOCALS~1TempRSP383.bat"
  32. Compiling...
  33. MyStruct.cpp
  34. C:VCday11StructDemo03MyStruct.cpp(37) : warning C4018: '<' : signed/unsigned mismatch
  35. C:VCday11StructDemo03MyStruct.cpp(46) : error C2511: 'get_UID' : overloaded member function 'long (unsigned short ** )' not found in 'CMyStruct'
  36.         c:vcday11structdemo03mystruct.h(10) : see declaration of 'CMyStruct'
  37. C:VCday11StructDemo03MyStruct.cpp(56) : error C2511: 'put_UID' : overloaded member function 'long (unsigned short *)' not found in 'CMyStruct'
  38.         c:vcday11structdemo03mystruct.h(10) : see declaration of 'CMyStruct'
  39. StructDemo.cpp
  40. c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : error C2259: 'CComObject<class CMyStruct>' : cannot instantiate abstract class due to following members:
  41.         c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1823) : while compiling class-template member function 'long __stdcall ATL::CComCreator<class ATL::CComObject<class CMyStruct> >::CreateInstance(void *,const struct _GUID &,void ** )'
  42. c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::get_UID(unsigned short ** )' : pure virtual function was not defined
  43.         c:vcday11structdemo03structdemo.h(108) : see declaration of 'get_UID'
  44.         c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1823) : while compiling class-template member function 'long __stdcall ATL::CComCreator<class ATL::CComObject<class CMyStruct> >::CreateInstance(void *,const struct _GUID &,void ** )'
  45. c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::put_UID(unsigned short *)' : pure virtual function was not defined
  46.         c:vcday11structdemo03structdemo.h(111) : see declaration of 'put_UID'
  47.         c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1823) : while compiling class-template member function 'long __stdcall ATL::CComCreator<class ATL::CComObject<class CMyStruct> >::CreateInstance(void *,const struct _GUID &,void ** )'
  48. c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : error C2259: 'CComObject<class CMyStruct>' : cannot instantiate abstract class due to following members:
  49.         c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1823) : while compiling class-template member function 'long __stdcall ATL::CComCreator<class ATL::CComObject<class CMyStruct> >::CreateInstance(void *,const struct _GUID &,void ** )'
  50. c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::get_UID(unsigned short ** )' : pure virtual function was not defined
  51.         c:vcday11structdemo03structdemo.h(108) : see declaration of 'get_UID'
  52.         c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1823) : while compiling class-template member function 'long __stdcall ATL::CComCreator<class ATL::CComObject<class CMyStruct> >::CreateInstance(void *,const struct _GUID &,void ** )'
  53. c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::put_UID(unsigned short *)' : pure virtual function was not defined
  54.         c:vcday11structdemo03structdemo.h(111) : see declaration of 'put_UID'
  55.         c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1823) : while compiling class-template member function 'long __stdcall ATL::CComCreator<class ATL::CComObject<class CMyStruct> >::CreateInstance(void *,const struct _GUID &,void ** )'
  56. Generating Code...
  57. Error executing cl.exe.
  58. <h3>Output Window</h3>
  59. <h3>Results</h3>
  60. StructDemo.dll - 4 error(s), 5 warning(s)
  61. </pre>
  62. </body>
  63. </html>