多谢博主的讲解 , 我在VS2012 测试了
结果不是很好 报错。
1> Exercise.cpp
1>e:\exercise2\exercise2\Exercise.h(9): error C3624: “System::ComponentModel::Component”: 使用此类型需要引用 程序集“System”
1> 在导入类型“System::Windows::Forms::Control ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1> 在导入类型“System::Windows::Forms::ScrollableControl ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1> 在导入类型“System::Windows::Forms::ContainerControl ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1> 在导入类型“System::Windows::Forms::Form ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1>Exercise.cpp(5): fatal error C1903: 无法从以前的错误中恢复;正在停止编译
1> MainGsz.cpp
1>e:\exercise2\exercise2\Exercise.h(9): error C3624: “System::ComponentModel::Component”: 使用此类型需要引用 程序集“System”
1> 在导入类型“System::Windows::Forms::Control ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1> 在导入类型“System::Windows::Forms::ScrollableControl ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1> 在导入类型“System::Windows::Forms::ContainerControl ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1> 在导入类型“System::Windows::Forms::Form ”(从程序集“System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中导入)时发生此诊断。
1> 正在生成代码...
========== 全部重新生成: 成功 0 个,失败 1 个,跳过 0 个 ==========
回复 更多评论