Re: [Mono-list] Bug in System.Drawing.Imaging.ImageFormat?

2004-04-13 Thread Ravindra
Hello, On Tue, 2004-04-13 at 04:32, Peter Wolf wrote: I get the System.DllNotFoundException: jpeg exception when I do the following: .. where the imageByteData is a byte array that is read from a jpeg file. The code works well on MS .NET A bug? It is not a bug, instead you seem to be

[Mono-list] Trouble accessing interface methods via as operator

2004-04-13 Thread Joe Scaduto
Hello, I am trying to use the 'as' operator to access interface methods. I am using reflection to create an instance of the class which implements the interface. I am able to obtain the object but the 'as' operator always returns null for me even though the class does implement the interface. I

Re: [Mono-list] Trouble accessing interface methods via as operator

2004-04-13 Thread Michal Moskal
On Tue, Apr 13, 2004 at 03:39:54AM -0400, Joe Scaduto wrote: Hello, I am trying to use the 'as' operator to access interface methods. I am using reflection to create an instance of the class which implements the interface. I am able to obtain the object but the 'as' operator always returns

Re: [Mono-list] Trouble accessing interface methods via as operator

2004-04-13 Thread Joe Scaduto
On Tue, 2004-04-13 at 04:02, Michal Moskal wrote: On Tue, Apr 13, 2004 at 03:39:54AM -0400, Joe Scaduto wrote: Hello, I am trying to use the 'as' operator to access interface methods. I am using reflection to create an instance of the class which implements the interface. I am able to

RE: [Mono-list] I give up / Mac OS X PPC support

2004-04-13 Thread Dan
Here, Here Greg. Well said! The only thing I would add is that when you say It's about freedom, simple as that., I would more specifically say It's about freedom of choice. Regards, Dan Maltes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregory

[Mono-list] mod_mono on Apache2 - Solaris 8

2004-04-13 Thread Mike Cano
Hi there, Excuse my newbesence. I hope this is the correct list for this question. If not, let me know. I'm trying to serve up asp.net pages on my apache2 sparc solaris 8 platform using mod_mono. Firstly, I removed the apache app that comes with Solaris 8 to eliminate any contention. Next, I

[Mono-list] Mono 0.31 segfault

2004-04-13 Thread Stuart Ballard
Running mono 0.31 from debian packages. The following simple test program crashes mono with a segmentation fault: public class MainClass { public static void Main() { object o = null; Console.WriteLine(o.ToString()); } } I'd expect to get a

Re: [Mono-list] Mono 0.31 segfault

2004-04-13 Thread David Sheldon
I think that this is bug 55253. http://bugzilla.ximian.com/show_bug.cgi?id=55253 Are the debian packages compiled with the --with-sigaltstack=no option? Hmm, I wonder if this works for anyone else. It definitely doesn't work on debian for me if I don't use that option. David On Tue, Apr

[Mono-list] Gladify SqlSharpGtk

2004-04-13 Thread Gonia Eric - egonia
Warning! I know very little about Gtk, so these may be dumb questions. If I was to work on sqlsharpgtk to Glade as much of the interface as I could, would the changes be accepted. Would this prevent it from being run on Windows or other OSes? ___

Re: [Mono-list] Bug in System.Drawing.Imaging.ImageFormat?

2004-04-13 Thread Miguel de Icaza
Hello! We have successfully ported a big portion of our code to linux. Thanks a lot! Question: I get the System.DllNotFoundException: jpeg exception when I do the following: . MemoryStream ImageStream = new MemoryStream(imageByteData); Bitmap imageBitmap = new

[Mono-list] Master Pages

2004-04-13 Thread David Wright
What is the status of Whidbey APIs in mono? There has been at least one semi-public release of Whidbey bits, at PDC. More will be coming, in the form of Whidbey betas. When people implement the new APIs for mono, will they be accepted directly into the appropriate System.* namespaces, or will

[Mono-list] mphoto - where to get and/or how to build libeog.so

2004-04-13 Thread Ivan Guvinec
Hi, I'm trying out mphoto from mono CVS repository and I get: $ ./mphoto.exe ** DB is valid T: Hello from the Thumbnailer thread customWidgetHandler: widget for collections_tree_view customWidgetHandler: widget for imageinfo_tree_view customWidgetHandler: widget for keywords_widget

Re: [Mono-list] Mono 0.31 segfault

2004-04-13 Thread Gonzalo Paniagua Javier
El mar, 13-04-2004 a las 20:44, David Sheldon escribió: I think that this is bug 55253. http://bugzilla.ximian.com/show_bug.cgi?id=55253 Are the debian packages compiled with the --with-sigaltstack=no option? Hmm, I wonder if this works for anyone else. It definitely doesn't work on

Re: [Mono-list] Master Pages

2004-04-13 Thread Gonzalo Paniagua Javier
El mar, 13-04-2004 a las 22:59, David Wright escribió: What is the status of Whidbey APIs in mono? There has been at least one semi-public release of Whidbey bits, at PDC. More will be coming, in the form of Whidbey betas. When people implement the new APIs for mono, will they be accepted

Re: [Mono-list] RE: mod_mono on Apache2 - Solaris 8

2004-04-13 Thread Gonzalo Paniagua Javier
El mié, 14-04-2004 a las 02:01, Mike Cano escribió: Thanks to Chris Turchin I'm a little further along debugging this :) I'm now trying to run xsp.exe in standalone mode to see what could be wrong. Here's my latest attempt: # cd /usr/share/doc/xsp/test # mono /usr/bin/xsp.exe --root .

[Mono-list] Re: The Mauve unicode testcase and VM performance

2004-04-13 Thread Stuart Ballard
Mark Wielaard wrote: You then still need the original exe for execution. The man page says about --aot: This option is used to precompile the CIL code in the specified assembly to native code. The generated code is stored in a file with the extension .so. This file will

Re: [Mono-list] Re: The Mauve unicode testcase and VM performance

2004-04-13 Thread Jonathan Pryor
Below... On Tue, 2004-04-13 at 14:55, Stuart Ballard wrote: snip/ Interestingly, my installation of mono (from debian sid) doesn't even come with its own libraries AOT'd. I'd have thought that you'd get the best performance by AOT'ing *all* the libraries, including (and especially) the

Re: [Mono-list] Re: The Mauve unicode testcase and VM performance

2004-04-13 Thread Marcus
I get almost identical results overall on SciMark with AOT and JIT compilation. The overall results are 97.0 MFlops (JIT) versus 95.4 MFlops (AOT). Some subtests are faster with JIT; some are faster with AOT. This difference is less than what I see from week to week comparing JIT-to-JIT, as

RE: [Mono-list] Gladify SqlSharpGtk

2004-04-13 Thread Daniel Morgan
Glade# works on Windows and Linux. I haven't tried Glade#. I know what it is, and it sounds good. Improvements are welcomed to SQL# For GTK#. Has anyone had success with Glade# with your GTK# apps? Does it make it easier to create GUI apps? What about making modifications to the app down the

Re: [Mono-list] Re: The Mauve unicode testcase and VM performance

2004-04-13 Thread Ben Maurer
Ok, there are a few factors to consider here: JITing takes a hit *once* -- remember, once a method is jitted, there is 0 cost. For something like SciMark, you are running the test for a pretty long time. So, if there is a .01 second delay in jitting it on a 1 second test, you wont see anything.

Re: [Mono-list] Gladify SqlSharpGtk

2004-04-13 Thread Black Fox
I would like to replace it with gtksourceview#, but I do not know if it works on Windows too. I have searched this (To run MonoDevelop on windows) and never found... So i don't think it's a good idea (Maybe a plugin system with gtksourceview# used only on Unixes...)

Re: [Mono-list] Trouble accessing interface methods via as operator

2004-04-13 Thread Black Fox
Joe Scaduto said the following: The type comes from a dll (Schedule.dll) which I compiled with the namespace which IServices is defined (Umbrella.CIB.Service). The file where I reflect on the Schedule.dll, where the above code snippet is from, I have 'using Umbrella.CIB.Service' which is the same