📄 cmppapi_test.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: cmppapi_test - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC3.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /I "../cmppapi" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fo"Release/" /Fd"Release/" /FD /c
"D:\Tomfan\CMPP3.0_build15\接口库\CmppClient Sample\cmppapi_test.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC3.tmp"
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC4.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /I "../cmppapi" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/cmppapi_test.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\Tomfan\CMPP3.0_build15\接口库\CmppClient Sample\StdAfx.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC4.tmp"
Creating command line "link.exe /nologo /subsystem:console /incremental:no /pdb:"Release/cmppclient.pdb" /machine:I386 /out:"../cmppapi/cmppclient.exe" /libpath:"../cmppapi" ".\Release\cmppapi_test.obj" ".\Release\StdAfx.obj" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
cmppapi_test.cpp
../cmppapi\cmpp.h(551) : warning C4251: 'm_pool' : class 'CThreadPool' needs to have dll-interface to be used by clients of class 'CCmppClient'
../cmppapi\cmpp.h(162) : see declaration of 'CThreadPool'
../cmppapi\cmpp.h(552) : warning C4251: 'm_worker' : class 'CWorker' needs to have dll-interface to be used by clients of class 'CCmppClient'
../cmppapi\cmpp.h(529) : see declaration of 'CWorker'
../cmppapi\cmpp.h(555) : warning C4251: 'm_socketCS' : class 'CCriticalSection' needs to have dll-interface to be used by clients of class 'CCmppClient'
F:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE\afxmt.h(145) : see declaration of 'CCriticalSection'
../cmppapi\cmpp.h(610) : warning C4251: 'conn_list' : struct 'client_conn' needs to have dll-interface to be used by clients of class 'CCmppServer'
../cmppapi\cmpp.h(497) : see declaration of 'client_conn'
../cmppapi\cmpp.h(616) : warning C4251: 'm_pool' : class 'CThreadPool' needs to have dll-interface to be used by clients of class 'CCmppServer'
../cmppapi\cmpp.h(162) : see declaration of 'CThreadPool'
../cmppapi\cmpp.h(617) : warning C4251: 'm_worker' : class 'CWorker' needs to have dll-interface to be used by clients of class 'CCmppServer'
../cmppapi\cmpp.h(529) : see declaration of 'CWorker'
Linking...
Creating library ../cmppapi/cmppclient.lib and object ../cmppapi/cmppclient.exp
LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF
<h3>Results</h3>
cmppclient.exe - 0 error(s), 9 warning(s)
<h3>
--------------------Configuration: cmppapi_test - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC8.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../cmppapi" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Tomfan\CMPP3.0_build15\接口库\CmppClient Sample\cmppapi_test.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC8.tmp"
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC9.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../cmppapi" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/cmppapi_test.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Tomfan\CMPP3.0_build15\接口库\CmppClient Sample\StdAfx.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC9.tmp"
Creating command line "link.exe /nologo /subsystem:console /incremental:yes /pdb:"Debug/cmppclient.pdb" /debug /machine:I386 /out:"../cmppapi/cmppclient.exe" /pdbtype:sept /libpath:"../cmppapi" ".\Debug\cmppapi_test.obj" ".\Debug\StdAfx.obj" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
cmppapi_test.cpp
Linking...
Creating library ../cmppapi/cmppclient.lib and object ../cmppapi/cmppclient.exp
<h3>Results</h3>
cmppclient.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -