Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2013 Debug Windows 编译出错 #8

Open
dclaoshi opened this issue Dec 23, 2014 · 2 comments
Open

VS2013 Debug Windows 编译出错 #8

dclaoshi opened this issue Dec 23, 2014 · 2 comments

Comments

@dclaoshi
Copy link

错误 14 未能找到类型或命名空间名称“Box”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 17 26 Altman.Gtk
错误 8 未能找到类型或命名空间名称“Cairo”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 3 7 Altman.Gtk
错误 9 未能找到类型或命名空间名称“Gdk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 8 7 Altman.Gtk
错误 10 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 9 7 Altman.Gtk
错误 11 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 10 16 Altman.Gtk
错误 12 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 12 15 Altman.Gtk
错误 13 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 13 15 Altman.Gtk
错误 15 未能找到类型或命名空间名称“Notebook”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 22 10 Altman.Gtk
错误 16 未能找到类型或命名空间名称“Notebook”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 29 32 Altman.Gtk
错误 17 未能找到类型或命名空间名称“Notebook”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 88 52 Altman.Gtk
错误 18 未能找到类型或命名空间名称“SwitchPageArgs”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 129 43 Altman.Gtk

@keepwn
Copy link
Owner

keepwn commented Dec 23, 2014

如果你需要编译winform版本,则不要编译gtk这个项目;
如果你需要编译gtk版本,则本机需要安装gtk-sharp2。

@dclaoshi
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants