patch_s11.plg

来自「一个用C++计算微带天线的完整的3D例子」· PLG 代码 · 共 37 行

PLG
37
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: patch_s11 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\shiyan\LOCALS~1\Temp\RSP28B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/patch_s11.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\shiyan\桌面\patch\patch_s11.cpp"
]
Creating command line "xicl6.exe @C:\DOCUME~1\shiyan\LOCALS~1\Temp\RSP28B.tmp" 
<h3>Output Window</h3>
Compiling...
patch_s11.cpp
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(401) : warning C4129: ';' : unrecognized character escape sequence
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(401) : warning C4129: ';' : unrecognized character escape sequence
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(401) : warning C4129: ';' : unrecognized character escape sequence
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(440) : warning C4305: 'argument' : truncation from 'const double' to 'const float'
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(460) : warning C4305: '=' : truncation from 'const double' to 'float'
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(464) : warning C4305: '=' : truncation from 'const double' to 'float'
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(465) : warning C4305: '=' : truncation from 'const double' to 'float'
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(466) : warning C4305: '=' : truncation from 'const double' to 'float'
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(510) : warning C4305: '=' : truncation from 'const double' to 'float'
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(530) : warning C4305: '=' : truncation from 'const double' to 'float'
c:\documents and settings\shiyan\桌面\patch\patch_s11.cpp(550) : warning C4305: '=' : truncation from 'const double' to 'float'



<h3>Results</h3>
patch_s11.obj - 0 error(s), 11 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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