?? ricker.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ricker - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP9C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/ricker.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\My Code\project9\ricker.c"
"D:\My Code\project9\makeing_data.c"
]
Creating command line "cl.exe @C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP9C.tmp"
Creating temporary file "C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP9D.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/ricker.pdb" /debug /machine:I386 /out:"Debug/ricker.exe" /pdbtype:sept
".\Debug\ricker.obj"
".\Debug\makeing_data.obj"
]
Creating command line "link.exe @C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP9D.tmp"
<h3>Output Window</h3>
Compiling...
ricker.c
d:\my code\project9\ricker.c(47) : warning C4305: 'function' : truncation from 'const double ' to 'float '
d:\my code\project9\ricker.c(34) : warning C4101: 'm' : unreferenced local variable
d:\my code\project9\ricker.c(150) : error C2143: syntax error : missing ';' before 'type'
d:\my code\project9\ricker.c(150) : error C2143: syntax error : missing ';' before 'type'
d:\my code\project9\ricker.c(150) : error C2143: syntax error : missing ')' before 'type'
d:\my code\project9\ricker.c(150) : error C2143: syntax error : missing ';' before 'type'
d:\my code\project9\ricker.c(150) : error C2065: 'ishot' : undeclared identifier
d:\my code\project9\ricker.c(150) : warning C4552: '<' : operator has no effect; expected operator with side-effect
d:\my code\project9\ricker.c(150) : error C2059: syntax error : ')'
d:\my code\project9\ricker.c(151) : error C2143: syntax error : missing ';' before '{'
d:\my code\project9\ricker.c(199) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'const int '
d:\my code\project9\ricker.c(199) : warning C4024: 'making_data' : different types for formal and actual parameter 1
d:\my code\project9\ricker.c(199) : error C2065: 'Nshot' : undeclared identifier
d:\my code\project9\ricker.c(201) : error C2065: 'out' : undeclared identifier
d:\my code\project9\ricker.c(201) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
d:\my code\project9\ricker.c(201) : warning C4024: 'out_segy' : different types for formal and actual parameter 1
d:\my code\project9\ricker.c(201) : warning C4047: 'function' : 'float *' differs in levels of indirection from 'float [1][40][2000]'
d:\my code\project9\ricker.c(201) : warning C4024: 'out_segy' : different types for formal and actual parameter 2
d:\my code\project9\ricker.c(201) : error C2065: 'segy' : undeclared identifier
d:\my code\project9\ricker.c(201) : error C2224: left of '.txt' must have struct/union type
d:\my code\project9\ricker.c(201) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'const int '
d:\my code\project9\ricker.c(201) : warning C4024: 'out_segy' : different types for formal and actual parameter 3
d:\my code\project9\ricker.c(201) : warning C4244: 'function' : conversion from 'const double ' to 'int ', possible loss of data
d:\my code\project9\ricker.c(201) : error C2198: 'out_segy' : too few actual parameters
makeing_data.c
D:\My Code\project9\makeing_data.c(47) : warning C4305: 'function' : truncation from 'const double ' to 'float '
D:\My Code\project9\makeing_data.c(34) : warning C4101: 'm' : unreferenced local variable
D:\My Code\project9\makeing_data.c(206) : warning C4047: 'function' : 'float *' differs in levels of indirection from 'float [1][40][2000]'
D:\My Code\project9\makeing_data.c(206) : warning C4024: 'out_segy' : different types for formal and actual parameter 2
D:\My Code\project9\makeing_data.c(206) : warning C4244: 'function' : conversion from 'const double ' to 'int ', possible loss of data
D:\My Code\project9\makeing_data.c(200) : warning C4101: 'i' : unreferenced local variable
D:\My Code\project9\makeing_data.c(62) : warning C4715: 'making_data' : not all control paths return a value
D:\My Code\project9\makeing_data.c(204) : warning C4700: local variable 'fp' used without having been initialized
Error executing cl.exe.
<h3>Results</h3>
ricker.exe - 12 error(s), 20 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -