[Mono-dev] [PATCH] Remoting with generics

2009-10-05 Thread Bill Holmes
Hi, The attached bug fixes calling a remoting method that has an arguments that is an out generic. There is also a test attached. 2009-10-05 Bill Holmes billholme...@gmail.com * object.c (mono_method_return_message_restore) : Adding the MONO_TYPE_GENERICINST case to handle

Re: [Mono-dev] [PATCH] Remoting with generics

2009-10-05 Thread Robert Jordan
Hi Bill, Bill Holmes wrote: Hi, The attached bug fixes calling a remoting method that has an arguments that is an out generic. There is also a test attached. I believe the patch doesn't handle byref generic structs. Robert ___ Mono-devel-list

Re: [Mono-dev] ANN: DeveelDB first release: call for help!

2009-10-05 Thread Daniel Morgan
If you want others to contribute, I have some suggestions: 1. Can you provide a source tarball in .tar.gz or .zip format to download? Not everyone wants to check out using some scm tool. Projects like Mono have releases time to time. Even in the early days, the Monoo Project provided

Re: [Mono-dev] ANN: DeveelDB first release: call for help!

2009-10-05 Thread Antonello Provenzano
Daniel, Thank you *very much* for your precious feedbacks! 1. Can you provide a source tarball in .tar.gz or .zip format to download? Not everyone wants to check out using some scm tool. Projects like Mono have releases time to time. Even in the early days, the Monoo Project provided

[Mono-dev] Using imageList with treeView: TargetInvocationException

2009-10-05 Thread Heertsch
If I use a imageList (ilTreeView) with treeView in winforms I get the following exception in the forms-designer at line: this.ilTreeView.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject(ilTreeView.ImageStream))); the same code runs in nativ windows fine. is