⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 assemblyinfo.plg

📁 应用程序:Example 项目概述 ======================================================================== 应用程序向
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<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章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\Example\AssemblyInfo.cpp"
"G:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\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章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(3) : error C2871: 'System' : does not exist or is not a namespace
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(4) : error C2653: 'System' : is not a class or namespace name
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(4) : error C2871: 'Reflection' : does not exist or is not a namespace
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(5) : error C2653: 'System' : is not a class or namespace name
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(5) : error C2871: 'CompilerServices' : does not exist or is not a namespace
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(6) : error C2653: 'System' : is not a class or namespace name
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(6) : error C2871: 'InteropServices' : does not exist or is not a namespace
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(7) : error C2653: 'System' : is not a class or namespace name
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(7) : error C2871: 'Permissions' : does not exist or is not a namespace
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(14) : error C2143: syntax error : missing ';' before '['
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(14) : error C2501: 'AssemblyTitleAttribute' : missing storage-class or type specifiers
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\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章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(14) : error C2143: syntax error : missing ';' before ']'
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(15) : error C2143: syntax error : missing ';' before '['
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(15) : error C2501: 'AssemblyDescriptionAttribute' : missing storage-class or type specifiers
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\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章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(15) : error C2143: syntax error : missing ';' before ']'
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(16) : error C2143: syntax error : missing ';' before '['
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(16) : error C2501: 'AssemblyConfigurationAttribute' : missing storage-class or type specifiers
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\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章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(16) : error C2143: syntax error : missing ';' before ']'
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(17) : error C2143: syntax error : missing ';' before '['
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(17) : error C2501: 'AssemblyCompanyAttribute' : missing storage-class or type specifiers
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\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章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(17) : error C2143: syntax error : missing ';' before ']'
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(18) : error C2143: syntax error : missing ';' before '['
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(18) : error C2501: 'AssemblyProductAttribute' : missing storage-class or type specifiers
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\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章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(18) : error C2143: syntax error : missing ';' before ']'
g:\光盘源代码\第1章 程序界面编程实例\实例1 如何创建分隔应用程序窗体\example\assemblyinfo.cpp(19) : error C2143: syntax error : missing ';' before '['

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -