[Mono-list] Re: IStream implementation on Win32 for System.Drawing.Image.InitFromStream

Miguel de Icaza miguel@ximian.com
Mon, 09 May 2005 11:27:16 -0400


Hello,

> I am using Mono on Win32 to test my applications on Mono as well as .NET
> Framework
> 
> I noticed that images cannot be created form or saved to streams as it
> requires IStream and Mono does not implement COM Callable Wrappers yet.
> 
> I have created a managed, delegate and marshaling based implementation of a
> COM interface that wraps System.IO.Stream to IStream and implements all the
> methods required by GDI+.
> 
> I would like to contribute it to Mono.

Could you post the code to the mailing list, so we can comment on it?