[Mono-dev] SslStream implementation

2007-08-23 Thread Atsushi Eno
Hello, I have created a System.Net.Security.SslStream implementation, which is based on Mono.Security.Protocol.Tls. It requires some Makefile changes (due to cyclic dependency foo). I have also created a few port of Mono.Security sample tools (which are found in Mono.Security/Test/tools) to veri

[Mono-dev] Marshalling

2007-08-23 Thread Jouini Karim
Hi, i read the marshalling toturial : http://www.mono-project.com/Interop_with_Native_Libraries And i'm wondering : is there any example on how to pass delegates ? Because i would like to use the Widcomm (bluetooth) SDK and it uses virtual voids (for Events) I could like to create a C++ Wrapper t

[Mono-dev] OSX menu

2007-08-23 Thread Jouini Karim
Hi, On OSX, when running an app (under mono) we get a mono menu (on the top near the apple logo) Is there any way to disable it ? or change it's name ? Thanks regards, Karim ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.

Re: [Mono-dev] OSX menu

2007-08-23 Thread Marcos Cobeña Morián
Hi, Which GUI API are you using, GTK#? Thanks. Regards, 2007/8/23, Jouini Karim <[EMAIL PROTECTED]>: > Hi, > On OSX, when running an app (under mono) we get a mono menu (on the top > near the apple logo) > Is there any way to disable it ? or change it's name ? > Thanks > regards, > > Karim > __

Re: [Mono-dev] OSX menu

2007-08-23 Thread Jouini Karim
Hi, WxWidgets (with Wx.NET) Thanks, regards, Jouini Karim Marcos Cobeña Morián a écrit : Hi, Which GUI API are you using, GTK#? Thanks. Regards, 2007/8/23, Jouini Karim <[EMAIL PROTECTED]>: Hi, On OSX, when running an app (under mono) we get a mono menu (on the top near the apple logo

Re: [Mono-dev] Sys.Web test suite breakage

2007-08-23 Thread Marek Habersack
On Wed, 22 Aug 2007 23:37:31 -0700, "Konstantin Triger" <[EMAIL PROTECTED]> scribbled: > Hello Marek, Hello Kosta, > The regression was introduced in r84589. > Please fix as soon as possible or revert the changes. As I've let you know before, I can't reproduce the breakage, but please check revis

Re: [Mono-dev] [Mono-osx] OSX menu

2007-08-23 Thread Andreas Färber
Hi, Am 23.08.2007 um 12:18 schrieb Jouini Karim: > On OSX, when running an app (under mono) we get a mono menu (on the > top > near the apple logo) > Is there any way to disable it ? or change it's name ? On the Cocoa-sharp list I once posted a workaround - I believe if you have mono execute

Re: [Mono-dev] Marshalling

2007-08-23 Thread Jonathan Pryor
On Thu, 2007-08-23 at 11:31 +0200, Jouini Karim wrote: > And i'm wondering : is there any example on how to pass delegates ? http://msdn2.microsoft.com/en-us/library/ms172513(VS.80).aspx You can also look at Mono.Posix.dll's signal(3) wrapper: http://anonsvn.mono-project.com/source/trunk/mcs/cla

[Mono-dev] More WPF bits

2007-08-23 Thread Sharique uddin Ahmed Farooqui
We can use OpenGL based rendering for WPF. We can some idea from Qt's rendering system. Another thought is that we can do is to develop a xaml designer than generete code for Qt,GTK,... etc. -- Sharique uddin Ahmed Farooqui (C++/C# Developer, IT Consultant) A revolution is about to begin. A wor

Re: [Mono-dev] SslStream implementation

2007-08-23 Thread Sebastien Pouliot
Hello Atsushi, On Thu, 2007-08-23 at 16:04 +0900, Atsushi Eno wrote: > Hello, > > I have created a System.Net.Security.SslStream implementation, which > is based on Mono.Security.Protocol.Tls. Nice work :) > It requires some Makefile changes (due to cyclic dependency foo). This is kind of stra

Re: [Mono-dev] Support for runtime configuration of assembly loading path - related to bug #81446

2007-08-23 Thread Paolo Molaro
On 08/23/07 Marek Habersack wrote: > > > > > > > > > Index: mono/metadata/appdomain.c > === > --- mono/metadata/appdomain.c (revision 84664) > +++ mono/metadata/ap

Re: [Mono-dev] SslStream implementation

2007-08-23 Thread Atsushi Eno
Hi Sebastien, Thanks for the lightning quick review :) Sebastien Pouliot wrote: > This is kind of strange as System.dll (v2) already depends on > Mono.Security.dll Well, probably we didn't have such type comparison between references to old X509 types in System.dll via Mono.Security.dll and refe

Re: [Mono-dev] Support for runtime configuration of assembly loading path - related to bug #81446

2007-08-23 Thread Marek Habersack
On Thu, 23 Aug 2007 14:58:20 +0200, Paolo Molaro <[EMAIL PROTECTED]> scribbled: Updated patch attached. regards, marek > On 08/23/07 Marek Habersack wrote: > > > > > > > > > > > > > > > > > > > Index: mono/metadata/appdomain.

Re: [Mono-dev] mono merchandise

2007-08-23 Thread Andy Hume
That was my thought on viewing the Rafi/Grasshopper youtube video: Where can I get a t-shirt. Andy From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of olivier dufour Sent: 23 August 2007 07:23 To: mono-devel-list@lists.ximia

[Mono-dev] [patch] AssemblyQualifiedName of byref types

2007-08-23 Thread Jb Evain
Hey, Here's a patch to correct the AssemblyQualifiedNames for byref types. Without that patch, Type.GetType ("System.Byte[]&").AssemblyQualifiedName returns System.Byte[], mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089& With the patch it's: System.Byte[]&, msc

[Mono-dev] Backport request

2007-08-23 Thread Robert Jordan
Hi, May I backport this patch? http://lists.ximian.com/pipermail/mono-patches/2007-August/099618.html http://bugzilla.ximian.com/show_bug.cgi?id=82499 Robert ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mai

[Mono-dev] anonymous delegates, gmcs, and Microsoft.NET permissions checking problems

2007-08-23 Thread Avery Pennarun
Hi all, I'm using a copy of gmcs built on Linux from yesterday's mono svn trunk. The program listed below works fine when run under Linux, but gives the following exception when run in Windows: Unhandled Exception: System.MethodAccessException: <>c__CompilerGenerated0.c__1() at MyClass.Main()

[Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Cliff Brake
Hello. I have committed an initial 1.2.5pre5 openembedded recipe for mono that seems to run on ARM EABI. http://www.openembedded.org/filebrowser/org.openembedded.dev/packages/mono There are still some issues/todo: - ARM_FPU_NONE is hardcoded instead of relying on the configure script - --witho

[Mono-dev] Is there any chance to have bug 82498 fixed before mono 1.2.5?

2007-08-23 Thread Mario Chavez
Hi; I'm wondering is there is a chance to get this bug fixed: http://bugzilla.ximian.com/show_bug.cgi?id=82498 before mono 1.2.5 Thanks -- Mario Chavez ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/li

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Jae Stutzman
Super sweet...will try them now! Thanks for your work on this. Jae ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Jae Stutzman
On 8/23/07, Jae Stutzman <[EMAIL PROTECTED]> wrote: > > Super sweet...will try them now! > > Thanks for your work on this. > > Jae How do we target the NET_2_0 profile with bitbake? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

[Mono-dev] xsp2 & Trace="true"

2007-08-23 Thread Chris Coleman
Hi, I am using mono 1.2.4. Would I be correct in thinking that the tracing functionality has yet to be implemented, or is this me doing something wrong. <%@ Page language="c#" Trace="true" %> Using the very simple page here: http://www.dotnetcoders.com/web/Articles/ShowArticle.aspx?article=26

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Jae Stutzman
make PROFILE=net_2_0 See this page for more info: http://www.mono-project.com/Parallel_Mono_Environments Thanks again. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Cliff Brake
On 8/23/07, Jae Stutzman <[EMAIL PROTECTED]> wrote: > How do we target the NET_2_0 profile with bitbake? If you can tell me how you do this on a x86 system, I'll add the bits to the bitbake recipe. Thanks, Cliff -- === Cliff Brake http://bec-systems.com

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Cliff Brake
On 8/23/07, Cliff Brake <[EMAIL PROTECTED]> wrote: > If you have an openmoko build environment set up, you should be able > to build mono by simply typing (assuming you use the moko makefile): > > make update > source setup-env > bitbake mono Correction, this should be: make update source setup-