TestCom1.plg
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:2k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: TestCom1 - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1AB.tmp" with contents
- [
- /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Fp"Debug/TestCom1.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
- "C:VCday10TestCom1_02MyTools.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1AB.tmp"
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1AC.tmp" with contents
- [
- kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/TestCom1.pdb" /debug /machine:I386 /def:".TestCom1.def" /out:"Debug/TestCom1.dll" /implib:"Debug/TestCom1.lib" /pdbtype:sept
- .DebugMyTools.obj
- .DebugStdAfx.obj
- .DebugTestCom1.obj
- .DebugTestCom1.res
- ]
- Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1AC.tmp"
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1AD.bat" with contents
- [
- @echo off
- regsvr32 /s /c ".DebugTestCom1.dll"
- echo regsvr32 exec. time > ".Debugregsvr32.trg"
- ]
- Creating command line "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1AD.bat"
- Compiling...
- MyTools.cpp
- c:vcday10testcom1_02mytools.h(15) : error C2065: 'CLSID_MyTools' : undeclared identifier
- c:vcday10testcom1_02mytools.h(17) : error C2504: 'IMyAdd' : base class undefined
- c:vcday10testcom1_02mytools.h(17) : fatal error C1903: unable to recover from previous error(s); stopping compilation
- Error executing cl.exe.
- <h3>Output Window</h3>
- <h3>Results</h3>
- TestCom1.dll - 3 error(s), 0 warning(s)
- </pre>
- </body>
- </html>