System.Windows.forms under ubuntu

一曲冷凌霜 提交于 2019-12-25 04:17:56

问题


Hi i'm really a beginner in C# and still learning the principles of language I'm working under ubuntu and compiling with gmcs and running with mono and I need to compile a program beginning with : using System.Windows.forms; using System.Drawing;

What should I do, It seems to be an assembly problem but I still don't know how that works ?


回答1:


I would suggest using mono-develop to start with. It will configure the build and deployment for you. It is easier this way at first.



来源:https://stackoverflow.com/questions/11397605/system-windows-forms-under-ubuntu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!