📄 proxyserver.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ProxyServer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEA.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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/ProxyServer.pdb" /machine:I386 /out:"Release/ProxyServer.exe"
".\Release\DrServerManager.obj"
".\Release\LocalizingMgr.obj"
".\Release\main.obj"
".\Release\monitor.obj"
".\Release\mylog.obj"
".\Release\network6.obj"
".\Release\packed.obj"
".\Release\Proxy.obj"
".\Release\recvmsg.obj"
".\Release\RMListenerTable.obj"
".\Release\RMProc.obj"
".\Release\RMTable.obj"
".\Release\server.obj"
".\Release\servertable.obj"
".\Release\ServerTable2.obj"
".\Release\struct.obj"
".\Release\UserManager.obj"
".\Release\usertable.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEA.tmp"
<h3>Output Window</h3>
Linking...
recvmsg.obj : error LNK2001: unresolved external symbol "void __cdecl MgrSend(unsigned long,void *,unsigned long)" (?MgrSend@@YAXKPAXK@Z)
Release/ProxyServer.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
<h3>Results</h3>
ProxyServer.exe - 2 error(s), 0 warning(s)
<h3>
--------------------Configuration: ProxyServer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEC.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/ProxyServer.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\DrServerManager.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\LocalizingMgr.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\main.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\network6.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\recvmsg.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\RMListenerTable.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\RMProc.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\RMTable.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\server.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\servertable.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\ServerTable2.cpp"
"D:\DragonRaja-Server\Source\ProxyServer_Latest(1)\ProxyServer_Latest\usertable.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEC.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPED.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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Ws2_32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/ProxyServer103p_040407.pdb" /map:"..\Exe\ProxyServer103p_040407.map" /debug /machine:I386 /out:"..\Exe\ProxyServer103p_040407.exe" /pdbtype:sept /MAPINFO:EXPORTS /MAPINFO:LINES
".\Debug\DrServerManager.obj"
".\Debug\LocalizingMgr.obj"
".\Debug\main.obj"
".\Debug\monitor.obj"
".\Debug\mylog.obj"
".\Debug\network6.obj"
".\Debug\packed.obj"
".\Debug\Proxy.obj"
".\Debug\recvmsg.obj"
".\Debug\RMListenerTable.obj"
".\Debug\RMProc.obj"
".\Debug\RMTable.obj"
".\Debug\server.obj"
".\Debug\servertable.obj"
".\Debug\ServerTable2.obj"
".\Debug\struct.obj"
".\Debug\UserManager.obj"
".\Debug\usertable.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPED.tmp"
<h3>Output Window</h3>
Compiling...
LocalizingMgr.cpp
DrServerManager.cpp
main.cpp
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\main.cpp(92) : warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning)
network6.cpp
recvmsg.cpp
RMListenerTable.cpp
RMProc.cpp
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\rmproc.cpp(343) : warning C4800: 'unsigned char' : forcing value to bool 'true' or 'false' (performance warning)
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\rmproc.cpp(347) : warning C4800: 'unsigned char' : forcing value to bool 'true' or 'false' (performance warning)
RMTable.cpp
server.cpp
servertable.cpp
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\servertable.cpp(1708) : warning C4101: 'szSendMsg' : unreferenced local variable
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\servertable.cpp(2040) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\servertable.cpp(2045) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\servertable.cpp(2065) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
ServerTable2.cpp
usertable.cpp
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\usertable.cpp(532) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
d:\dragonraja-server\source\proxyserver_latest(1)\proxyserver_latest\usertable.cpp(537) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
Linking...
<h3>Results</h3>
ProxyServer103p_040407.exe - 0 error(s), 9 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -