tcpserver.plg

来自「多客户端与服务器(多线程)通信」· PLG 代码 · 共 31 行

PLG
31
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TCPServer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16CE.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/TCPServer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\VcCode\TongNa\TCPServer\TCPServerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16CE.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/TCPServer.pdb" /machine:I386 /out:"Release/TCPServer.exe"  .\Release\StdAfx.obj .\Release\TCPServer.obj .\Release\TCPServerDlg.obj .\Release\TCPServer.res "
<h3>Output Window</h3>
Compiling...
TCPServerDlg.cpp
D:\VcCode\TongNa\TCPServer\TCPServerDlg.cpp(4) : warning C4651: '/D_DLL' specified for precompiled header but not for current compile
D:\VcCode\TongNa\TCPServer\TCPServerDlg.cpp(4) : warning C4651: '/D_AFXDLL' specified for precompiled header but not for current compile
Linking...
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library



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

⌨️ 快捷键说明

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