demo.plg
资源名称:PPP0208.rar [点击查看]
上传用户:karykuang
上传日期:2010-02-26
资源大小:103k
文件大小:2k
源码类别:
TCP/IP协议栈
开发平台:
Visual C++
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: demo - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating command line "rc.exe /l 0x804 /fo"Debug/demo.res" /d "_DEBUG" /d "_AFXDLL" "F:WcyM_RDProgPPP0207demo.rc""
- Creating temporary file "C:DOCUME~1wcy.HXLOCALS~1TempRSP259.tmp" with contents
- [
- /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/demo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
- "F:WcyM_RDProgPPP0207CRC.cpp"
- "F:WcyM_RDProgPPP0207demo.cpp"
- "F:WcyM_RDProgPPP0207demoDlg.cpp"
- "F:WcyM_RDProgPPP0207Ip.cpp"
- "F:WcyM_RDProgPPP0207Packet.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1wcy.HXLOCALS~1TempRSP259.tmp"
- Creating temporary file "C:DOCUME~1wcy.HXLOCALS~1TempRSP25A.tmp" with contents
- [
- /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/demo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
- "F:WcyM_RDProgPPP0207StdAfx.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1wcy.HXLOCALS~1TempRSP25A.tmp"
- Creating temporary file "C:DOCUME~1wcy.HXLOCALS~1TempRSP25B.tmp" with contents
- [
- /nologo /subsystem:windows /incremental:yes /pdb:"Debug/demo.pdb" /debug /machine:I386 /out:"Debug/demo.exe" /pdbtype:sept
- .DebugCRC.obj
- .Debugdemo.obj
- .DebugdemoDlg.obj
- .DebugIp.obj
- .DebugPacket.obj
- .DebugStdAfx.obj
- .Debugdemo.res
- ]
- Creating command line "link.exe @C:DOCUME~1wcy.HXLOCALS~1TempRSP25B.tmp"
- <h3>Output Window</h3>
- Compiling resources...
- Compiling...
- StdAfx.cpp
- Compiling...
- CRC.cpp
- demo.cpp
- demoDlg.cpp
- F:WcyM_RDProgPPP0207demoDlg.cpp(594) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
- F:WcyM_RDProgPPP0207demoDlg.cpp(481) : warning C4101: 'bReturn' : unreferenced local variable
- Ip.cpp
- Packet.cpp
- Generating Code...
- F:WcyM_RDProgPPP0207Packet.cpp(608) : warning C4700: local variable 'iHeadpos' used without having been initialized
- Linking...
- Creating command line "bscmake.exe /nologo /o"Debug/demo.bsc" .DebugStdAfx.sbr .DebugCRC.sbr .Debugdemo.sbr .DebugdemoDlg.sbr .DebugIp.sbr .DebugPacket.sbr"
- Creating browse info file...
- <h3>Output Window</h3>
- <h3>Results</h3>
- demo.exe - 0 error(s), 3 warning(s)
- </pre>
- </body>
- </html>