Re: [Mono-dev] Serialization problem in WCF

2010-08-07 Thread Atsushi Eno
Hello, If you provide a complete (i.e. runnable) code example, I can try if it runs fine on WCF in trunk which is far better than 2.6. Or you can try daily snapshot by yourself. http://mono.ximian.com/daily/ Atsushi Eno On 2010/08/06 23:14, SuperCiccio wrote: I'm using Mono 2.6.7/MS .NET

[Mono-dev] [patch] VBCodeGenerator generic arguments

2010-08-07 Thread Alex Corrado
Hi all, I'm working on a Codedom-based C++ wrapper generator, and I discovered that mono's vb code generator doesn't output generic type arguments in some cases. Attached is a patch to implement that. Most of it is just copied from CSharpCodeGenerator.cs, modified for vb's syntax, of course.

[Mono-dev] Why the matrix MUST be invertible to be used in libgdiplus when we call GdipSetWorldTransform or GdipMultiplyWorldTransform?

2010-08-07 Thread oken
hi, all! The following code are from libgdiplus2.6.7, in graphics.c. I have a few quetions: 1. Why the matrix MUST be invertible to be used when we call GdipSetWorldTransform or GdipMultiplyWorldTransform? It is unnecessary for windows's gdiplus. 2. each time when the world transformation