StructDemo.plg
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:5k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: StructDemo - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP381.tmp" with contents
- [
- /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
- "C:VCday11StructDemo03MyStruct.cpp"
- "C:VCday11StructDemo03StructDemo.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP381.tmp"
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP382.tmp" with contents
- [
- /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
- .DebugMyStruct.obj
- .DebugStdAfx.obj
- .DebugStructDemo.obj
- .DebugStructDemo.res
- ]
- Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP382.tmp"
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP383.bat" with contents
- [
- @echo off
- regsvr32 /s /c ".DebugStructDemo.dll"
- echo regsvr32 exec. time > ".Debugregsvr32.trg"
- ]
- Creating command line "C:DOCUME~1ADMINI~1LOCALS~1TempRSP383.bat"
- Compiling...
- MyStruct.cpp
- C:VCday11StructDemo03MyStruct.cpp(37) : warning C4018: '<' : signed/unsigned mismatch
- C:VCday11StructDemo03MyStruct.cpp(46) : error C2511: 'get_UID' : overloaded member function 'long (unsigned short ** )' not found in 'CMyStruct'
- c:vcday11structdemo03mystruct.h(10) : see declaration of 'CMyStruct'
- C:VCday11StructDemo03MyStruct.cpp(56) : error C2511: 'put_UID' : overloaded member function 'long (unsigned short *)' not found in 'CMyStruct'
- c:vcday11structdemo03mystruct.h(10) : see declaration of 'CMyStruct'
- StructDemo.cpp
- c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : error C2259: 'CComObject<class CMyStruct>' : cannot instantiate abstract class due to following members:
- 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 ** )'
- c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::get_UID(unsigned short ** )' : pure virtual function was not defined
- c:vcday11structdemo03structdemo.h(108) : see declaration of 'get_UID'
- 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 ** )'
- c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::put_UID(unsigned short *)' : pure virtual function was not defined
- c:vcday11structdemo03structdemo.h(111) : see declaration of 'put_UID'
- 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 ** )'
- c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : error C2259: 'CComObject<class CMyStruct>' : cannot instantiate abstract class due to following members:
- 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 ** )'
- c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::get_UID(unsigned short ** )' : pure virtual function was not defined
- c:vcday11structdemo03structdemo.h(108) : see declaration of 'get_UID'
- 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 ** )'
- c:program filesmicrosoft visual studiovc98atlincludeatlcom.h(1827) : warning C4259: 'long __stdcall IMyStruct::put_UID(unsigned short *)' : pure virtual function was not defined
- c:vcday11structdemo03structdemo.h(111) : see declaration of 'put_UID'
- 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 ** )'
- Generating Code...
- Error executing cl.exe.
- <h3>Output Window</h3>
- <h3>Results</h3>
- StructDemo.dll - 4 error(s), 5 warning(s)
- </pre>
- </body>
- </html>