GTK# in Visual Studio 2010

折月煮酒 提交于 2019-12-03 02:31:36

I figured it out! Mono for Windows was completely unnecessary. GTK# for .NET is what I needed. For anyone in the future wanting to set up their Windows environment for cross platform GTK# development, here are the steps I followed:

  1. Install a Mono project target with directions from here: http://erictummers.wordpress.com/2012/01/25/target-mono-from-visual-studio/
  2. Install GTK# for .NET from the official Mono download site.
  3. Install Glade/GTK+ for Windows, sourceforge project here: http://sourceforge.net/projects/gladewin32/
  4. Create a new C# project targeting Mono.
  5. Reference the necessary assemblies for your project from where you installed GTK# for .NET.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!