[Mono-list] Mono Compiler error for multiple assignments

2009-02-22 Thread hywel

Under Mono 2.0.1 and Mono 2.2, the test program below gives the following
output:-
{X=100,Y=200}
{X=0,Y=0}

using System;
using System.Drawing;

namespace Test
{
public class Assignment
{
static void Main ()
{
int X=100,Y=200;
Point start, end;
start = end = new Point(X,Y);
Console.WriteLine(start);
Console.WriteLine(end);
}
}
}

indicating that the multiple assignment start = end = new Point(X,Y) is not
compiling correctly.
The MS compiler works as expected.  

-- hywelt
-- 
View this message in context: 
http://www.nabble.com/Mono-Compiler-error-for-multiple-assignments-tp21951900p21951900.html
Sent from the Mono - General mailing list archive at Nabble.com.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-docs-list] Mono Documentation Web Server broken?

2009-01-21 Thread Hywel Thomas
Hello,

The Mono/Gtk# etc Documentation accessed via the API Docs link on the 
Mono website has started giving an error for some classes.  Trying to 
access the Gtk API on anything further on than the Adjustment class 
gives the following error:-

 Server Error in '/docs' Application
 
 Cannot be negative. Parameter name: length
 
 Description: HTTP 500. Error processing request.
 

This only seems to have happened in the last day or so. Can anyone help?

Regards,

Hywel Thomas
___
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list


[Mono-list] RE: mono-1.1.8 dependency - libsqlite.so.0

2005-06-22 Thread Hywel Thomas
Many thanks - I certainly couldn't find it anywhere else obvious.
If it saves anyone else a few minutes searching, the URL for
DAG's repo is http://apt.sw.be/fedora/$releasever/en/$basearch/dag/

-- Hywel

 -Original Message-
 From: Ben Maurer [mailto:[EMAIL PROTECTED] 
 Sent: 21 June 2005 18:08
 To: Hywel Thomas
 Cc: mono-list
 Subject: Re: [Mono-list] mono-1.1.8 dependency failure - 
 libsqlite.so.0
 
 On Tue, 2005-06-21 at 09:07 +0100, Hywel Thomas wrote:
  I've just updated to mono-1.1.8 on FC3 using yum and got a failed 
  dependency - libsqlite.so.0 is needed by mono-data-sqlite - which 
  wasn't thrown up by
  mono-1.1.7  If I remove mono-data-sqlite and do the update, 
 the rest 
  of the packages install OK, but mono-data-sqlite seems to 
 be needed by monodevelop.
  Could anyone point me to which package this library is in?
 
 It is in DAG's repo.
 
 -- Ben
 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mono-1.1.8 dependency failure - libsqlite.so.0

2005-06-21 Thread Hywel Thomas
I've just updated to mono-1.1.8 on FC3 using yum and got a failed dependency -
libsqlite.so.0 is needed by mono-data-sqlite - which wasn't thrown up by
mono-1.1.7  If I remove mono-data-sqlite and do the update, the rest of the
packages install OK, but mono-data-sqlite seems to be needed by monodevelop.
Could anyone point me to which package this library is in?

Many thanks
Hywel Thomas 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list