[Mono-dev] ANN: NUnitLite Mailing List

2007-08-08 Thread Charlie Poole
Hi All, I'm getting back to NUnitLite after a period of concentration on NUnit. The focus for the next few months will be on * bringing NUnitLite and NUnit syntax in line with one another * getting NUnitLite to work on the compact framework * getting NUnit to run NUnitLite tests * putting out an

[Mono-dev] [PATCH] mono_ldtoken returns wrong token / mono_class_get_full don't give access to type metadata

2007-08-08 Thread Rodrigo Kumpera
Hey guys, The attached patch fixes a bug and fill a gap of something I need for the verifier. First I'll explain the issue with mono_class_get_full and then the bug. The issue is that TYPE_SPEC tokens can be byref (int& for example) and have attached attributes to it, since mono_class_get_full re

[Mono-dev] System.Media.SoundPlayer silent

2007-08-08 Thread Markus Kilås
Hi, I'm trying to play a wave-file using the System.Media.SoundPlayer class as in http://www.mono-project.com/Guide:_Porting_Winforms_Applications . But it will just not play any sound on Mono 1.2.4 in Gentoo or the VMware image with openSUSE 10.2: SoundPlayer sp = new SoundPlayer ("/usr/share

Re: [Mono-dev] Licensing [WAS: Cross-platform command-lines]

2007-08-08 Thread Charlie Poole
Hi Mirco, NOTE: This is getting somewhat OT, so if it bothers anyone, we can take it outside. :-) > > Believe me, I know. There have been a few apps that used > some of the > > NUnit code, modifying it and redistributing the assemblies > sometimes > > even with indistinguishable version numbe

Re: [Mono-dev] Licensing [WAS: Cross-platform command-lines]

2007-08-08 Thread Mirco Bauer
On Wed, 2007-08-08 at 09:45 -0700, Charlie Poole wrote: > > Binary bundling is an issue, as nobody can tell what source > > was used to build it, that is especially a problem for > > opensource development and Linux distributions that care > > about source (like Debian). > > Believe me, I know.

Re: [Mono-dev] Reading excel files with mono ?

2007-08-08 Thread Angel Marin
Onur Gumus escribió: > Johannes, Filehelper looks promising. There are some guys in the forums > reporting success with mono however I am not sure if they tried the excel > support. I must try this anyway. I will inform you about the results once I > did. From [1]: "WARNING you need to have insta

Re: [Mono-dev] Cross-platform command-lines

2007-08-08 Thread Charlie Poole
Hi Mirco, > On Tue, 2007-08-07 at 10:21 -0700, Charlie Poole wrote: > > Some follow-up questions, now that I've looked at mono.getOptions. > > > > 1) I like the idea of having the system provide this capablility, > > rather than including it in every app. But what do people > generally do > >

Re: [Mono-dev] Reading excel files with mono ?

2007-08-08 Thread Jeroen Frijters
Onur Gumus wrote: > Jonathan , I am not sure if IKVM would do . Since I want to compile my > project on linux once and for all and be able to deploy to Windows > machines by only XCOPY. The IKVM binaries are cross platform, so you can xcopy deploy them to Windows without any problems. Only if yo

[Mono-dev] Compiling mono on embedded platform fails ( structure has no member named uc_regs)

2007-08-08 Thread Johannes Paschold
Hello, i'm new to this list cause i have a problem compiling mono on my embedded linux and can't find any useful hints to my problem on the web. I compiled and installed bison, pkg-config and glib 2.4.8 and configured mono successfully. When running make, compilation fails with the below error mes

Re: [Mono-dev] Cross-platform command-lines

2007-08-08 Thread Mirco Bauer
Hi Charlie, On Tue, 2007-08-07 at 10:21 -0700, Charlie Poole wrote: > Some follow-up questions, now that I've looked at mono.getOptions. > > 1) I like the idea of having the system provide this capablility, > rather than including it in every app. But what do people generally > do for cross-platf

Re: [Mono-dev] Reading excel files with mono ?

2007-08-08 Thread Onur Gumus
Jonathan , I am not sure if IKVM would do . Since I want to compile my project on linux once and for all and be able to deploy to Windows machines by only XCOPY. Johannes, Filehelper looks promising. There are some guys in the forums reporting success with mono however I am not sure if they tried

Re: [Mono-dev] Reading excel files with mono ?

2007-08-08 Thread Joe Audette
I don't know about .xls files but if they are saved as .csv you could read them with this: http://www.codeproject.com/cs/database/CsvReader.asp?df=100&forumid=142714&exp=0&select=2127605 Excel has a save as csv option, but if you need the native .xls format the above won't help. Joe On 8/8/07, O

Re: [Mono-dev] Reading excel files with mono ?

2007-08-08 Thread Johannes Findeisen
Hi, On Wed, 2007-08-08 at 15:51 +0300, Onur Gumus wrote: > Hello, > > Does anyone know if it is possible to read from Microsoft Excel > files , with mono under linux ? Maybe this is what you are searching for: http://www.filehelpers.com/ It is LGPL licensed but i don't know the support for Mono

Re: [Mono-dev] Reading excel files with mono ?

2007-08-08 Thread Jonathan Pryor
On Wed, 2007-08-08 at 15:51 +0300, Onur Gumus wrote: > Does anyone know if it is possible to read from Microsoft Excel > files , with mono under linux ? Not with just Mono, but you can use Mono with: * IKVM + Jakarta Poi [1] * Novell's OpenOffice.org, which has Mono UNO bindings. If you use

[Mono-dev] Reading excel files with mono ?

2007-08-08 Thread Onur Gumus
Hello, Does anyone know if it is possible to read from Microsoft Excel files , with mono under linux ? Onur -- Warning: If you are reading this then this warning is for you. Every word you read of this useless fine print is another second off your life. Don't you have other things to do? Is you

Re: [Mono-dev] System.Drawing

2007-08-08 Thread Sebastien Pouliot
On Wed, 2007-08-08 at 10:53 +0200, Jouini Karim wrote: > Hi everyone ! > I have problems with System.Drawing > It doesn't throw any error but i can't get my code working on Mono > It's a code that rotates an image inside a pictureBox > derived from : Rimage http://www.codeproject.com/vb/net/rimage.

[Mono-dev] System.Drawing

2007-08-08 Thread Jouini Karim
Hi everyone ! I have problems with System.Drawing It doesn't throw any error but i can't get my code working on Mono It's a code that rotates an image inside a pictureBox derived from : Rimage http://www.codeproject.com/vb/net/rimage.asp Can someone help me ? Should i post a bug report ? (i'm new