excel.plg

来自「通过VC++写EXCEL表格」· PLG 代码 · 共 28 行

PLG
28
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: excel - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\aifeng\LOCALS~1\Temp\RSP18C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/excel.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Mr2\我的程序\我的练习程序\读写excel\excelDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\aifeng\LOCALS~1\Temp\RSP18C.tmp" 
<h3>Output Window</h3>
Compiling...
excelDlg.cpp
d:\mr2\我的程序\我的练习程序\读写excel\exceldlg.cpp(4) : fatal error C1853: 'Debug/excel.pch' is not a precompiled header file created with this compiler
Error executing cl.exe.



<h3>Results</h3>
excelDlg.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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