[Mono-list] New invitation from Zac Bowling

2008-09-28 Thread Zac Bowling
You have been invited to connect as friends with Zac Bowling [EMAIL PROTECTED] Please accept or reject this invitation by clicking below: http://www.bebo.com/in/7871184852a766366492b135 .. Please do not reply directly

Re: [Mono-list] Monologue not updating

2007-08-28 Thread Zac Bowling
I updated the template to fix a url but I'm not sure if that was pushed to the server yet or not. I'm pretty sure my change could of killed the monologue process anywhere though. Zac On Tue, 2007-08-28 at 11:26 +0100, Alan McGovern wrote: Just giving people a heads-up that monologue hasn't

Re: [Mono-list] relicensing from NPL to MIT/X11

2006-06-09 Thread Zac Bowling
Wasn't all the NPL code also automatically replaced with MPL 1.0 and then shortly later subsequently re-released under MPL(1.1)/LGPL/GPL tri-license in 2000ish? I think there is something on mozilla.org/NPL and mozilla.org/MPL about it somewhere. Zac Bowling http://zacbowling.com/ On Thu, 2006

Re: [Mono-dev] C++ code as Internal call

2006-06-08 Thread Zac Bowling
), but they are very dangerous and will break very easily. So if the library you want to call doesn't provide standard C exports on its own, then the best solution is write a wrapper library in C++ that does. Hope that helps. Zac Bowling http://zacbowling.com On Thu, 2006-06-08 at 01:35 +0200, Zoltan Varga

Re: [Mono-dev] Methods implementing interfaces are emitted twice

2006-05-29 Thread Zac Bowling
___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list -- Zac Bowling [EMAIL PROTECTED] ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-dev] drop X11 dependency in libgdiplus

2006-05-28 Thread Zac Bowling
the -lx11 link instruction. Check out general.c, gdip_get_display_dpi(), where we call XOpenDisplay and XGetDefault. And that is not wrapped inside #CAIRO_HAS_XLIB_SURFACE. Cheers, Peter -Original Message- From: Zac Bowling [EMAIL PROTECTED] To: Mono-Devel-List mono-devel-list

[Mono-dev] drop X11 dependency in libgdiplus

2006-05-27 Thread Zac Bowling
61143) +++ src/gdip.h (working copy) @@ -31,7 +31,7 @@ #else #include cairo/cairo.h #endif -#include X11/Xlib.h +//#include X11/Xlib.h #ifdef CAIRO_HAS_FT_FONT #ifdef USE_INCLUDED_CAIRO -- Zac Bowling [EMAIL PROTECTED] ___ Mono-devel-list mailing

[Mono-dev] gdip_save_tiff_image

2006-05-27 Thread Zac Bowling
) { samples_per_pixel = 3; bits_per_sample = 8; } else { samples_per_pixel = 3; bits_per_sample = 8; } so all that code is never reach... samples_per_pixel will always be 3. -- Zac Bowling [EMAIL PROTECTED] ___ Mono-devel-list mailing

Re: [Mono-dev] Re: Constructor implementation obligation via interface?

2006-05-24 Thread Zac Bowling
/mono-devel-list -- Zac Bowling [EMAIL PROTECTED] ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] system.management

2006-05-23 Thread Zac Bowling
windows registry. Serves little function outside of windows. Some RPC implementations are written to be similar but for the most part WMI is a beast of its own. Zac Bowling [EMAIL PROTECTED] http://www.zacbowling.com/ Matthijs ter Woord wrote: There is something like OpenWBEM iirc

*****SPAM***** Re: [Mono-dev] typeof(Byte[]).GetInterfacesMap

2006-05-21 Thread Zac Bowling
Spam detection software, running on the system polystimulus.com, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that

*****SPAM***** Re: [Mono-dev] typeof(Byte[]).GetInterfacesMap

2006-05-21 Thread Zac Bowling
[[System.Byte, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] System.Collections.IEnumerable System.ICloneable System.Collections.ICollection System.Collections.IList still might be a bug there but that's pretty interesting :-) Zac Bowling [EMAIL PROTECTED] http

*****SPAM***** Re: [Mono-dev] typeof(Byte[]).GetInterfacesMap

2006-05-21 Thread Zac Bowling
might be a bug there but that's pretty interesting :-) Zac Bowling [EMAIL PROTECTED] http://zacbowling.com/ Voigt, Benjamin wrote: Would someone please be so kind as to run the following unit test on Mono? It's written against Zanebug but should be easy to run with any testing framework

Re: [Mono-dev] Gecko-sharp and Flash

2006-05-07 Thread Zac Bowling
You have to set the CompPath property on the WebControl object to a mozilla/firefox directory that has a plugins folder get it to work. Its a static so just say WebControl.CompPath = /usr/lib/mozilla-firefox; And yes, I know it sucks it doesn't do that for you automatically. Zac On Sun,

Re: [Mono-list] BITS with Mono?

2006-05-03 Thread Zac Bowling
version basically was in Windows 2000) Hope that helps (and maybe inspires) :-) Zac Bowling http://www.zacbowling.com/ On Wed, 2006-05-03 at 11:28 +0200, Ympostor wrote: Does anyone know if it could be possible to write a multi-platform implementation of the Background Intelligent Transfer

Re: [Mono-dev] Cairo.ImageSurface

2006-05-02 Thread Zac Bowling
Why are you making the byte array passed by ref? Otherwise it looks good. Zac Bowling http://zacbowling.com/ On Sat, 2006-04-15 at 12:22 +0200, Philipp Baer wrote: John Luke wrote: [...] I must admit that I don't exactly know how the content of a string is passed to the non-managed

Re: [Mono-dev] Cairo.ImageSurface

2006-05-02 Thread Zac Bowling
Yeah, now that look ref is better. Since this function was pretty much useless before. Tested and should be good to go ahead and commit. Zac On Tue, 2006-05-02 at 13:44 +0200, Philipp Baer wrote: Zac Bowling wrote: Why are you making the byte array passed by ref? Otherwise it looks good

Re: [Mono-dev] SASL Support?

2006-05-02 Thread Zac Bowling
* *hint* :-P, Just kidding...) Zac Bowling http://www.zacbowling.com/ On Tue, 2006-05-02 at 11:44 -0300, Rafael Teixeira wrote: All we have about SASL is inside the Novell.Directory.Ldap library. Specially some classes in the Novell.Directory.Ldap.Rfc2251 namespace. And it is geared towards LDAP

Re: [Mono-list] mono service/SCM on linux how to

2006-05-01 Thread Zac Bowling
-l:/var/run/my-service-lock MyService.exe then to pause: $ kill -USR1 ‘cat /var/run/my-service-lock‘ to resume: $ kill -USR2 ‘cat /var/run/my-service-lock‘ and then to kill say: $ kill ‘cat /var/run/my-service-lock‘ Zac Bowling http://www.zacbowling.com/ On Mon

Re: [Mono-dev] Test failures during 'make check' on MacBook Pro

2006-04-29 Thread Zac Bowling
Yah, I seen something similar the other day. I'm guessing its maybe alignment issues of going from structures from managed to native or maybe big endian/little endian on some the ints in there somewhere. I've been running into some strange bugs myself like this on my new intel mac mini but I'm

RE: [Mono-list] What is the correct way to install onlytheMonoRuntime on a Windows PC?

2006-04-29 Thread Zac Bowling
Wow. I'm sorry but you are wrong. First off the C# compiler does compile down to IL (byte code) and yes Mono's C# compiler is released under the GPL, however it doesn't really matter if a compiler is GPL or not. Creations created using a piece of GPLed software are not suddenly subjected to the

[Mono-dev] J# Classes

2006-04-27 Thread Zac Bowling
A few ideas... I know a bunch of people that using J#'s Zip interfaces from C# using the examples that got from Microsoft (like this one). http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/ Might be worth looking into to stub out an interface for and wrapping up #ziplib. In the

Re: [Mono-list] Another Google Summer of Code possible project

2006-04-27 Thread Zac Bowling
Wow, now that would awesome if Perl 6 ran on top of Mono, just purely for the exposure of mono. On Thu, 2006-04-27 at 10:59 -0400, Miguel de Icaza wrote: Hello, I would really love seeing a Parrot VM built on top of Mono. Something similar to what IKVM does for Java, but for the future

Re: [Mono-list] Installing Mono on Debian

2006-03-24 Thread Zac Bowling
can also build from source. :-) -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Fri, 24 Mar 2006 13:15:38 -0800 From: Redefined Horizons [EMAIL PROTECTED] Reply-To: Redefined Horizons [EMAIL PROTECTED] Subject: [Mono-list] Installing Mono on Debian

Re: String performance boost (Re: [Mono-dev] Patch to boost speed ofUnicodeEncoding)

2006-03-17 Thread Zac Bowling
printf on each char) that it took NUnit about 30 seconds to initialize before my test even ran :-) I'll post all my benchmarks and patches in the morning when I can assembly them in some readable format. -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Fri

Re: [Mono-dev] [PATCH] Boost speed of UnicodeEncoding

2006-03-17 Thread Zac Bowling
:-) -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Thu, 16 Mar 2006 23:59:53 +0100 From: Kornél Pál [EMAIL PROTECTED] Reply-To: Kornél Pál [EMAIL PROTECTED] Subject: Re: [Mono-dev] [PATCH] Boost speed of UnicodeEncoding To: Atsushi Eno [EMAIL

Re: [Mono-dev] [PATCH] Boost speed of UnicodeEncoding

2006-03-17 Thread Zac Bowling
Oh.. :-) hehe.. You ran into what I was afraid of I see at the bottom of the email. Thats why I added the 10 char limit to using the new method so that really small strings would use old method. Hehe... -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED

Re: String performance boost (Re: [Mono-dev] Patch to boost speedofUnicodeEncoding)

2006-03-17 Thread Zac Bowling
, copy, trim, etc) and find all the breaking points where each method gets slower (unmanaged vs managed, buffer.copyarray, memcpy coping in 16/8/4/2 chunks etc..). Then we write in with some logic that decides which method to use based on the size of the string we are working on. -- Zac Bowling http

Re: [Mono-dev] [PATCH] Boost speed of UnicodeEncoding

2006-03-17 Thread Zac Bowling
)] + internal extern String (byte [] val, int startIndex, int length); + [CLSCompliant (false), MethodImplAttribute (MethodImplOptions.InternalCall)] unsafe public extern String (char *value); -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL

[Mono-dev] Patch to boost speed of UnicodeEncoding

2006-03-11 Thread Zac Bowling
)).InternalStrToByteArr(bytes, byteIndex); + } + return retval; } -- Zac Bowling http://zacbowling.com/ ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Merge gtkpell-sharp into gtk-sharp?

2006-03-09 Thread Zac Bowling
?view=auto Screenshot: http://zbowling.com/monodevelop/Screenshot-GtkSpellSharp.png Any comments or opinions towards doing that? Thanks guys! -- Zac Bowling http://zacbowling.com/ ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-dev] C# Compiler - Chicken and the Egg

2006-03-09 Thread Zac Bowling
-sarcasm -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Thu, 9 Mar 2006 12:18:20 -0900 From: Joshua Kugler [EMAIL PROTECTED] Reply-To: Joshua Kugler [EMAIL PROTECTED] Subject: Re: [Mono-dev] C# Compiler - Chicken and the Egg To: mono-devel-list

Re: [Mono-dev] c# / c++ interop question

2006-03-09 Thread Zac Bowling
) So even though it can be a little bit of work, it's totally possible. -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Thu, 9 Mar 2006 15:10:55 -0800 (PST) From: J [EMAIL PROTECTED] Reply-To: J [EMAIL PROTECTED] Subject: [Mono-dev] c# / c

[Mono-dev] Re: [Mono-patches] r57679 - in trunk/mcs/class/corlib: System System.Globalization

2006-03-07 Thread Zac Bowling
I love the BIG FAT WARNING. Maybe should of used an ascii art bomb like this one to REALLY get the point across. ,--.!, __/ -*- ,d08b. '|` 0088MM `9MMP' -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Tue, 7 Mar 2006 18:30:00

[Mono-dev] Silly question (for documentation)

2006-03-06 Thread Zac Bowling
. I think in code an not English.) -- Zac Bowling http://zacbowling.com/ ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Re: [Mono-list] Silly question (for documentation)

2006-03-06 Thread Zac Bowling
laterally (for lack fof a better word). When it comes to the design of the compiler, this would make a big difference. -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Mon, 06 Mar 2006 07:15:49 -0500 From: Jonathan Pryor [EMAIL PROTECTED] Reply

[Mono-dev] Re: [Mono-list] Silly question (for documentation)

2006-03-06 Thread Zac Bowling
I know that CSC creates a temp directory in where ever %TEMP% is pointed to, to create the object files and deletes them when its all done building but the compiler inlined in Visual Studio creates a local directory to store the object files (the lovely 'obj' dir you find lerking around). I

[Mono-list] Silly question (for documentation)

2006-03-06 Thread Zac Bowling
. I think in code an not English.) -- Zac Bowling http://zacbowling.com/ ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Silly question (for documentation)

2006-03-06 Thread Zac Bowling
laterally (for lack fof a better word). When it comes to the design of the compiler, this would make a big difference. -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Mon, 06 Mar 2006 07:15:49 -0500 From: Jonathan Pryor [EMAIL PROTECTED] Reply

Re: [Mono-list] Silly question (for documentation)

2006-03-06 Thread Zac Bowling
I know that CSC creates a temp directory in where ever %TEMP% is pointed to, to create the object files and deletes them when its all done building but the compiler inlined in Visual Studio creates a local directory to store the object files (the lovely 'obj' dir you find lerking around). I

[Mono-dev] Big untested patch for S.Runtime.InteropServices

2006-03-05 Thread Zac Bowling
Hey guys, This is a big really big patch I was working on but I never got to finish if anyone wants to clean it up and get it ready. A few weeks old now but you shouldn't have to many merge errors. http://www.polystimulus.com/portal/System.Runtime.InteropServices.patch -- Zac Bowling http

[Mono-dev] GDI+ and GetNearestColor

2006-03-05 Thread Zac Bowling
=== --- src/graphics.c (revision 57498) +++ src/graphics.c (working copy) @@ -4043,7 +4043,7 @@ GpStatus GdipGetNearestColor (GpGraphics *graphics, ARGB *argb) { - return NotImplemented; + return Ok; } GpStatus -- Zac Bowling http://zacbowling.com

[Mono-dev] Zac Bowling has invited you to open a Google mail account

2005-09-02 Thread Zac Bowling
--- Zac Bowling has invited you to open a free Gmail account. To accept this invitation and register for your account, visit http://mail.google.com/mail/a-fdc691e1c6-e9b66c8a2c-9e24b69030 Once you create your account, Zac

[Mono-list] Zac Bowling has invited you to open a Google mail account

2005-09-02 Thread Zac Bowling
--- Zac Bowling has invited you to open a free Gmail account. To accept this invitation and register for your account, visit http://mail.google.com/mail/a-fdc691e1c6-a31f9e700d-852de445fd Once you create your account, Zac

[Mono-list] Zac Bowling has invited you to open a Google mail account

2005-09-02 Thread Zac Bowling
--- Zac Bowling has invited you to open a free Gmail account. To accept this invitation and register for your account, visit http://mail.google.com/mail/a-fdc691e1c6-663ac399ef-450ad9da20 Once you create your account, Zac

[Mono-list] Zac Bowling has invited you to open a Google mail account

2005-09-01 Thread Zac Bowling
--- Zac Bowling has invited you to open a free Gmail account. To accept this invitation and register for your account, visit https://mail.google.com/mail/a-fdc691e1c6-868e5a6802-47f045be3d Once you create your account, Zac

[Mono-list] Zac Bowling has invited you to open a Google mail account

2005-09-01 Thread Zac Bowling
--- Zac Bowling has invited you to open a free Gmail account. To accept this invitation and register for your account, visit http://mail.google.com/mail/a-fdc691e1c6-b9f9c86825-fb8fb5d22f Once you create your account, Zac

[Mono-list] Zac Bowling has invited you to open a Google mail account

2005-09-01 Thread Zac Bowling
--- Zac Bowling has invited you to open a free Gmail account. To accept this invitation and register for your account, visit http://mail.google.com/mail/a-fdc691e1c6-30be175458-f47bfea452 Once you create your account, Zac

Re: [Mono-list] Mono Logos

2005-05-08 Thread Zac Bowling
A few running around. Check out http://polystimulus.com/Desktops/ - Zac On Mon, 2005-05-09 at 06:33 +0200, Xoen wrote: Jrg Rosenkranz wrote: Hi Ben, 2005/5/8, Ben Lamb [EMAIL PROTECTED]: I'm giving an introductory talk on Mono and wondered whether there are there any Mono logos

Re: [Mono-list] ADO.NET in Mono Active Directory

2005-04-11 Thread Zac Bowling
supports full ldap 1.0/2.0, and ActiveDirectory on Windows 2000 is a bit tricker since it doesn't support a few of the base types IIRC. Hope that helps! Zac Bowling On Mon, 2005-04-11 at 18:34 -0300, A Rafael D Teixeira wrote: Hi Dennis, see comments inline: On Mon, 2005-04-11 at 11:15

Re: [Mono-list] Re: Suggestions

2005-03-27 Thread Zac Bowling
manageable from this aspect :-) Hope that helps. -- Zac Bowling Mono Project Contributor [EMAIL PROTECTED] Any views or opinions expressed do not necessarily represent that of Novell, my employer, other people related to the mono project, my self, the little people in my head, my mom, my dog, my

Re: [Mono-devel-list] Introducing GtkSpell#

2005-03-24 Thread Zac Bowling
issues Zac hints about... Also Zac, can you list specifically what the issues are? :) On Wed, 23 Mar 2005 22:57:51 +0100, Martin Willemoes Hansen [EMAIL PROTECTED] wrote: ons, 23 03 2005 kl. 15:17 -0600, skrev Zac Bowling: If anyone has seen gaim or tomboy knows about GtkSpell