transform.plg

来自「C语言精彩百例第1-44例 实例1 数据类型转换 实例2 转义字符 实例3」· PLG 代码 · 共 25 行

PLG
25
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: transform - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\LB\LOCALS~1\Temp\RSPB.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/transform.pdb" /debug /machine:I386 /out:"Debug/transform.exe" /pdbtype:sept 
".\Debug\transform.obj"
]
Creating command line "link.exe @C:\DOCUME~1\LB\LOCALS~1\Temp\RSPB.tmp"
<h3>Output Window</h3>
Linking...



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

⌨️ 快捷键说明

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