Re: [Mono-dev] [PATCH] rootcontext

2007-08-01 Thread Raja R Harinath
Hi, Raja R Harinath [EMAIL PROTECTED] writes: Jb Evain [EMAIL PROTECTED] writes: In /nostdlib mode, mcs loads predefined types, and validates that System.Enum is a class instead of a ValueType. Attached is a patch to fix that. -- Jb Index: rootcontext.cs

Re: [Mono-dev] [PATCH] rootcontext

2007-08-01 Thread Raja R Harinath
Hi, Jb Evain [EMAIL PROTECTED] writes: In /nostdlib mode, mcs loads predefined types, and validates that System.Enum is a class instead of a ValueType. Attached is a patch to fix that. -- Jb Index: rootcontext.cs === ---

[Mono-dev] Mono 1.2.5

2007-08-01 Thread Szentpali Janos
Is there a point in complaining (reporting) that monodevelop (included in Mono 1.2.5 preview) doesn't work on other platforms than the officially supported ones (I'm talking Zenwalk)? János ___ Mono-devel-list mailing list

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-08-01 Thread Stefan Noack
hi I solved this problem by replacing the code generated by VS. as the call is done by some internal compiler generated i hade to replace something in Application.Designer.vb [i think it was in Protected Overrides Sub OnCreateMainForm()]... you may use a reflector or disassmbler run on your own

Re: [Mono-dev] Mono 1.2.5

2007-08-01 Thread Lluis Sanchez
El dc 01 de 08 del 2007 a les 13:49 +0300, en/na Szentpali Janos va escriure: Is there a point in complaining (reporting) that monodevelop (included in Mono 1.2.5 preview) doesn't work on other platforms than the officially supported ones (I'm talking Zenwalk)? If it is a packaging problem

Re: [Mono-dev] next version

2007-08-01 Thread Paolo Molaro
On 07/30/07 Jouini Karim wrote: please, when will the next mono version be released ? We have test packages available at: http://mono.ximian.com/monobuild/preview/download-preview/ They will be released when enough regression testing has been done on them. lupus --

Re: [Mono-dev] C# 3.0

2007-08-01 Thread Onur Gumus
wow. do we have to use language:xlinq compiler option do use these features ? and what about inferred types ? On 8/1/07, Marek Safar wrote: Hi, When will be C# 3.0 will be complete and included in main package? Some features like * extension methods, * automatically generated properties,

Re: [Mono-dev] C# 3.0

2007-08-01 Thread Marek Safar
Onur Gumus wrote: wow. do we have to use language:xlinq compiler option do use these features ? and what about inferred types ? Yes, you have to use -langversion:linq to enable C# 3.0 features. This is temporary and 3.0 will become default option when we finish all features and the code will

Re: [Mono-dev] Anyone is using Mono with ARM?

2007-08-01 Thread Paolo Molaro
On 07/31/07 josepascual wrote: Any one is using mono with ARM? Any comment/benchmark about mono for EABI? is more quickly in EABI? same speed than non-EABI? If you're interested in benchmarking you should setup the same system with both the old abi and the eabi and test yourself. Many people

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-08-01 Thread Andy Hume
Unfortunately I can't offer any advice on OS X questions -- I know nothing (apart from google; maybe http://www.mono-project.com/Problem:GDIPlusInit#MacOS_X). For general advice on porting to Mono however, I agree with the advice in http://www.mono-project.com/Guide:_Porting_Winforms_Applications

[Mono-dev] Having difficulty porting to OS X.

2007-08-01 Thread bobrien
Hi, I wrote a CSharp app using Visual Studio 2005 Express Edition. I brought the exe file over to the mac where I have installed the latest version of Mono. I get some error messages from mono and was hoping someone could help me work these out. This is the log:

Re: [Mono-dev] Having difficulty porting to OS X.

2007-08-01 Thread R. Tyler Ballance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 1, 2007, at 1:42 PM, [EMAIL PROTECTED] wrote: Hi, I wrote a CSharp app using Visual Studio 2005 Express Edition. I brought the exe file over to the mac where I have installed the latest version of Mono. I get some error messages from

Re: [Mono-dev] Having difficulty porting to OS X.

2007-08-01 Thread Will Johansson
I've actually been working on the Quartz backend with some success, but it's nowhere close to being done! bobrein, are you trying to use the X11 or Quartz backend? Out of the box mono should be able to use X11 for SWF on Mac OS X. Will On Aug 1, 2007, at 4:37 PM, R. Tyler Ballance wrote:

[Mono-dev] Mono 1.2.5 Preview 2

2007-08-01 Thread Wade Berrier
Hi, Mono 1.2.5 preview 2 sources, packages, and installers are available at: http://mono.ximian.com/monobuild/preview/download-preview/ At some point, the release notes for 1.2.5 will be available at: http://go-mono.com/archive/1.2.5/ If no critical bugs are found after the preview period,

[Mono-dev] Call for release notes.

2007-08-01 Thread Miguel de Icaza
Hello, The draft release notes for the upcoming Mono 1.2.5 has been uploaded here: http://go-mono.com/archive/1.2.5/ Please let me know of any missing functionality or other important things that we should mention on the release notes.

Re: [Mono-dev] Having difficulty porting to OS X.

2007-08-01 Thread Brian OBrien
Will Johansson wrote: I've actually been working on the Quartz backend with some success, but it's nowhere close to being done! bobrein, are you trying to use the X11 or Quartz backend? Out of the box mono should be able to use X11 for SWF on Mac OS X. for what I'm doing X11 is fine...

[Mono-dev] Two 2.0 System.Transactions in GAC

2007-08-01 Thread Jonathan Chambers
I was looking over bug 81149 ( http://bugzilla.ximian.com/show_bug.cgi?id=81149), and realized my initial crash was due to the fact that there seems to be two 2.0 profile assemblies of System.Transactions in the GAC. On my machines I have a version 2.0.0.0__b03f5f7f11d50a3a and a version

Re: [Mono-dev] Two 2.0 System.Transactions in GAC

2007-08-01 Thread Atsushi Eno
I only have the one with 2.0.0.0__b77a5c561934e089 on Windows, so I don't think we should have another version. I have no idea about the other one - probably from an old 2.0 alpha/beta version? Atsushi Eno Jonathan Chambers wrote: I was looking over bug 81149

Re: [Mono-dev] [Ximian-mono-list] Call for release notes.

2007-08-01 Thread A Nagappan
Hi Miguel, System.Data * 99% of API's are now compatible with MS.NET under System.Data.SqlClient namespace. * Implemented SqlBulkCopy in SqlClient. With this the data can be imported in bulk from client to MS-SQL server. Thanks Nagappan -- -- Nagappan A [EMAIL PROTECTED] Linux Desktop Testing