?? p1.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: P1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\knife\LOCALS~1\Temp\RSPA1.tmp" with contents
[
/check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB"
"D:\Study\apple\study\SIMPLE2D\P1.FOR"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/P1.pdb" /debug /machine:I386 /out:"Debug/P1.exe" /pdbtype:sept .\Debug\P1.OBJ "
<h3>Output Window</h3>
Compiling Fortran...
D:\Study\apple\study\SIMPLE2D\P1.FOR
D:\Study\apple\study\SIMPLE2D\P1.FOR(4) : Info: INCLUDE directive statement not supported
$INCLUDE:'SIMPLE.INC'
-^
D:\Study\apple\study\SIMPLE2D\P1.FOR(16) : Error: This EQUIVALENCE object must be an array. [F]
EQUIVALENCE (F(1,1,4),T(1,1))
---------------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(31) : Error: This name has not been declared as an array. [LSOLVE]
LSOLVE(4)=.TRUE.
--------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(31) : Error: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
LSOLVE(4)=.TRUE.
------------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(32) : Error: This name has not been declared as an array. [LPRINT]
LPRINT(4)=.TRUE.
--------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(32) : Error: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
LPRINT(4)=.TRUE.
------------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(33) : Error: This name has not been declared as an array. [TITLE]
TITLE(4)=' TEMP '
--------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(41) : Error: This name has not been declared as an array. [X]
101 T(I,J)=(X(I)+Y(J)+X(I)*Y(J))
----------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(68) : Error: This name has not been declared as an array. [GAM]
500 GAM(I,J)=1.
--------^
Error executing df.exe.
<h3>Results</h3>
P1.exe - 8 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -