- My Environment
- All Partition is NTFS
- install PQMagic to get free spaces,and I take a 700M FAT32 Partition to save Ubuntu ISO
- Install Ubuntu
- Download Ubuntu 5.10 ISO
- Copy Iso into a FAT\FAT32 Partition root
- 如何在Windows NT/2000/XP上安装Ubuntu
- Install Mono
- Download Mono 1.1.13.2_0 Installer
- Install mono (installer instructions)
- sudo ./mono-1.1.13.2_0-installer.bin
- Run MonoDevelop
- open a console
- input monodevelop
- Run Windows Forms Application
- look DllNotFoundException
- open a console
- sudo ldconfig -f /etc/ld.so.conf
- sudo gedit /etc/ld.so.conf
- add a line:/opt/mono-1.1.13.2/lib
- sudo ldconfig
- open monodevelop
- create a boo project
- edit references,add System.Windows.Forms
- add a new boo code file
- input below code:
- import System.Windows.Forms
f=Form()
f.Text="MyForm"
Application.Run(f)
- run
- now you run a Windows.Forms application on mono in ubuntu
posted @
2006-02-22 13:18
朱永光
阅读(
1527)
评论()
编辑
收藏
举报