转载  Mono in Ubuntu 收藏

 转载自:魔法花园 - .NET版

  1. My Environment
  2. All Partition is NTFS
  3. install PQMagic to get free spaces,and I take a 700M FAT32 Partition to save Ubuntu ISO
  4. Install Ubuntu
  5. Download Ubuntu 5.10 ISO
  6. Copy Iso into a FAT\FAT32 Partition root
  7. 如何在Windows NT/2000/XP上安装Ubuntu
  8. Install Mono
  9. Download Mono 1.1.13.2_0 Installer
  10. Install mono (installer instructions)
  11. sudo ./mono-1.1.13.2_0-installer.bin
  12. Run MonoDevelop
  13. open a console
  14. input monodevelop
  15. Run Windows Forms Application
  16. look DllNotFoundException
  17. open a console
  18. sudo ldconfig -f /etc/ld.so.conf
  19. sudo gedit /etc/ld.so.conf
  20. add a line:/opt/mono-1.1.13.2/lib
  21. sudo ldconfig
  22. open monodevelop
  23. create a boo project
  24. edit references,add System.Windows.Forms
  25. add a new boo code file
  26. input below code:
  27. import System.Windows.Forms
    f=Form()
    f.Text="MyForm"
    Application.Run(f)
  28. run
  29. now you run a Windows.Forms application on mono in ubuntu

发表于 @ 2006年08月23日 15:47:00 | 评论( loading... ) | 编辑| 举报| 收藏

旧一篇:Microsoft .NET Remoting:技术概述 | 新一篇:再贴一个上传图片加水印的代码

  • 发表评论
  • 评论内容:
  •  
Copyright © cutebab0888
Powered by CSDN Blog