?? ga.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GA - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9A8.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/GA.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\研究生課程資料\編程測試\GA\GA.CPP"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9A8.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9A9.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/GA.pdb" /debug /machine:I386 /out:"Debug/GA.exe" /pdbtype:sept
".\Debug\GA.OBJ"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9A9.tmp"
<h3>Output Window</h3>
Compiling...
GA.CPP
E:\研究生課程資料\編程測試\GA\GA.CPP(82) : error C2059: syntax error : '['
E:\研究生課程資料\編程測試\GA\GA.CPP(82) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(85) : error C2664: 'randval' : cannot convert parameter 1 from 'double [3]' to 'double'
There is no context in which this conversion is possible
E:\研究生課程資料\編程測試\GA\GA.CPP(86) : error C2143: syntax error : missing ')' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(86) : error C2143: syntax error : missing ';' before ')'
E:\研究生課程資料\編程測試\GA\GA.CPP(87) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(87) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(87) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(90) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(90) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(90) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(97) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(97) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(115) : error C2065: 'color' : undeclared identifier
E:\研究生課程資料\編程測試\GA\GA.CPP(115) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(117) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
E:\研究生課程資料\編程測試\GA\GA.CPP(117) : error C2143: syntax error : missing ']' before ';'
E:\研究生課程資料\編程測試\GA\GA.CPP(117) : error C2109: subscript requires array or pointer type
E:\研究生課程資料\編程測試\GA\GA.CPP(118) : error C2143: syntax error : missing ')' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(118) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(119) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(119) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(119) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(128) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(128) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(140) : error C2143: syntax error : missing ';' before 'for'
E:\研究生課程資料\編程測試\GA\GA.CPP(140) : error C2143: syntax error : missing ')' before ';'
E:\研究生課程資料\編程測試\GA\GA.CPP(140) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(141) : error C2059: syntax error : '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(141) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(141) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(152) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(152) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(159) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(166) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(175) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(175) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(175) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(183) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(183) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(184) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(187) : error C2143: syntax error : missing ';' before 'else'
E:\研究生課程資料\編程測試\GA\GA.CPP(188) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(188) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(189) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(192) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(192) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(192) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(200) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(200) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(206) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(210) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(215) : error C2143: syntax error : missing ';' before 'for'
E:\研究生課程資料\編程測試\GA\GA.CPP(215) : error C2143: syntax error : missing ')' before ';'
E:\研究生課程資料\編程測試\GA\GA.CPP(215) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(216) : error C2059: syntax error : '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(216) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(216) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(224) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(224) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(236) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(267) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(268) : error C2228: left of '.upper' must have class/struct/union type
E:\研究生課程資料\編程測試\GA\GA.CPP(268) : error C2143: syntax error : missing ']' before ';'
E:\研究生課程資料\編程測試\GA\GA.CPP(269) : error C2228: left of '.gene' must have class/struct/union type
E:\研究生課程資料\編程測試\GA\GA.CPP(270) : error C2143: syntax error : missing ')' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(270) : error C2059: syntax error : ';'
E:\研究生課程資料\編程測試\GA\GA.CPP(270) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(271) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(271) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(271) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(272) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(272) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(280) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(280) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(292) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(296) : error C2501: 'avg' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(296) : error C2065: 'sum' : undeclared identifier
E:\研究生課程資料\編程測試\GA\GA.CPP(296) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\研究生課程資料\編程測試\GA\GA.CPP(297) : error C2501: 'square_sum' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(298) : error C2501: 'stddev' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(298) : error C2065: 'sum_square' : undeclared identifier
E:\研究生課程資料\編程測試\GA\GA.CPP(298) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\研究生課程資料\編程測試\GA\GA.CPP(299) : error C2501: 'best_val' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(299) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\研究生課程資料\編程測試\GA\GA.CPP(302) : error C2501: 'fprintf' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(302) : error C2373: 'fprintf' : redefinition; different type modifiers
d:\program files\microsoft visual studio\vc98\include\stdio.h(310) : see declaration of 'fprintf'
E:\研究生課程資料\編程測試\GA\GA.CPP(302) : error C2078: too many initializers
E:\研究生課程資料\編程測試\GA\GA.CPP(303) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(303) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(303) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(313) : error C2143: syntax error : missing ';' before '{'
E:\研究生課程資料\編程測試\GA\GA.CPP(313) : error C2447: missing function header (old-style formal list?)
E:\研究生課程資料\編程測試\GA\GA.CPP(328) : error C2014: preprocessor command must start as first nonwhite space
E:\研究生課程資料\編程測試\GA\GA.CPP(330) : error C2501: 'fprintf' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(330) : error C2373: 'fprintf' : redefinition; different type modifiers
d:\program files\microsoft visual studio\vc98\include\stdio.h(310) : see declaration of 'fprintf'
E:\研究生課程資料\編程測試\GA\GA.CPP(330) : error C2078: too many initializers
E:\研究生課程資料\編程測試\GA\GA.CPP(330) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\研究生課程資料\編程測試\GA\GA.CPP(331) : error C2501: 'fclose' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(331) : error C2373: 'fclose' : redefinition; different type modifiers
d:\program files\microsoft visual studio\vc98\include\stdio.h(285) : see declaration of 'fclose'
E:\研究生課程資料\編程測試\GA\GA.CPP(331) : error C2440: 'initializing' : cannot convert from 'struct _iobuf *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\研究生課程資料\編程測試\GA\GA.CPP(332) : error C2501: 'printf' : missing storage-class or type specifiers
E:\研究生課程資料\編程測試\GA\GA.CPP(332) : error C2373: 'printf' : redefinition; different type modifiers
d:\program files\microsoft visual studio\vc98\include\stdio.h(329) : see declaration of 'printf'
E:\研究生課程資料\編程測試\GA\GA.CPP(332) : error C2440: 'initializing' : cannot convert from 'char [9]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\研究生課程資料\編程測試\GA\GA.CPP(333) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(333) : error C2143: syntax error : missing ';' before '}'
E:\研究生課程資料\編程測試\GA\GA.CPP(333) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.
Creating command line "bscmake.exe /nologo /o"Debug/GA.bsc" ".\Debug\GA.SBR""
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\GA.SBR': No such file or directory
Error executing bscmake.exe.
<h3>Output Window</h3>
<h3>Results</h3>
GA.exe - 103 error(s), 5 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -