📄 数据转换.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 数据转换 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\lz\LOCALS~1\Temp\RSP72.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/数据转换.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lz\LOCALS~1\Temp\RSP72.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/数据转换.pdb" /debug /machine:I386 /out:"Debug/数据转换.exe" /pdbtype:sept ".\Debug\StdAfx.obj" ".\Debug\数据转换.obj" ".\Debug\数据转换Dlg.obj" ".\Debug\数据转换.res" "
<h3>Output Window</h3>
Compiling...
数据转换Dlg.cpp
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1536) : error C2065: 'appFile' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1536) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1538) : error C2446: '!=' : no conversion from 'char *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1538) : error C2040: '!=' : 'int' differs in levels of indirection from 'char [1]'
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1560) : error C2065: 'm1_no' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1560) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1561) : error C2065: 'm1_name' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1561) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1562) : error C2065: 'm1_performance' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1562) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1563) : error C2065: 'm1_class' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1563) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1564) : error C2065: 'm1_kc' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1564) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1565) : error C2065: 'm1_length' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1565) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1566) : error C2065: 'm1_mark' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1566) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1567) : error C2065: 'm1_teacher' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1567) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1568) : error C2065: 'm1_date' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1568) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1569) : error C2065: 'm1_type' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1569) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1570) : error C2065: 'm1_memo' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1570) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class CString' (or there is no acceptable conversion)
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1578) : error C2065: 'sql_insert' : undeclared identifier
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1586) : error C2143: syntax error : missing ';' before '}'
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1586) : error C2143: syntax error : missing ';' before '}'
C:\Documents and Settings\lz\桌面\数据转换\数据转换Dlg.cpp(1586) : error C2143: syntax error : missing ';' before '}'
执行 cl.exe 时出错.
<h3>Results</h3>
数据转换.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -