bank.plg
来自「语音卡IVR示例程序,银行查询的示例程序,可以多线程接听用户查询」· PLG 代码 · 共 41 行
PLG
41 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Bank - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"C:\vctmp\D160a\Bank\Debug/Bank.res" /d "_DEBUG" "C:\DJDBDK\Examples\D161a\VC\Bank Demo\Bank.rc""
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR"C:\vctmp\D160a\Bank\Debug/" /Fp"C:\vctmp\D160a\Bank\Debug/Bank.pch" /YX /Fo"C:\vctmp\D160a\Bank\Debug/" /Fd"C:\vctmp\D160a\Bank\Debug/" /FD /c
"C:\DJDBDK\Examples\D161a\VC\Bank Demo\Bank.cpp"
"C:\DJDBDK\Examples\D161a\VC\Bank Demo\D.cpp"
]
Creating command line "cl.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2D.tmp"
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2E.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:windows /incremental:yes /pdb:"C:\vctmp\D160a\Bank\Debug/Bank.pdb" /debug /machine:I386 /out:"C:\vctmp\D160a\Bank\Debug/Bank.exe" /pdbtype:sept
"\vctmp\D160a\Bank\Debug\Bank.obj"
"\vctmp\D160a\Bank\Debug\D.obj"
"\vctmp\D160a\Bank\Debug\Bank.res"
"..\..\..\..\Lib\Tc08a32.lib"
"..\..\..\..\Lib\NewSig.lib"
]
Creating command line "link.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2E.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Bank.cpp
D.cpp
Linking...
<h3>Results</h3>
Bank.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?