Re: [Mono-dev] Announcing Mono 2.4 Preview 1...

2009-02-01 Thread Steven Munroe
Thomas Wiest wrote: > Hey Everyone, > > We've just released Mono 2.4 Preview 1 today! > > Please help us out by giving it a try with your applications. > > As always, you can get the preview/RC releases here: > http://mono.ximian.com/monobuild/preview/download-preview/ > > Please report any bugs th

Re: [Mono-dev] Mono and IBM

2009-02-01 Thread Carlos Ruiz Diaz
Thanks to all of you for the help that you guys gave me. i think I'll stay with C/C++ to be safe and avoid problems that I'll cannot control. Anyway I'll still looking around, reading and waiting for mono to be ready for my purposes. Best regards. CarlosRD On Sun, Feb 1, 2009 at 1:39 PM, Andre

Re: [Mono-dev] Help on deploying library to gac using autotools

2009-02-01 Thread Mike Kestner
On Fri, 2009-01-23 at 17:38 -0800, amrhassan wrote: > Hi, I'm not an autotools expert. I just want to create a package to > distribute my lib into GAC. I signed my library and everything, I created > the Makefiles using the addin from MonoDevelop but I don't know how to get > it to install the lib

Re: [Mono-dev] high precision real & cpu time in MONO (on linux)

2009-02-01 Thread Rodrigo Kumpera
You can use P/Invoke to call those functions. On Sat, Jan 31, 2009 at 5:06 PM, Basile Starynkevitch < bas...@starynkevitch.net> wrote: > > Hello All, > > I am a newbie to Mono and to C# ; I am using only Debian/Sid/AMD64 on a > recent linux 2.6.29-rc3 kernel (with CONFIG_HIGH_RES_TIMERS CONFIG_HZ

Re: [Mono-dev] Mono 2.2 build problem on ARM9 ..

2009-02-01 Thread Rodrigo Kumpera
This has been fixed on trunk and on the 2.4 branch. Just apply r125205 to mono 2.2 and it should work. On Sat, Jan 31, 2009 at 6:50 PM, clva5x wrote: > > > Hello All.. I am trying to build mono 2.2 on an ARM9 Linux Debian platform > and I am getting the exception below. I have previously built

Re: [Mono-dev] Running Asp.net Applications on Mono

2009-02-01 Thread Timothy Smith
Mono on Linux or Windows? For linux it is not possible. Try this new site called google.com - type these words "asp.net mono" and press search. On Tue, Jan 20, 2009 at 12:44 AM, harishr wrote: > > I have to perform the following tasks using Mono 2.2. > > 1.Running unManaged COM component with

Re: [Mono-dev] SVN Repository layout - is this explained anywhere

2009-02-01 Thread Robert Jordan
Shane Moore wrote: > Apologies to those who have an intimate understanding of the SVN repository. > > I have been considering helping with developing mono, but the main > inhibition at this stage is to know where to find things, becuase the SVN > repository has sooo many folders. I don't know wher

Re: [Mono-dev] Mono and IBM

2009-02-01 Thread Andreas Färber
Am 30.01.2009 um 23:57 schrieb Steven Munroe: > There might be a mono port for AIX, which might run in the PASE > environment, but i don't know the status of that. Some folks recently tried a new port to AIX/ppc64. They gave up last week because, supposedly, Mono relies on an undefined behavio

Re: [Mono-dev] SVN Repository layout - is this explained anywhere

2009-02-01 Thread Sandy Armstrong
On 02/01/2009 01:09 AM, Shane Moore wrote: > Apologies to those who have an intimate understanding of the SVN repository. > > I have been considering helping with developing mono, but the main > inhibition at this stage is to know where to find things, becuase the SVN > repository has sooo many fol

[Mono-dev] SVN Repository layout - is this explained anywhere

2009-02-01 Thread Shane Moore
Apologies to those who have an intimate understanding of the SVN repository. I have been considering helping with developing mono, but the main inhibition at this stage is to know where to find things, becuase the SVN repository has sooo many folders. I don't know where to start to find what. So

[Mono-dev] Mono 2.2 build problem on ARM9 ..

2009-02-01 Thread clva5x
Hello All.. I am trying to build mono 2.2 on an ARM9 Linux Debian platform and I am getting the exception below. I have previously built versions 2.0 and 2.0.1 just fine on this board. I have found some references to this problem and I checked the proposed patches.. they seem to be in the mono

[Mono-dev] high precision real & cpu time in MONO (on linux)

2009-02-01 Thread Basile Starynkevitch
Hello All, I am a newbie to Mono and to C# ; I am using only Debian/Sid/AMD64 on a recent linux 2.6.29-rc3 kernel (with CONFIG_HIGH_RES_TIMERS CONFIG_HZ=1000) , mono 2.2 I am searching for a way to measure real clock and cpu time with high precision. The linux system call is clock_gettime. Appa

[Mono-dev] Patches to enable off-tree build

2009-02-01 Thread Theppitak Karoonboonyanan
When building gtk-sharp and gnome-sharp outside source tree: ,- | $ /home/thep/vcs/gnome_svn/gtk-sharp/bootstrap-2.14 --prefix /opt/gnome2 --libdir '${exec_prefix}/lib64' --disable-static --disable-gtk-doc | /home/thep/vcs/gnome_svn/gtk-sharp/bootstrap-2.14: line 13: ./bootstrap-generic: No s

[Mono-dev] Help on deploying library to gac using autotools

2009-02-01 Thread amrhassan
Hi, I'm not an autotools expert. I just want to create a package to distribute my lib into GAC. I signed my library and everything, I created the Makefiles using the addin from MonoDevelop but I don't know how to get it to install the lib into GAC instead of PREFIX/lib. Can someone please help me

Re: [Mono-dev] C++, COM interop

2009-02-01 Thread fevans
You mentioned you don't want to use SWIG, so its probably foolish of me to comment, but after avoiding swig for years, I've recently had a lot of success in both Windows and Linux. Yes, if you have a lot of exposed methods its work to define the interface files initially, but the results work real

[Mono-dev] ServiceHost Crashes

2009-02-01 Thread out4toys
Hello, I am running a C# ServiceHost in a Winforms application that is identical in code to a Windows application.. using wsHttpBinding on port 8731 on the Suse 11.0 VM that is supplied on the Mono downloads page. The service starts fine but when I try to create a proxy to the service, the Wind

[Mono-dev] Problems with ThreadPool

2009-02-01 Thread Paulo Aboim Pinto
Hello I'm developing an application that will run in windows and linux usign .NET Framework 2.0 and Mono. This application (and ETL) will process files. The operator will change the configuration of the number of files that will process each time according with memory and number of files to proce

[Mono-dev] Winforms failing to start -svn 123860 (XIM problem)

2009-02-01 Thread PFJ
Hi, I have a number of winforms applications which are failing to start correctly. They work fine until about 123650 under svn. Under 123775, I had problems with FUTEX_WAIT (and it never completed). Under 123860, when I run using mono -v .exe, I get at the end (sorry for any mistakes, I'm on a d

[Mono-dev] Running Asp.net Applications on Mono

2009-02-01 Thread harishr
I have to perform the following tasks using Mono 2.2. 1.Running unManaged COM component with Mono 2.Running an asp.net portal on Mono Just help me with some links and code.This is very urgent. Harish. -- View this message in context: http://www.nabble.com/Running-Asp.net-Applications-on-M

Re: [Mono-dev] gdal/mono/linux; Native bindings, PInvoke, and tracking TypeLoader exceptions

2009-02-01 Thread Jonatan Anauati
hi Floris Briolas wrote: > > > fevans wrote: >> >> *trim* >> So when I run the command 'mono GDALInfo.exe' it returns a usage >> statement. no errors. But when I run 'mono GDALinfo.exe foo.tif', I get a >> type-loader exception. >> *trim* >> > > This is a yes, me too response, but I've done

[Mono-dev] Generic Variance

2009-02-01 Thread Scott Peterson
This patch adds generic variance support to the C# compiler. This patch does not fully support the spec in that it provides variance only for reference types. This limitation is designed to reflect the current (proposed) level of variance support in the VM. New error codes are defined and tests for

[Mono-dev] Generic Variance

2009-02-01 Thread Scott Peterson
This is a patch to add runtime support for generic variance. This patch lacks certain features of the spec. For example, only reference type variance is supported. Also, the runtime does not enforce the validity of variant parameters (that they only appear in interface and delegate types, that cova