2008年9月18日 星期四

Run .Net applications on Ubuntu

1. you'll have to install wine and mono, standard compliant .NET compatible set of tools.

sudo apt-get install wine mono

2. run .net applications as common win32 program

wine /path/filename

3. you may suffer this kind of problem related to gdiplus.dll like below

wine: Call from 0x7b844b20 to unimplemented function gdiplus.dll.GdipCreateFontFamilyFromName, aborting

wine: Unimplemented function gdiplus.dll.GdipCreateLineBrushI called at address 0x7b844940 (thread 0009), starting debugger...

4. download gdiplus.dll from www.dll-files.com and put it in .wine/drive_c/windows/system32 then run again

沒有留言: