serversock.plg

来自「socket文件」· PLG 代码 · 共 65 行

PLG
65
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ServerSock - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\甘莉\LOCALS~1\Temp\RSP2E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ServerSock.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\短信处理\socket\ServerSock\ClientSocket.cpp"
"F:\短信处理\socket\ServerSock\ListeningSocket.cpp"
"F:\短信处理\socket\ServerSock\MainFrm.cpp"
"F:\短信处理\socket\ServerSock\ServerSock.cpp"
"F:\短信处理\socket\ServerSock\ServerSockDoc.cpp"
"F:\短信处理\socket\ServerSock\ServerSockView.cpp"
"F:\短信处理\socket\ServerSock\SetPortDlg.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\甘莉\LOCALS~1\Temp\RSP2E.tmp"" 
Creating temporary file "C:\DOCUME~1\甘莉\LOCALS~1\Temp\RSP2F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ServerSock.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\短信处理\socket\ServerSock\StdAfx.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\甘莉\LOCALS~1\Temp\RSP2F.tmp"" 
Creating temporary file "C:\DOCUME~1\甘莉\LOCALS~1\Temp\RSP30.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ServerSock.pdb" /debug /machine:I386 /out:"Debug/ServerSock.exe" /pdbtype:sept 
".\Debug\ClientSocket.obj"
".\Debug\ListeningSocket.obj"
".\Debug\MainFrm.obj"
".\Debug\ServerSock.obj"
".\Debug\ServerSockDoc.obj"
".\Debug\ServerSockView.obj"
".\Debug\SetPortDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\ServerSock.res"
]
Creating command line "link.exe @"C:\DOCUME~1\甘莉\LOCALS~1\Temp\RSP30.tmp""
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
ClientSocket.cpp
ListeningSocket.cpp
MainFrm.cpp
ServerSock.cpp
ServerSockDoc.cpp
ServerSockView.cpp
SetPortDlg.cpp
Generating Code...
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/ServerSock.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\ClientSocket.sbr" ".\Debug\ListeningSocket.sbr" ".\Debug\MainFrm.sbr" ".\Debug\ServerSock.sbr" ".\Debug\ServerSockDoc.sbr" ".\Debug\ServerSockView.sbr" ".\Debug\SetPortDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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