.NET support

2007-08-30 Thread Jakob Eriksson
Now that GDIplus is shaping up, is there a chance of implementing .forms support in mono with it? regards, Jakob

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 00:35, Jakob Eriksson wrote: Now that GDIplus is shaping up, is there a chance of implementing .forms support in mono with it? regards, Jakob Mono contains its own version of gdiplus for rendering system.drawing and in the end Windows.Forms. Though on windows I

Re: .NET support

2007-08-30 Thread Bryan DeGrendel
On 8/29/07, Jakob Eriksson [EMAIL PROTECTED] wrote: Now that GDIplus is shaping up, is there a chance of implementing .forms support in mono with it? regards, Jakob I haven't observed any Mono on Wine problems with GDI+. Do you have a .NET application that runs on Native Windows Mono

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 17:49, Jakob Eriksson wrote: Roderick Colenbrander wrote: On Thursday 30 August 2007 00:35, Jakob Eriksson wrote: Now that GDIplus is shaping up, is there a chance of implementing .forms support in mono with it? regards, Jakob Mono contains its own

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 18:41, Jakob Eriksson wrote: Roderick Colenbrander wrote: O I think the incompatibilities you mean are for instance that in case of Mono you can mix Windows.Forms with win32 calls. If you don't like the behavior of something you can call a standard gdi32/user32

Re: .NET support

2007-08-30 Thread Roderick Colenbrander
On Thursday 30 August 2007 19:05, Jakob Eriksson wrote: Roderick Colenbrander wrote: The main issues were related to using Wine as a sort of 'plugin'. They didn't want to use standard winelib. The Mono hack they proposed for it wasn't accepted and they didn't want to distribute their own

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Bryan DeGrendel wrote: On 8/29/07, Jakob Eriksson [EMAIL PROTECTED] wrote: Now that GDIplus is shaping up, is there a chance of implementing .forms support in mono with it? regards, Jakob I haven't observed any Mono on Wine problems with GDI+. Do you have a .NET application

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Roderick Colenbrander wrote: On Thursday 30 August 2007 00:35, Jakob Eriksson wrote: Now that GDIplus is shaping up, is there a chance of implementing .forms support in mono with it? regards, Jakob Mono contains its own version of gdiplus for rendering system.drawing and in the

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Roderick Colenbrander wrote: O I think the incompatibilities you mean are for instance that in case of Mono you can mix Windows.Forms with win32 calls. If you don't like the behavior of something you can call a standard gdi32/user32 function and change some stuff. Yes! Thank you, I

Re: .NET support

2007-08-30 Thread Jakob Eriksson
Roderick Colenbrander wrote: The main issues were related to using Wine as a sort of 'plugin'. They didn't want to use standard winelib. The Mono hack they proposed for it wasn't accepted and they didn't want to distribute their own Wine. Gdiplus was also an issue because they had to mix it