?? assemblyinfo.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AssemblyInfo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\fyb\LOCALS~1\Temp\RSPBE.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/AssemblyInfo.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\Example\AssemblyInfo.cpp"
"G:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\Example\Example.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\fyb\LOCALS~1\Temp\RSPBE.tmp"
Creating temporary file "C:\DOCUME~1\fyb\LOCALS~1\Temp\RSPBF.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/AssemblyInfo.pdb" /debug /machine:I386 /out:"Debug/AssemblyInfo.exe" /pdbtype:sept
".\Debug\AssemblyInfo.obj"
".\Debug\dsgs.obj"
".\Debug\Example.obj"
".\Debug\stdafx.obj"
]
Creating command line "link.exe @C:\DOCUME~1\fyb\LOCALS~1\Temp\RSPBF.tmp"
<h3>Output Window</h3>
Compiling...
AssemblyInfo.cpp
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(3) : error C2871: 'System' : does not exist or is not a namespace
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(4) : error C2653: 'System' : is not a class or namespace name
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(4) : error C2871: 'Reflection' : does not exist or is not a namespace
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(5) : error C2653: 'System' : is not a class or namespace name
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(5) : error C2871: 'CompilerServices' : does not exist or is not a namespace
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(6) : error C2653: 'System' : is not a class or namespace name
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(6) : error C2871: 'InteropServices' : does not exist or is not a namespace
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(7) : error C2653: 'System' : is not a class or namespace name
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(7) : error C2871: 'Permissions' : does not exist or is not a namespace
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(14) : error C2143: syntax error : missing ';' before '['
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(14) : error C2501: 'AssemblyTitleAttribute' : missing storage-class or type specifiers
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(14) : error C2440: 'initializing' : cannot convert from 'char [8]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(14) : error C2143: syntax error : missing ';' before ']'
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(15) : error C2143: syntax error : missing ';' before '['
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(15) : error C2501: 'AssemblyDescriptionAttribute' : missing storage-class or type specifiers
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(15) : error C2440: 'initializing' : cannot convert from 'char [1]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(15) : error C2143: syntax error : missing ';' before ']'
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(16) : error C2143: syntax error : missing ';' before '['
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(16) : error C2501: 'AssemblyConfigurationAttribute' : missing storage-class or type specifiers
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(16) : error C2440: 'initializing' : cannot convert from 'char [1]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(16) : error C2143: syntax error : missing ';' before ']'
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(17) : error C2143: syntax error : missing ';' before '['
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(17) : error C2501: 'AssemblyCompanyAttribute' : missing storage-class or type specifiers
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(17) : error C2440: 'initializing' : cannot convert from 'char [9]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(17) : error C2143: syntax error : missing ';' before ']'
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(18) : error C2143: syntax error : missing ';' before '['
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(18) : error C2501: 'AssemblyProductAttribute' : missing storage-class or type specifiers
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(18) : error C2440: 'initializing' : cannot convert from 'char [8]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(18) : error C2143: syntax error : missing ';' before ']'
g:\光盤源代碼\第1章 程序界面編程實(shí)例\實(shí)例1 如何創(chuàng)建分隔應(yīng)用程序窗體\example\assemblyinfo.cpp(19) : error C2143: syntax error : missing ';' before '['
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -