Re: [Mono-dev] Please approve commit change toSystem.Web.Hosting/ApplicationHost.cs

2007-01-17 Thread Adar Wesley
Hi Gonzalo and all, I looked further into the need for using the URI object to validate the physical path passed in to the ApplicationHost.CreateApplicationHost method. I found out that there were tests in ApplicationHostTests that failed, and were marked with NotWorking, because of the

Re: [Mono-dev] Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Andy Hume
Hello Andy, Woops, if the patch is possibly useable I should attach it! This time. Your patch works, I have applied it. Many thanks. However I see now that the string created by the Message property isn't good, I hadn't inspected it previously... I can produce another patch, but

Re: [Mono-dev] patch to add some missing System.Diagnostics trace stuff

2007-01-17 Thread Jonathan Pryor
On Wed, 2007-01-17 at 14:23 +0900, Atsushi Eno wrote: Index: Test/System.Diagnostics/ChangeLog === --- Test/System.Diagnostics/ChangeLog (revision 71034) +++ Test/System.Diagnostics/ChangeLog (working copy) @@ -1,3 +1,7 @@

Re: [Mono-dev] Please approve commit change toSystem.Web.Hosting/ApplicationHost.cs

2007-01-17 Thread Miguel de Icaza
Hello Adar, I looked further into the need for using the URI object to validate the physical path passed in to the ApplicationHost.CreateApplicationHost method. I found out that there were tests in ApplicationHostTests that failed, and were marked with NotWorking, because of the

Re: [Mono-dev] Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Jon Chambers
Do you have pgk-config installed in cygwin? Try typing 'pkg-config --version' at the console and see what you get. - Jonathan On 1/17/07, Andy Hume [EMAIL PROTECTED] wrote: Hello Andy, Woops, if the patch is possibly useable I should attach it! This time. Your patch works, I have

Re: [Mono-dev] Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Andy Hume
On 2007-01-17 Jon Chambers mailto:[EMAIL PROTECTED] wrote: Do you have pgk-config installed in cygwin? Try typing 'pkg-config --version' at the console and see what you get. Thanks Jonathon. Gert Driesen had pointed to me to a thread online

Re: [Mono-dev] Code Review (again)

2007-01-17 Thread Marek Habersack
On Tue, 16 Jan 2007 10:27:40 +, Damien Churchill [EMAIL PROTECTED] scribbled: Hey Damien, I've just committed your code to mono, thanks :) marek signature.asc Description: PGP signature ___ Mono-devel-list mailing list

[Mono-dev] multiple target patterns. on cygwin Was: Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Andy Hume
Jon [...] gcc -mno-cygwin -g -I../.. -I../../libgc/include -Id:/Projects/SrcMono/build_dep s/include/glib-2.0 -Id:/Projects/SrcMono/build_deps/lib/glib-2.0/include -Id:/Pr ojects/SrcMono/build_deps/include/glib-2.0 -Id:/Projects/SrcMono/build_deps/lib/ glib-2.0/include -g -O2

Re: [Mono-dev] multiple target patterns. on cygwin Was: Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Robert Jordan
Andy Hume wrote: [...] Is the answer (http://lists.ximian.com/pipermail/mono-devel-list/2006-September/020642 .html) still to use an older version of make? Yes. I've got 1.81-1. I don't see how to select any other version in cygwin's setup.exe; I'll try and see if adding another source

Re: [Mono-dev] multiple target patterns. on cygwin Was: Patch to add missing v2 System.Exceptionconstructors, and HResult consistency

2007-01-17 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Andy Hume Sent: woensdag 17 januari 2007 18:25 To: 'Jon Chambers' Cc: mono-devel-list@lists.ximian.com Subject: [Mono-dev] multiple target patterns. on cygwin Was: Patch to add

[Mono-dev] Marshalling wchar_t

2007-01-17 Thread Rajesh Gupta
Hi, I am trying to call a c++ shared library and the specifics of the call are as follows: On the C++ end, I have a function like so: authenticate(WINID window, struct ModuleAndType *modules[], int size, const wchar_t* inToken, wchar_t** outToken) On the C#

Re: [Mono-dev] patch to add some missing System.Diagnostics trace stuff

2007-01-17 Thread Atsushi Eno
Hi, Thanks for the comments :) +* TRaceSourceTest.cs, SourceSwitchTest.cs : new tests. You mis-spelled TraceSourceTest.cs. :-) oops ;-) +protected internal virtual string [] GetSupportedAttributes () +{ +return null; Shouldn't this