firstpdf.plg

来自「VC++实现pdf生成」· PLG 代码 · 共 36 行

PLG
36
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FirstPDF - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Build : warning : failed to (or don't know how to) build 'C:\Documents and Settings\Administrator\桌面\实验\PDFLibTest\PDFLib\pdflib.cpp'

Build : warning : failed to (or don't know how to) build 'C:\Documents and Settings\Administrator\桌面\实验\PDFLibTest\PDFLib\except.cpp'

Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.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 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/FirstPDF.pdb" /debug /machine:I386 /out:"Debug/FirstPDF.exe" /pdbtype:sept 
".\Debug\except.obj"
".\Debug\FirstPDF.obj"
".\Debug\pdflib.obj"
".\Debug\StdAfx.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP7.tmp"
<h3>Output Window</h3>
Linking...
LINK : LNK6004: Debug/FirstPDF.exe not found or not built by the last incremental link; performing full link
Creating command line "bscmake.exe /nologo /o"Debug/FirstPDF.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\except.sbr" ".\Debug\FirstPDF.sbr" ".\Debug\pdflib.sbr""
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
FirstPDF.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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