Re: [Mono-dev] (no subject)

2016-02-20 Thread Rodrigo Kumpera
Yes, we'll participate on this year GSoC. :) On Sat, Feb 20, 2016 at 1:57 PM, a7med usama wrote: > Hi. > Does the organization will enter into Google summer of code 2016 ? > > ___ > Mono-devel-list mailing list >

[Mono-dev] (no subject)

2016-02-20 Thread a7med usama
Hi. Does the organization will enter into Google summer of code 2016 ? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] (no subject)

2015-02-04 Thread crashfou...@gmail.com
http://blogs.msdn.com/b/dotnet/archive/2015/02/03/coreclr-is-now-open-source.aspx https://github.com/dotnet/coreclr Microsoft just open sourced their Run time for .net core under the Mit license... including the native interop, gc, and hit engine. Looks like we can start pulling things from

Re: [Mono-dev] (no subject)

2014-03-22 Thread Rodrigo Kumpera
We got a similar issue on our ARM devices. Alex, has this been fixed? On Thu, Mar 20, 2014 at 1:36 PM, Greg Young gregoryyou...@gmail.com wrote: Just ran with redirected output this is the issue. AOT [build] mcs.exe.so Mono Ahead of Time compiler - compiling assembly

Re: [Mono-dev] (no subject)

2014-03-22 Thread Zoltan Varga
Hi, This is already fixed in master. Zoltan On Sat, Mar 22, 2014 at 11:02 AM, Rodrigo Kumpera kump...@gmail.com wrote: We got a similar issue on our ARM devices. Alex, has this been fixed? On Thu, Mar 20, 2014 at 1:36 PM, Greg Young gregoryyou...@gmail.comwrote: Just ran

Re: [Mono-dev] (no subject)

2014-03-21 Thread Greg Young
What version of mono did you use to build mono? I was running 3.2.8-master 3.4.1. The whole runtime builds no problem its just the AOT of mcs for 4 and 45 that breaks. On Thu, Mar 20, 2014 at 8:00 PM, David Schmitt da...@dasz.at wrote: My Jenkins built 6d405d4fd9575881920d398f54817cfb9c2054d5

Re: [Mono-dev] (no subject)

2014-03-21 Thread Greg Young
OK its not just me that makes me feel much better not sure what on my system might have been causing it only for me and expected a few day long goose hunt :) I will try 3.2.7-master now On Fri, Mar 21, 2014 at 12:49 PM, David Schmitt da...@dasz.at wrote: I've got 3.2.8 installed as backport

[Mono-dev] (no subject)

2014-03-20 Thread Greg Young
Before go searching for what happening and whether its something odd here can anyone build trunk right now? I can build 3.2.8 no problem -- Le doute n'est pas une condition agréable, mais la certitude est absurde. ___ Mono-devel-list mailing list

Re: [Mono-dev] (no subject)

2014-03-20 Thread Andrés G. Aragoneses
On 20/03/14 18:08, Greg Young wrote: Before go searching for what happening and whether its something odd here can anyone build trunk right now? I can build 3.2.8 no problem Attaching the error message you get might help. (Also putting a subject in your email is not yet old-fashioned AFAIK)

Re: [Mono-dev] (no subject)

2014-03-20 Thread Greg Young
Didn't get one until the end and it was unable to stat mcs I thought I saw a SIGABORT somewhere along the way but it kept running. On Thu, Mar 20, 2014 at 7:14 PM, Andrés G. Aragoneses kno...@gmail.comwrote: On 20/03/14 18:08, Greg Young wrote: Before go searching for what happening and

Re: [Mono-dev] (no subject)

2014-03-20 Thread Greg Young
Just ran with redirected output this is the issue. AOT [build] mcs.exe.so Mono Ahead of Time compiler - compiling assembly /home/greg/mono/mcs/class/lib/build/mcs.exe * Assertion at method-to-ir.c:13337, condition `load_opcode != OP_LOADV_MEMBASE' not met Stacktrace: Native stacktrace:

Re: [Mono-dev] (no subject)

2014-03-20 Thread David Schmitt
My Jenkins built 6d405d4fd9575881920d398f54817cfb9c2054d5 successfully on Mar 19. Regards, David On 20.03.2014 18:08, Greg Young wrote: Before go searching for what happening and whether its something odd here can anyone build trunk right now? I can build 3.2.8 no problem -- Le doute n'est

Re: [Mono-dev] (no subject)

2014-01-13 Thread Greg Young
As expected (totally predictable) its officially a heisenbug. Running with gdb causes it to no longer fail. On Fri, Jan 10, 2014 at 1:22 PM, Andrés G. Aragoneses kno...@gmail.comwrote: If it still crashes with master, run it with gdb and obtain a backtrace, and attach it to a bug report. On

Re: [Mono-dev] (no subject)

2014-01-10 Thread Andrés G. Aragoneses
What version of mono, and what architecture are you running this on? On 07/01/14 16:20, Greg Young wrote: Interesting issue came up today. All code works fine when run with mono regularly. However when we statically link mono and put the system under pressure we end up getting a SIGABRT on a

Re: [Mono-dev] (no subject)

2014-01-10 Thread Andrés G. Aragoneses
This 64bits-only bug could be the culprit: https://bugzilla.xamarin.com/show_bug.cgi?id=14834 It's fixed already in master branch. Try master. On 10/01/14 11:34, Andrés G. Aragoneses wrote: What version of mono, and what architecture are you running this on? On 07/01/14 16:20, Greg Young

Re: [Mono-dev] (no subject)

2014-01-10 Thread James Nugent
Thanks, I'll try this today. Cheers, James On 10 Jan 2014, at 10:42, Andrés G. Aragoneses kno...@gmail.com wrote: This 64bits-only bug could be the culprit: https://bugzilla.xamarin.com/show_bug.cgi?id=14834 It's fixed already in master branch. Try master. On 10/01/14 11:34,

Re: [Mono-dev] (no subject)

2014-01-10 Thread James Nugent
It's mono 3.2.4, running on an x64 Intel NUC - the errors occur on the same machine as it was compiled on. (I'm working on the same project) Cheers, James On 10 Jan 2014, at 10:34, Andrés G. Aragoneses kno...@gmail.com wrote: What version of mono, and what architecture are you running

Re: [Mono-dev] (no subject)

2014-01-10 Thread Andrés G. Aragoneses
If it still crashes with master, run it with gdb and obtain a backtrace, and attach it to a bug report. On 10/01/14 11:43, James Nugent wrote: Thanks, I'll try this today. Cheers, James On 10 Jan 2014, at 10:42, Andrés G. Aragoneses kno...@gmail.com wrote: This 64bits-only bug could

[Mono-dev] (no subject)

2014-01-09 Thread Greg Young
Interesting issue came up today. All code works fine when run with mono regularly. However when we statically link mono and put the system under pressure we end up getting a SIGABRT on a fairly innocuous call (not right away). We cannot reproduce this with mono not statically linked. Anyone have

[Mono-dev] (no subject)

2013-09-04 Thread Mario Chavez
— Sent from Mailbox for iPhone___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] (no subject)

2012-12-19 Thread Torello Querci
It's superfluos to say but if normal soft-float debian wheezy ( http://www.raspberrypi.org/downloads ) is used, mono works fine for me. Using raspian version the application seems to start but there are a lots of problem with DateTime class , Thread.Sleep and so on. Thanks 2012/12/18 Rodrigo

[Mono-dev] (no subject)

2012-12-18 Thread Greg Young
Using mono on a raspberry pi. Not sure if it has been reported before. The date part of DateTime is off and TimeSpan is a bit quirky eg var span = TimeSpan.FromMilliseconds(1); Console.WriteLine(span.TotalSeconds); Prints 0 -- Le doute n'est pas une condition agréable,

Re: [Mono-dev] (no subject)

2012-12-18 Thread Rodrigo Kumpera
It's surprising that mono works at all on linux-ARM. Mono doesn't support the hardfp ABI that most modern ARM distros follow which means that it can't even start. On Tue, Dec 18, 2012 at 2:31 PM, Greg Young gregoryyou...@gmail.com wrote: Using mono on a raspberry pi. Not sure if it has been

[Mono-dev] (no subject)

2012-06-08 Thread Tony Alexander Hild
http://www.thesewingmachinestore.com/wp-content/themes/sewingmachine/rthrtger.html?ckn=ji.jkjjj=nn.knffki=vbmk___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] (no subject)

2012-04-03 Thread Eddy Zavaleta
-- Sent from my Android device. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] (no subject)

2011-10-10 Thread Marcelo Marques Inacio
..Go on and click this link faster! Tell me thanks after! http://leshordeuxheureux.org/com.friend.php?isid=79e8 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] (no subject)

2011-03-21 Thread Alan
Hi, If I understand you correctly you wish to take some existing classes from the core Java framework and simply re-implement them in C# even if similar classes already exist in the .NET framework. If so this is definitely not something that would qualify as a GSoC project as it would provide no

Re: [Mono-dev] (no subject)

2011-03-21 Thread Stifu
I could be wrong, but maybe this wasn't GSoC related at all, and he's just trying to build some experience. Still, I agree it wouldn't be useful to the community, so if he wants to share something back, there are much better subjects. Alan McGovern wrote: Hi, If I understand you correctly

[Mono-dev] (no subject)

2011-03-20 Thread Adam Balan
I am a novice to c# so I thought I would convert the java core writer and reader and there associated class files to c# to learn about interfaces, class files, constructing methods and more. I understand that c# has such class files already but I wanted to know what it would be like to

[Mono-dev] (no subject)

2011-01-11 Thread sivakumar samyappan
http://desilsetdeselles.eu/mTtxtsx.html ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] (no subject)

2010-12-23 Thread sivakumar samyappan
http://ecoarchitecte.fr/fm5xt.html ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] (no subject)

2007-12-07 Thread Gwyneth Morrison
Good Day,I have been working with Mono Datasets and Visual Studio Dataset Designer in Linux reading the data from an XML file. The code produced by Visual studio compiles without any warnings or errors as well as our test program.We are reading the data from the above mentioned xml file

[Mono-dev] (no subject)

2007-06-04 Thread Harald Krapfenbauer
hello martin, I recently investigated the mono debugger and it looks quite good and stable for mono c# development. however, I have some questions... 1) changing variables the mono web site states that the debugger is able to Inspect and change static and instance fields, local variables, and

[Mono-dev] (no subject)

2007-04-26 Thread olivier . duff
duff -Original Message- From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list- bounces at lists.ximian.com] On Behalf Of olivier.duff at free.fr Sent: lunes, 23 de abril de 2007 23:31 To: mono-devel-list at lists.ximian.com Subject: [Mono-dev] patch to start

[Mono-dev] (no subject)

2007-04-02 Thread Aurimas
___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] (no subject)

2007-03-30 Thread Marek Habersack
On Thu, 29 Mar 2007 11:28:49 -0400, Miguel de Icaza [EMAIL PROTECTED] scribbled: Hello, Please review a performance optimization for HttpRequest.Headers and HttpRequest.ServerVariables collections. It implements lazy collection fill because most common flow is to ask for value by name.

[Mono-dev] (no subject)

2007-03-29 Thread Vladimir Krasnov
Hello, Please review a performance optimization for HttpRequest.Headers and HttpRequest.ServerVariables collections. It implements lazy collection fill because most common flow is to ask for value by name. Only if user ask for enumerator or count, collection will be fully loaded. This gives

Re: [Mono-dev] (no subject)

2007-03-29 Thread Juraj Skripsky
Hi Vladimir, Just a small cosmetic detail in ServerVariablesCollection.cs.patch. In the switch statement, you could combine quite a few cases into one: switch (name) { . . case APPL_MD_PATH: return _request.WorkerRequest.GetServerVariable (APPL_MD_PATH); case AUTH_PASSWORD: return

Re: [Mono-dev] (no subject)

2007-03-29 Thread Miguel de Icaza
Hello, Please review a performance optimization for HttpRequest.Headers and HttpRequest.ServerVariables collections. It implements lazy collection fill because most common flow is to ask for value by name. Only if user ask for enumerator or count, collection will be fully loaded. This gives

[Mono-dev] (no subject)

2007-03-19 Thread vidyapraveen korlam
Hi, This is praveen, I'm trying to open a word document in my .net application which is running in mono. now i'm running mono in windows XP. the code is like this newApp = new word.Application(); if(newApp.Documents!=null Source!=null) { newApp.Documents.Open(ref Source,ref

Re: [Mono-dev] (no subject)

2007-03-19 Thread Rafael Teixeira
Hi Praveen, Opening office documents, depend on COM libraries, which won't run on Mono, unless you are in Windows, because they aren't portable (they are native windows libraries, not managed ones that Mono can run). You need to find some fully managed library to open such documents, and I don't

Re: [Mono-dev] (no subject)

2007-03-19 Thread Jonathan Chambers
Hi Praveen, I'm slowly adding COM Interop support to mono, but it's not finished yet. What version of mono are you using? Thanks, Jonathan On 3/19/07, Rafael Teixeira [EMAIL PROTECTED] wrote: Hi Praveen, Opening office documents, depend on COM libraries, which won't run on Mono, unless

Re: [Mono-dev] (no subject)

2007-03-19 Thread Jonathan Chambers
korlam; mono-devel-list@lists.ximian.com *Subject:* Re: [Mono-dev] (no subject) Hi Praveen, I'm slowly adding COM Interop support to mono, but it's not finished yet. What version of mono are you using? Thanks, Jonathan On 3/19/07, *Rafael Teixeira* [EMAIL PROTECTED] wrote: Hi Praveen

[Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
Hello, Does anybody know if Mono will implement ASP.NET AJAX soon? Or is there any alternative AJAX already supported by Mono? Thanks! Tony___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] (no subject)

2006-11-15 Thread Joe Audette
I can't answer about the AJAX Extensions stuff though I don't see how it could come anytime soon.There are a lot of AJAX technologies you can use today. I use:MagicAJAX which is .NET specific I think might work pure _javascript_ ones like these certainly can be

Re: [Mono-dev] (no subject)

2006-11-15 Thread Ben Timby
http://www.mono-project.com/FAQ:_ASP.NET#Does_Mono_support_Atlas.3F Tony Gu wrote: Hello, Does anybody know if Mono will implement ASP.NET AJAX soon? Or is there any alternative AJAX already supported by Mono? Thanks! Tony -- Ben Timby Senior Software Architect Helios, LLC (p) 317-554-3619

Re: [Mono-dev] (no subject)

2006-11-15 Thread Marek Habersack
On Wed, 15 Nov 2006 14:50:53 -0500, Joe Audette [EMAIL PROTECTED] scribbled: I can't answer about the AJAX Extensions stuff though I don't see how it could come anytime soon. There are a lot of AJAX technologies you can use today. I use: MagicAJAX which is .NET specific I think might work

Re: [Mono-dev] (no subject)

2006-11-15 Thread Manuel Espinosa
: [Mono-dev] (no subject) Hello, Does anybody know if Mono will implement ASP.NET AJAX soon? Or is there any alternative AJAX already supported by Mono? Thanks! Tony ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
Manuel, Thanks! Tony - Original Message From: Manuel Espinosa [EMAIL PROTECTED]To: mono-devel-list@lists.ximian.comSent: Wednesday, November 15, 2006 11:57:19 AMSubject: Re: [Mono-dev] (no subject) Hello Tony, There is an open source AJAX implementation called Anthem.NET. It runs

Re: [Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
Just downloaded Anthem and tried to run under mono-1.2. But got the NotImplementedException on the sample UpdatePanel.aspx (Do I need modify anything in mono? It runs on ASP.NET fine): System.NotImplementedException: The requested feature is not implemented. at

Re: [Mono-dev] (no subject)

2006-11-15 Thread Marek Habersack
On Wed, 15 Nov 2006 14:15:41 -0800 (PST), Tony Gu [EMAIL PROTECTED] scribbled: Just downloaded Anthem and tried to run under mono-1.2. But got the NotImplementedException on the sample UpdatePanel.aspx (Do I need modify anything in mono? It runs on ASP.NET fine): You apparently compiled

Re: [Mono-dev] (no subject)

2006-11-15 Thread Tony Gu
PROTECTED] To: Tony Gu [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Wednesday, November 15, 2006 2:27:56 PM Subject: Re: [Mono-dev] (no subject) On Wed, 15 Nov 2006 14:15:41 -0800 (PST), Tony Gu [EMAIL PROTECTED] scribbled: Just downloaded Anthem and tried to run under mono-1.2

[Mono-dev] (no subject)

2006-11-10 Thread David Caro
Hi, I'm programming a Memory game for my C# topic at university, i'm finished that but there is a problem with a queuedraw (i think that) cause the second card doesnot turn up at time... the second card doesnt flip (roll) at button click time and i dont know Thanks if you can help me /* it is

Re: [Mono-dev] (no subject)

2006-11-10 Thread David Caro
Well, i upload source of my program here: http://changuitos.free.fr/memorama You can run it - Archivo - Nuevo Juego it is nos finished, well please help me with the second card, it never flip up... Maproz Caro [EMAIL PROTECTED]: Hi, I'm programming a Memory game for my C# topic at university,

[Mono-dev] (no subject)

2006-08-28 Thread briaeros007
Hello, In my work, i have to use mono with a specific thread library. Mono with the use of this library show some race conditions that i've tried to fixed. In the patch we can see four modifications of the file mini.c. The first two are modifications which avoid to put two times the same fonction

[Mono-dev] (no subject)

2006-08-07 Thread dev
Is there any work being done on System.Collections.ObjectModel? I see from a quick search someone sent a patch to the list, but I don't think it was ever applied. Specifically I'm interested in ReadOnlyCollection class. I've implemented several interfaces using this and was hoping to not change

Re: [Mono-dev] (no subject)

2006-08-07 Thread Jonathan Pryor
On Mon, 2006-08-07 at 18:20 -0500, [EMAIL PROTECTED] wrote: Is there any work being done on System.Collections.ObjectModel? Work _has_ been done, with the following classes already in svn: System.Collections.ObjectModel.Collection System.Collections.ObjectModel.KeyedCollection

Re: [Mono-dev] (no subject)

2006-07-27 Thread Andrew Skiba
different functions? Andrew. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Jordan Sent: Thursday, July 27, 2006 13:48 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] (no subject) Hi Andrew, ResolveClientUrl is implemented here

[Mono-dev] (no subject)

2006-06-14 Thread Brian . D . Low
Aloha. I realy need some help with the install Mono. I have run into a config issue. When I compile the mod_mono code, the configure works fine (see below). However, when I make it craps out complaining about some some code that is missing or not compatible. Do you have any thoughts to this? I

Re: [Mono-dev] (no subject)

2006-06-14 Thread Joe Audette
-dev] (no subject)Aloha. I realy need some help with the install Mono. I have run into a config issue. When I compile the mod_mono code, the configure works fine (see below). However, when I make it craps out complaining about some some code that is missing or not compatible. Do you have any

[Mono-dev] (no subject)

2006-03-14 Thread Sridhar Kulkarni
Hi: Please find the attached patch for /bugreport option bug in Mono Compiler. Regards, -Sri _ Shah Rukh fan? Know all about the Baadshah of Bollywood. On MSN Search http://server1.msn.co.in/profile/shahrukh.asp ---

Re: [Mono-dev] (no subject)

2005-09-20 Thread T Sureshkumar
On Tue, Sep 13, 2005 at 12:17 pm, in message [EMAIL PROTECTED], Sridhar Kulkarni [EMAIL PROTECTED] wrote: Hi, If we have executable hello.exe created from a cs file, then to run the file we have to say mono hello.exe. I have several exe which needds to be executed to start my app. Is

[Mono-dev] (no subject)

2005-09-13 Thread Sridhar Kulkarni
Hi, If we have executable hello.exe created from a cs file, then to run the file we have to say mono hello.exe. I have several exe which needds to be executed to start my app. Is there a way that the executable runs just by saying hello?.. Any script needs to be written for that. Anybody

Re: [Mono-dev] (no subject)

2005-09-13 Thread Jonathan Pryor
On Tue, 2005-09-13 at 12:17 +0530, Sridhar Kulkarni wrote: If we have executable hello.exe created from a cs file, then to run the file we have to say mono hello.exe. I have several exe which needds to be executed to start my app. Is there a way that the executable runs just by saying

Re: [Mono-dev] (no subject)

2005-09-10 Thread Jonathan Pryor
On Thu, 2005-09-08 at 16:03 +0530, Sridhar Kulkarni wrote: Hi, I am having GetPathName method call in my C# code. I am using the same source file to compile both on windows and linux. This method calls some WIN32 APIs within it. This function also has linux specific code. As there is no

Re: [Mono-dev] (no subject)

2005-09-10 Thread Kornél Pál
- Original Message - From: Jonathan Pryor [EMAIL PROTECTED] To: Sridhar Kulkarni [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Saturday, September 10, 2005 4:39 PM Subject: Re: [Mono-dev] (no subject) On Thu, 2005-09-08 at 16:03 +0530, Sridhar Kulkarni wrote: Hi, I am

Re: [Mono-dev] (no subject)

2005-09-05 Thread Miguel de Icaza
I'm trying to get example working on winxp with mono-1.0.5 which only creates a form: Mono 1.0.5 does not have a working Windows.Forms and has been deprecated in favor of Mono 1.1.8. Miguel ___ Mono-devel-list mailing list

[Mono-dev] (no subject)

2005-09-03 Thread Thomas Cleenewerck
I'm trying togetexample working on winxp with mono-1.0.5 which only creates a form: ... dim f as new System.Windows.Forms.Form()... I'm compilingthe program using mbas /r:System.Windows.Forms helloworld.vb Upon execution I get the following error: Unhandled Exception: