📄 writesegy.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: WriteSegy - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP124.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/WriteSegy.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\My Code\Write_Segy\WriteSegy.cpp"
"D:\My Code\Write_Segy\WriteSegy_1.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP124.tmp"
Creating temporary file "C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP125.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/WriteSegy.pdb" /debug /machine:I386 /out:"Debug/WriteSegy.exe" /pdbtype:sept
".\Debug\WriteSegy.obj"
".\Debug\WriteSegy_1.obj"
]
Creating command line "link.exe @C:\DOCUME~1\LiHong\LOCALS~1\Temp\RSP125.tmp"
<h3>Output Window</h3>
Compiling...
WriteSegy.cpp
d:\my code\write_segy\writesegy.cpp(4) : warning C4068: unknown pragma
d:\my code\write_segy\writesegy.cpp(47) : error C2026: string too big, trailing characters truncated
d:\my code\write_segy\writesegy.cpp(101) : error C2664: 'GetDefaultSegYTextHeader' : cannot convert parameter 1 from 'unsigned char [3200]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(102) : error C2664: 'TextHeaderToEBCDIC' : cannot convert parameter 1 from 'unsigned char [3200]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(108) : error C2664: 'si4' : cannot convert parameter 1 from 'unsigned char [400]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(109) : error C2664: 'si4' : cannot convert parameter 1 from 'unsigned char [400]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(110) : error C2664: 'si2' : cannot convert parameter 1 from 'unsigned char [400]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(111) : error C2664: 'si2' : cannot convert parameter 1 from 'unsigned char [400]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(112) : error C2664: 'si2' : cannot convert parameter 1 from 'unsigned char [400]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(113) : error C2664: 'si2' : cannot convert parameter 1 from 'unsigned char [400]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(114) : error C2664: 'si2' : cannot convert parameter 1 from 'unsigned char [400]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(123) : error C2664: 'si4' : cannot convert parameter 1 from 'unsigned char [240]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(124) : error C2664: 'si4' : cannot convert parameter 1 from 'unsigned char [240]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(125) : error C2664: 'si4' : cannot convert parameter 1 from 'unsigned char [240]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(126) : error C2664: 'si4' : cannot convert parameter 1 from 'unsigned char [240]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(127) : error C2664: 'si2' : cannot convert parameter 1 from 'unsigned char [240]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(128) : error C2664: 'si2' : cannot convert parameter 1 from 'unsigned char [240]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\my code\write_segy\writesegy.cpp(134) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
WriteSegy_1.cpp
D:\My Code\Write_Segy\WriteSegy_1.cpp(4) : warning C4068: unknown pragma
D:\My Code\Write_Segy\WriteSegy_1.cpp(117) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
D:\My Code\Write_Segy\WriteSegy_1.cpp(65) : warning C4101: 'nchannels' : unreferenced local variable
D:\My Code\Write_Segy\WriteSegy_1.cpp(64) : warning C4101: 'trace' : unreferenced local variable
D:\My Code\Write_Segy\WriteSegy_1.cpp(69) : warning C4101: 'i' : unreferenced local variable
D:\My Code\Write_Segy\WriteSegy_1.cpp(68) : warning C4101: 'sx' : unreferenced local variable
D:\My Code\Write_Segy\WriteSegy_1.cpp(68) : warning C4101: 'sy' : unreferenced local variable
D:\My Code\Write_Segy\WriteSegy_1.cpp(128) : warning C4715: 'main' : not all control paths return a value
Error executing cl.exe.
<h3>Results</h3>
WriteSegy.exe - 16 error(s), 10 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -