Re: [Mono-dev] windows.forms crash under osX using darwinports

2006-01-08 Thread Paul F. Johnson
Hi, I got mono with all libs from darwinports. After fixing the dllmap in /opt/local/etc/mono/config I got it to run, but it crashes somewhere in memory management :(. I append a fairly detailed Crashreport from the osX CrashReporter below. Which version of mono are you using? TTFN

[Mono-dev] windows.forms crash under osX using darwinports

2006-01-03 Thread Daniel Oberhoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I just tried this simple example: using System; using System.Windows.Forms; public class test { public static void Main() { MessageBox.Show(Hello World); } } I got mono with all libs from darwinports. After