Re: [Mono-list] mono 2.4.2.3 openoffice 3 cli_uno_bridge broken?

2009-11-26 Thread Michael Meeks
Hi Luke, On Wed, 2009-11-25 at 15:40 -0500, Miguel de Icaza wrote: I have CCed Michael Meeks who works in our Open Office team, perhaps he can shed some light as to what is needed. Thanks Miguel :-) I'm desperatly trying to make the interop between C# and OpenOffice work

Re: [Mono-list] Extremely poor performance of ODFConverter/Mono on Linux vs Windows .Net

2009-10-16 Thread Michael Meeks
Hi Roman, On Thu, 2009-10-15 at 07:02 -0700, RomanP wrote: I checked the performance of ODFConverter application for DOCX - ODT conversion (http://sourceforge.net/projects/odf-converter) The other issue here - around optimisation is - why bother ? there are some examples of horrific

Re: [Mono-list] Extremely poor performance of ODFConverter/Mono on Linux vs Windows .Net

2009-09-14 Thread Michael Meeks
Hi Roman, On Fri, 2009-09-11 at 16:33 -0400, Miguel de Icaza wrote: Even in wine + .NET 2.0 Framework ODFConverter has more than 2 times better performance (20 sec against 50 sec in Mono)! Seems that XSLT operations in Mono implemented not so efficient as they made in .NET :,( I

Re: [Mono-list] prototype XSLT debugging patch ...

2006-11-27 Thread Michael Meeks
Hi Atsushi, On Sat, 2006-11-25 at 12:37 +0900, Atsushi Eno wrote: Ok, now I understand what you originally wanted. I was thinking that you want either trimmed information to hide stack trace details, or want working XSLT debugger which is not realistic at this state (as I'm not working on

[Mono-list] XSLT debugging ...

2006-11-24 Thread Michael Meeks
Hi guys, So - I have this (horribly complicated) zip + XSLT + C# application with this much XSLT goodness: resources find -name '*.x??' | xargs cat | wc -l 54915 And of course, since there is -at-least- 1 bug somewhere in it, everything blows up, and I get these beautiful

Re: [Mono-list] XSLT debugging ...

2006-11-24 Thread Michael Meeks
Hi Atsushi, On Fri, 2006-11-24 at 13:36 +0900, Atsushi Eno wrote: So - my question is - how do people debug 55k lines of XSLT ? :-) and - more to the point, when something fails how do we get a decent 'stack trace' from the XSLT code ? [ I tried adding some 'Call Template' tracing debug

[Mono-list] prototype XSLT debugging patch ...

2006-11-24 Thread Michael Meeks
Hi dudie, So - of course this builds the frames on the exception - we could of course alternatively dump them to Debug.WriteLine [ or perhaps something easier to get at for the hacker without re-compiling mono ]. Either way, this turns my 100 line, unreadable barf into the

[Mono-list] mkbundle man page bug ...

2006-11-22 Thread Michael Meeks
Hi there, It seems the mkbundle man page example: $ mkbundle -o host.c -oo bundles.o --deps hello.exe $ cc host.c bundles.o /usr/lib/libmono.a -lc -lrt Is missing a -c in the mkbundle invocation. HTH, Michael. -- [EMAIL PROTECTED]

[Mono-list] System.Xml XmlTextReader 'resolver' ...

2006-11-14 Thread Michael Meeks
/ChangeLog (revision 67310) +++ class/System.XML/System.Xml/ChangeLog (working copy) @@ -1,3 +1,8 @@ +2006-11-13 Michael Meeks [EMAIL PROTECTED] + + * XmlReader.cs, XmlTextReader.cs, XmlTextReader2.cs: + pass the XmlResolver through to the GetStream impl. + 2006-10-30 Atsushi Enomoto [EMAIL

Re: [Mono-list] System.Xml XmlTextReader 'resolver' ...

2006-11-14 Thread Michael Meeks
Hi Atsushi, On Tue, 2006-11-14 at 09:28 +0900, Atsushi Eno wrote: Sadly the patch is wrong - the XmlResolver in XmlReaderSettings is used only to resolve DTD or whatever dependent files, not the XML stream itself. Interesting; I'd be interesting to know what source you get that from.

Re: [Mono-list] Autoconf macros to correctly detect Mono C# mcs

2003-12-02 Thread Michael Meeks
Hi William, On Wed, 2003-11-26 at 22:32, William S Fulton wrote: We need to detect whether C# is installed on Unix systems and are using a simple autoconf macro to look for mcs. Unfortunately there is another program called mcs and so it incorrectly detects mcs. Does anyone know of any

[Mono-list] Re: Bridges to SOAP and/or .NET ?

2003-10-28 Thread Michael Meeks
Hi Peter, On Mon, 2003-10-27 at 16:23, Peter Van Osta wrote: We are now using an ORBit based server and client for our own application for communication between a Linux-based server and a Linux-based client with a GNOME/GTK+ interface. Our system should also be integrateable into third

Re: [Mono-list] Some ideas for dotgnu.

2003-01-25 Thread Michael Meeks
On Wed, 2003-01-22 at 16:40, Erik Bågfors wrote: -gtk Link against the Gtk# libraries -gnome Link against the Gnome# libraries It would be nice if whatever the libraries are called (assemblies?) had dependency information of some sort; thus one could do