1 Jul 2004 03:38
Fw: [Mono-list] System.Windows.Forms plans.
Peter Dennis Bartok <peter <at> novonyx.com>
2004-07-01 01:38:36 GMT
2004-07-01 01:38:36 GMT
This was also posted on mono-list and mono-devel list.
-----Original Message-----
From: "Miguel de Icaza" <miguel <at> novell.com>
To: <mono-list <at> ximian.com>; <mono-devel-list <at> ximian.com>
Date: Wednesday, 30 June, 2004 16:13
Subject: [Mono-list] System.Windows.Forms plans.
Hello,
A couple of weeks ago, we decided to rewrite our
System.Windows.Forms implementation. Today's implementation suffered
from various problems:
* Debugging with Wine was extremely hard, and Wine was
a moving target, internals change from release to release.
* Wine/GDI+ interactions were not efficient.
* Too many cooks contributed to the core, so it was
hard to maintain.
So a couple of weeks ago we decided to take a step back and
redesign it, as you remember one of the reasons for using Wine is that
it would allow third-party components to P/Invoke and to hook up to
WndProc, this is sadly required for most third-party commercial
controls and for advanced applications like WebMatrix to run.
Our new implementation takes a different approach, it will be
completely managed and will not use Wine, this should help the
portability to new operating systems, and should help on the debugging
(Continue reading)
RSS Feed