[Mono-winforms-list] When will winforms be working?

Miguel de Icaza miguel@ximian.com
Sun, 22 Feb 2004 12:27:14 -0500


Hello

> It seems we definitely have misunderstading here :-)
> At a glance  I have got  *probably*   incorrect  impression... :-)
> I will have more close look on your code tomorrow.
> But forahead I cannot  just follow  - how you use dlls without
> initialzation....
> My experiance shows me that in such case DLLs will not be  working....
> Anyway, I will take a break with wine patches and have much more close
> look on 
> your code...

The trick is that initialization *does* happen, but before it calls into
WinMain, it returns the control to us.  

Miguel.