Re: [Mono-dev] Windows Shell

2006-12-01 Thread Steve K
The ShlWapi stuff is only needed because IShellFolder.GetDisplayNameOf() returns a STRRET, ShlWapi.dll provides StrRetToBuf which makes translating this abomination to a standard string a little easier. Or am I missing the point? I am looking into the portland project for providing special

[Mono-dev] Smoke test and test reports

2006-12-01 Thread Gabor Szabo
Hi, I am doing some research on how Open Source project do testing. I was trying to find out how is automated smoke testing being done for Mono. I found the http://www.mono-project.com/Test_Suite page that points to http://mono.ximian.com/tests/displayTestResults.php but that page seem to show

[Mono-dev] Error handling for embedded Mono

2006-12-01 Thread luke
Hi All, I was looking at embedding Mono into a project and noticed that in several places Mono simply calls exit(-1) when it has a problem. This is obviously not a very good solution for a project that is running embedded Mono; a nicer solution would be to return an error code that could be

[Mono-dev] Call for release notes in 1.2.2

2006-12-01 Thread Miguel de Icaza
Hello, Mono 1.2.2 has been branched on SVN. Am cooking the release notes for this release. If there are some important highlights that I should mention, please send those to me. Miguel. ___ Mono-devel-list mailing list

Re: [Mono-dev] ASP.NET bin folder and referenced assemblies

2006-12-01 Thread Gonzalo Paniagua Javier
On Fri, 2006-12-01 at 09:57 +0200, Piotr Stulinski wrote: Greetings fellow monkeys I have been stumped with a particular irritating problem for the past few weeks now. I have the simplest mono ASP.NET website - it compiles 100% fine and runs fine on windows... so no program error... i am

Re: [Mono-dev] Windows Shell

2006-12-01 Thread Charlie Poole
Hi Steve, The shlwapi assembly has some useful stuff for manipulating paths that I once used in NUnit. Of course, I had to remove it in order to port. I just wondered if you felt it was within your scope, since it has shell in its name... btw, if you want to Pascal-Case the name, it would have

[Mono-dev] 1.2.2 Preview (Was: Re: Call for release notes in 1.2.2)

2006-12-01 Thread Wade Berrier
Hi, Preview sources, packages, and installers for 1.2.2 are located here: http://mono.ximian.com/monobuild/preview/download-preview/ Enjoy! Wade On Fri, 2006-12-01 at 10:39 -0500, Miguel de Icaza wrote: Hello Jonathan, Wade, Also, if Wade has a Windows preview package, I can run some

Re: [Mono-dev] OS X builds and -DUSE-MUNMAP

2006-12-01 Thread Miguel de Icaza
Hello, Nobody has objected to turning on -DUSE_MUNMAP under OS X since I posted this email... Can somebody give me the go-ahead to commit the configure.in change needed to switch over? Go ahead. ___ Mono-devel-list mailing list

Re: [Mono-dev] OS X builds and -DUSE-MUNMAP

2006-12-01 Thread Allan Hsu
On Dec 1, 2006, at 2:55 PM, Miguel de Icaza wrote: Hello, Nobody has objected to turning on -DUSE_MUNMAP under OS X since I posted this email... Can somebody give me the go-ahead to commit the configure.in change needed to switch over? Go ahead. Committed. -- Allan Hsu allan at