ydt.plg

来自「用于既有线纵坡拟合的工具,可以准确的通过最小二乘法拟合出具有最小抬落道量的坡度线」· PLG 代码 · 共 86 行

PLG
86
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: YDT - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP74.tmp" with contents
[
/nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/YDT.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"E:\开发\YDT\rxdebug.cpp"
"E:\开发\YDT\YDT.cpp"
"E:\开发\YDT\DocData.cpp"
"E:\开发\YDT\YDTCommands.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP74.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP75.tmp" with contents
[
/nologo /MD /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/YDT.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"E:\开发\YDT\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP75.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP76.tmp" with contents
[
rxapi.lib acrx15.lib acdb15.lib acutil15.lib acge15.lib acgiapi.lib achapi15.lib acISMobj15.lib acad.lib acedapi.lib acsiobj.lib  adui15.lib acui15.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/XBYDT.pdb" /debug /machine:I386 /def:".\YDT.def" /out:"Debug/XBYDT.arx" /implib:"Debug/XBYDT.lib" /pdbtype:sept 
".\Debug\StdAfx.obj"
".\Debug\rxdebug.obj"
".\Debug\YDT.obj"
".\Debug\DocData.obj"
".\Debug\YDT.res"
".\Debug\YDTCommands.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP76.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
     Compiling MFC header files in release mode.
     Compiling STL header files in release mode.
Compiling...
rxdebug.cpp
YDT.cpp
DocData.cpp
     Compiling STL header files in release mode.
YDTCommands.cpp
     Compiling STL header files in release mode.
     Compiling STL header files in release mode.
E:\开发\YDT\YDTCommands.cpp(654) : error C2065: 'ExcelApp' : undeclared identifier
E:\开发\YDT\YDTCommands.cpp(654) : error C2228: left of '.CreateDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(660) : error C2065: 'wbsMyBooks' : undeclared identifier
E:\开发\YDT\YDTCommands.cpp(660) : error C2228: left of '.AttachDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(660) : error C2228: left of '.GetWorkbooks' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(663) : error C2065: 'wbMyBook' : undeclared identifier
E:\开发\YDT\YDTCommands.cpp(663) : error C2228: left of '.AttachDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(663) : error C2228: left of '.Add' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(663) : error C2065: '_variant_t' : undeclared identifier
E:\开发\YDT\YDTCommands.cpp(666) : error C2065: 'wssMysheets' : undeclared identifier
E:\开发\YDT\YDTCommands.cpp(666) : error C2228: left of '.AttachDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(666) : error C2228: left of '.GetWorksheets' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(669) : error C2065: 'wsMysheet' : undeclared identifier
E:\开发\YDT\YDTCommands.cpp(669) : error C2228: left of '.AttachDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(669) : error C2228: left of '.GetItem' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(672) : error C2065: 'rgMyRge' : undeclared identifier
E:\开发\YDT\YDTCommands.cpp(672) : error C2228: left of '.AttachDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(672) : error C2228: left of '.GetCells' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(680) : error C2228: left of '.Activate' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(681) : error C2228: left of '.SetVisible' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(682) : error C2228: left of '.SetUserControl' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(685) : error C2228: left of '.Quit' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(688) : error C2228: left of '.ReleaseDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(689) : error C2228: left of '.ReleaseDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(690) : error C2228: left of '.ReleaseDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(691) : error C2228: left of '.ReleaseDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(692) : error C2228: left of '.ReleaseDispatch' must have class/struct/union type
E:\开发\YDT\YDTCommands.cpp(693) : error C2228: left of '.ReleaseDispatch' must have class/struct/union type
Generating Code...
Error executing cl.exe.



<h3>Results</h3>
XBYDT.arx - 28 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?