📄 project3.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: project3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\hacker\LOCALS~1\Temp\RSP3E.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/project3.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\VC++6.0\Visual C++6.0\VC++6.0运行程序\project3\project3.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\hacker\LOCALS~1\Temp\RSP3E.tmp"
Creating temporary file "C:\DOCUME~1\hacker\LOCALS~1\Temp\RSP3F.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:console /incremental:yes /pdb:"Debug/project3.pdb" /debug /machine:I386 /out:"Debug/project3.exe" /pdbtype:sept
".\Debug\project3.obj"
]
Creating command line "link.exe @C:\DOCUME~1\hacker\LOCALS~1\Temp\RSP3F.tmp"
<h3>Output Window</h3>
Compiling...
project3.cpp
E:\VC++6.0\Visual C++6.0\VC++6.0运行程序\project3\project3.cpp(30) : error C2440: '=' : cannot convert from 'class _bstr_t' to 'class _bstr_t [20]'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
E:\VC++6.0\Visual C++6.0\VC++6.0运行程序\project3\project3.cpp(39) : error C2664: 'deal' : cannot convert parameter 1 from 'class _bstr_t [20]' to 'class _bstr_t'
No constructor could take the source type, or constructor overload resolution was ambiguous
Error executing cl.exe.
<h3>Results</h3>
project3.exe - 2 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -