Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-17 Thread Michael Hutchinson
t; binary is in the path during the rest of the build, or that code Michael >> Hutchinson pointed out will fail... >> > Adding the bin directory of my Mono installation to the PATH does solve the > problem. I can work with this, it is just a change in the usage. >> >> H

Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-16 Thread Michael Hutchinson
layer/processes.c#L808 On 16 February 2014 09:00, Michael Franz wrote: > > On Sun, Feb 16, 2014 at 7:34 AM, "Andrés G. Aragoneses" > wrote: >> >> On 16/02/14 10:15, Michael Hutchinson wrote: >> > ... which automatically executes exe >> > files using

Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-16 Thread Michael Hutchinson
Yes, but xbuild uses Process.Start, which automatically executes exe files using Mono. Not sure why that's failing on your machine. On 15 February 2014 22:13, Michael Franz wrote: > On Sat, Feb 15, 2014 at 10:02 PM, Michael Hutchinson > wrote: >> >> AFAIK something's

Re: [Mono-dev] Recent xbuild fixes causing issues with finding mcs

2014-02-15 Thread Michael Hutchinson
.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library >> /define:"DEBUG;TRACE" /nostdlib /platform:AnyCPU >> /reference:/opt/local/JenkinsBuilds/lib/mono/4.5/System.dll >> /reference:/opt/local/JenkinsBuilds/lib/mono/4.5/System.Core.dll >> /reference:

Re: [Mono-dev] sub-process invocation on posix

2013-06-10 Thread Michael Hutchinson
FWIW, you actually just need to double quote each argument and escape double quotes so you can very easily write a helper to do this in a way that works on both Mono and .NET: static Process StartProcess (string name, params string[] args) { string a = null; if (args != null && args.Length

Re: [Mono-dev] ASP.NET Xarmin - GSoC 2013

2013-04-25 Thread Michael Hutchinson
r proposal will demonstrate their understanding of what makes a good development experience :) -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Reference to System.Data.Entity in monodevelop trunk

2012-09-25 Thread Michael Hutchinson
at's a bug in the Fedora packages, you should report it to the Fedora packagers. MD does not depend on System.Data.Entity. The patch is incorrect, that's simply MD's definition of what is expected to be in certain target frameworks but d

Re: [Mono-dev] Show Linux "." hidden directories

2012-06-13 Thread Michael Hutchinson
as > are. Probably Windows Forms. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Current Implementation of Async Sockets

2012-05-17 Thread Michael Hutchinson
o for that > purpose or should I rather stick with Java? I'm also thinking of going the > C++ way, but I'm not yet sure if the result would justify the additional > work. It's possible, see https://github.com/jacksonh/manos -- Michael Hutchinson http://mjhutchinson.com ___

Re: [Mono-dev] GSoC 2012 - GTK# App

2012-03-29 Thread Michael Hutchinson
u can see I am not a native speaker and i hope that we will understand > each other. :) You're certainly welcome to submit this proposal, but you should be aware that the bar for "new" applications like this is much higher, since you have to

Re: [Mono-dev] Question about GSoC projects

2012-03-29 Thread Michael Hutchinson
gt; meet? > I also would be glad if you would advise another project from Mono projects > list. We can certainly answer specific questions if you're having trouble figuring things out, but you'll need to be able to do some research/investigation yourself in order to write a goo

Re: [Mono-dev] [MonoDevelop] GSoC Application 2011 for Axiom

2011-04-07 Thread Michael Hutchinson
rumentation > BITS-Pilani. > ___ > Monodevelop-list mailing list > monodevelop-l...@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/monodevelop-list > > -- Michael Hutchinson http://mjhutchinson.com _

Re: [Mono-dev] GSOC MonoDevelop Project

2011-04-06 Thread Michael Hutchinson
and some pointers before applying would be greatly > appreciated. > Also I want to know the mentors of the projects Webkit based HTML editor, > CSS support or JS support under Web Tools. There isn't a pre-assigned mentor, you should apply and if a mentor likes your proposal they

Re: [Mono-dev] Faster

2011-03-24 Thread Michael Hutchinson
u can pretend the branch doesn't exist and keep executing > as it was not taken. This means the null check costs virtually nothing on a > modern cpu. Could we have the JIT recognize the "if (foo == null) throw ..." pattern and add a branch hint? -- Mich

Re: [Mono-dev] GSoC 2011 - Documentation Addin

2011-03-21 Thread Michael Hutchinson
ocumentation (5 days) FWIW, I'm wary of any project proposal that begins with periods of planning/design/research - ideally, such stuff should be done when creating the proposal, so we have a good idea of what you'll be doing. -- Michael Hutchinson http://mjhutchinson.com

Re: [Mono-dev] GSoC 2011 - Interest

2011-03-21 Thread Michael Hutchinson
elop already has a "Translation" addin, which has a GUI for editing Gettext translation catalogs. The idea here is that the resx translation editor would be able to re-use some of the code (particularly some of the GUI) from the Gettext addin. -- Michael Hutchinson http://mjhutchinson.com

Re: [Mono-dev] PDB native support in C from C# open source project

2011-03-07 Thread Michael Hutchinson
ured variables in anonymous delegates and iterators, and inspecting multiple variables with the same name in sub-scopes of a single method. We could then either propagate those features back into the mdb format, or switch to pdb entirely. -- Michael Hutchin

Re: [Mono-dev] Mono Soft Debugger

2011-02-24 Thread Michael Hutchinson
the console. > Or, alternatively, I am simply not cleaning up and shutting down the debug > session the way I should do.  That's definitely also a possibility. I would strongly suggest you use MonoDevelop's Mono.Debugging.Soft library instead of using Mono.Debugger.Soft directl

Re: [Mono-dev] Git line-ending issues

2011-01-07 Thread Michael Hutchinson
match the file, or revert the file. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Git line-ending issues

2011-01-06 Thread Michael Hutchinson
cause it adds a ton of noise to history, for example annotation.becomes ~useless. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Git line-ending issues

2011-01-06 Thread Michael Hutchinson
n enabled for all files. Are you perhaps using a git tools that ignores these attributes? -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Unable to work with Configuration files

2010-10-28 Thread Michael Hutchinson
gt; like this ? with system dll's found copied to the local path after running > XBuild ? A lot of times we would not notice that happening if that has had > no effect the way it did in my case.. What version of xbuild? I'd recommend 2.6.7 or later - the newer the

Re: [Mono-dev] Where should I install my pkg-config files on OS X?

2010-10-19 Thread Michael Hutchinson
On Tue, Oct 19, 2010 at 11:31 AM, Jackson Harper wrote: > On Mon, 2010-10-18 at 18:04 -0400, Michael Hutchinson wrote: >> On Mon, Oct 18, 2010 at 10:58 AM, Jackson Harper wrote: >> > For libev-sharp I'm trying to follow the developer guidelines for >> > unstable

Re: [Mono-dev] Where should I install my pkg-config files on OS X?

2010-10-18 Thread Michael Hutchinson
orks/Mono.framework/External/pkgconfig and I'd like to fix a future version of Mono to have its pkgconfig look there too. I've added similar directories for MSBuild extensions and MonoDoc docs called "xbuild" and "monodoc", unsurprisingly. A "gac" would prob

Re: [Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-10-05 Thread Michael Hutchinson
/commit/579a0ca72b996d11a50ddf6ddb4f67e59995072d http://github.com/mono/mono/commit/3b6f5c33088c53280980218f82168e3cba00a25b -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] IL-based regex engine

2010-09-11 Thread Michael Hutchinson
out this task, some recomendations about what path I should take. > > I would appreciate any help with this. Hi, Unfortunately the ToDo list is out of date - the IL Regex engine exists now, though it has bugs. What kinds of things are you interested in working

Re: [Mono-dev] debug embedded mono

2010-08-25 Thread Michael Hutchinson
the host must initialize the Mono Soft Debugger. This causes the debugger in the Mono runtime to make a TCP connection to an IDE. You can create a simple addin in MonoDevelop to cause it to listen for a debuggee and start a debugging session. For some examples, check the mono-osx list ar

Re: [Mono-dev] [PATCH] Make mono_dl_register_library into a fallback

2010-07-13 Thread Michael Hutchinson
On Tue, Jul 13, 2010 at 9:51 AM, Paolo Molaro wrote: > On 07/02/10 Michael Hutchinson wrote: >> > This interface is not suitable as a fallback mechanism, it would be too >> > cumbersome to use and it's probably not ideal even for its intended >> > purpose.

Re: [Mono-dev] [PATCH] Make mono_dl_register_library into a fallback

2010-07-12 Thread Michael Hutchinson
On Fri, Jul 2, 2010 at 12:38 PM, Michael Hutchinson wrote: > On Fri, Jul 2, 2010 at 6:18 AM, Paolo Molaro wrote: >> On 07/01/10 Michael Hutchinson wrote: >>> The mono_dl_register_library function can currently be used to >>> register P/Invoke mappings for platforms

Re: [Mono-dev] base call hoisting (error) and MonoDevelop w/Moonlight

2010-07-09 Thread Michael Hutchinson
.resources file?) > (but I like to think I did the install like anyone else would have). The root of the problem is a C# compiler bug ("Internal error") in mcs trunk. It's likely there other issues are knock-on effects - maybe your workaround is returning bad values. -- Micha

Re: [Mono-dev] [PATCH] Extract mono_exception_get_message_string from mono_print_exception

2010-07-02 Thread Michael Hutchinson
e folded this into my patch (with the to_string fix), added Changelogs, and updated the utils Makefile.am to install mono-error.h. OK to commit now? -- Michael Hutchinson http://mjhutchinson.com mono-print-exception.diff Description: Binary data ___

Re: [Mono-dev] [PATCH] Extract mono_exception_get_message_string from mono_print_exception

2010-07-02 Thread Michael Hutchinson
On Fri, Jul 2, 2010 at 3:13 PM, Michael Hutchinson wrote: > On Fri, Jul 2, 2010 at 6:28 AM, Paolo Molaro wrote: <...> >> Anyway, we can certainly add an helper method, but it should be more >> general: >> >> MonoString *mono_object_to_string (MonoObject *obj, M

Re: [Mono-dev] [PATCH] Extract mono_exception_get_message_string from mono_print_exception

2010-07-02 Thread Michael Hutchinson
On Fri, Jul 2, 2010 at 6:28 AM, Paolo Molaro wrote: > On 07/01/10 Michael Hutchinson wrote: >> The attached patch adds a new mono_exception_get_message_string >> function to the Mono public API, extracted from mono_print_exception. >> This makes it possible for embedd

Re: [Mono-dev] [PATCH] Make mono_dl_register_library into a fallback

2010-07-02 Thread Michael Hutchinson
On Fri, Jul 2, 2010 at 6:18 AM, Paolo Molaro wrote: > On 07/01/10 Michael Hutchinson wrote: >> The mono_dl_register_library function can currently be used to >> register P/Invoke mappings for platforms that do not have a dynamic >> linker. The attached patch makes it also f

Re: [Mono-dev] [PATCH] Extract mono_exception_get_message_string from mono_print_exception

2010-07-01 Thread Michael Hutchinson
On Thu, Jul 1, 2010 at 8:06 PM, Michael Hutchinson wrote: > Also, mono_free, as defined in mono-publib.h, does not seem to exist, > so  as an embedder it's currently not possible to free the returned > string. Oh, false alarm, it seems the problem is that mono-publib.c isn't i

Re: [Mono-dev] [PATCH] Extract mono_exception_get_message_string from mono_print_exception

2010-07-01 Thread Michael Hutchinson
On Thu, Jul 1, 2010 at 3:44 PM, Michael Hutchinson wrote: > The attached patch adds a new mono_exception_get_message_string > function to the Mono public API, extracted from mono_print_exception. > This makes it possible for embedders easily to convert exceptions to > strings with

[Mono-dev] [PATCH] Make mono_dl_register_library into a fallback

2010-07-01 Thread Michael Hutchinson
le to embedders. I'll also need to restore mono/utils/mono-embed.h to the public headers in the autotools build (but this patch was created using MSVC on Windows). OK to commit to trunk? -- Michael Hutchinson http://mjhutchinson.com mono-dl-map.diff Description: B

[Mono-dev] [PATCH] Extract mono_exception_get_message_string from mono_print_exception

2010-07-01 Thread Michael Hutchinson
? -- Michael Hutchinson http://mjhutchinson.com mono-print-exception.diff Description: Binary data ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Standard name for mcs

2010-06-27 Thread Michael Hutchinson
x27;t find things that they'd expect to be in a normal Mono installation. You likely need to install the mcs package (no idea what the package name is though). -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] gstreamer-sharp problems

2010-06-01 Thread Michael Hutchinson
r several years, and only relatively recently was the effort resumed. I would recommend building the latest from source and trying the included samples. http://gstreamer.freedesktop.org/modules/gstreamer-sharp.html -- Michael Hutchinson http://mjhutch

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-29 Thread Michael Hutchinson
Debugger.dll from /opt/mono26) and it > seems, that the assembly has this method (if I understood right the output > of monodis) I really don't know much about the MDB addin or whether it can work with multiple target Monos. You could try filing a bug or asking on the MD list.

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-28 Thread Michael Hutchinson
ge from running the debugger? I can see how something like that could happen if you used an old version of MDB with MD... but it shouldn't happen with the soft debugger. Do you have the menu option "Run->Run with->Mono Soft Debugger"? -- Michael Hutchinson http://mjhutchinson

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-24 Thread Michael Hutchinson
ult without any extra addins. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Garbage Collection Issue?

2010-05-13 Thread Michael Hutchinson
the heap and examine the objects that are there, what objects they reference, and what objects reference them. It can also show the difference between heap snapshots. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-dev

Re: [Mono-dev] mono debugger

2010-05-13 Thread Michael Hutchinson
SDB debugger built into the runtime. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] MonoDevelop & MoonLight debugger

2010-04-20 Thread Michael Hutchinson
t Silverlight. We don't have any way to access the SL debugger APIs. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Improvement to Silverlight/Web-based video editing software project (GSoC)

2010-04-08 Thread Michael Hutchinson
work on > media projects like movies, animations, video and audio commercials, music > etc. > > Cheers, > Adam Walkowski > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-de

Re: [Mono-dev] monodevelop from trunk compile error - error CS0006: cannot find metadata file `Mono.Cecil.dll'

2010-02-24 Thread Michael Hutchinson
p://www.mono-project.com/Parallel_Mono_Environments#BEWARE:_pkgconfig_fallback_behaviour -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Testing Compatibility

2010-02-21 Thread Michael Hutchinson
y run them on Windows or Wine. Unfortunately most C++/CLI is mixed-mode; although it's possible to run C++/CLI in CIL-only mode, that not very common, as managed/native interop is the main reason to use it. -- Michael Hutchinson http://mjhutchinson.com ___

Re: [Mono-dev] connecting a debugger to an embedded mono

2010-02-16 Thread Michael Hutchinson
end" - getting MonoDevelop to listen for the debuggee to connect - you may find this thread useful: http://lists.ximian.com/pipermail/monodevelop-list/2009-December/010856.html -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list

Re: [Mono-dev] Language of message errors in monodevelop

2010-02-09 Thread Michael Hutchinson
do de extensi¢n 'lbDescript' que > acepte un primer argumento de tipo 'CSDataBase.fCancelQuery' (¨falta una > directiva using o una referencia de ensamblado?) (CS1061) (CSDataBase) Please file a bug against MonoDevelop.. -- Michael Hutchinson http://mjhutchinson.com ___

Re: [Mono-dev] Advice on porting Windows app

2010-02-04 Thread Michael Hutchinson
vailable and I am > already using some of them. I believe Moonlight can be used out-of-browser in full trust with access to all framework APIs. You could also use the GTK# Moonlight widget to embed your GUI in a GTK window directly. -- Michael Hutchinson http://mjhutchinson.com ___

Re: [Mono-dev] New Language Integration

2010-01-10 Thread Michael Hutchinson
may find http://lists.ximian.com/pipermail/monodevelop-list/2010-January/011003.html useful (and the preceding thread on the MonoDevelop list). -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com ht

Re: [Mono-dev] Is this by design?

2009-12-23 Thread Michael Hutchinson
t; to support multiple solutions? MonoDevelop doesn't currently support MSBuild file "links" properly, as it ignores the target relative path. This is on my list to fix for MD 2.4. FYI, monodevelop-list would have been a more appropriate place to ask this. -- Michael Hutchins

Re: [Mono-dev] Mono embedded : segfault when jit_cleanup

2009-12-23 Thread Michael Hutchinson
up I have a segfault. > How can I see if it is related to Mono or server ? > I'm using Mono 2.4.2.3 (ubuntu 9.10 x86 distrib package). Check that you only call mono_jit_init once. Also, the track trace from the segfault would be useful in diagnosing t

Re: [Mono-dev] StyleCop incompatibility

2009-12-10 Thread Michael Hutchinson
using > in the alphabetical order but does not consider this rule. I would suggest filing this as an enhancement request for MD's C# code style options. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-lis

Re: [Mono-dev] Announcing the release of Mono 2.4.3

2009-12-09 Thread Michael Hutchinson
Even then, Monodevelop for MacOS does not include the mdb addin. I suggest waiting for Mono 2.6 which should be out soon. It has the new "soft" debugger built in, and MonoDevelop 2.2 also has built-in support for the soft debugger. SDB is much more portable, and works ver

Re: [Mono-dev] WaitAny does not consistently return when waiting on more than one WaitHandle

2009-11-25 Thread Michael Hutchinson
; for what it’s worth. FWIW, I've noticed something like this affecting MD on Mac: https://bugzilla.novell.com/show_bug.cgi?id=558273 -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http:

Re: [Mono-dev] Mono and the 4.0 profile

2009-11-22 Thread Michael Hutchinson
vel package. Not sure if it's worth the effort though. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [MonoDevelop] feedback and suggestions for GTK#

2009-10-24 Thread Michael Hutchinson
To add to this, another advantage of using naming similar to the GTK+ naming is that it is usually very straightforward to translate GTK+ code, documentation and tutorials to GTK#. Translating Winforms knowledge to GTK# would be hard no matter what naming was used; the naming is a minor issue compa

Re: [Mono-dev] correct tail call optimization in mono

2009-08-23 Thread Michael Hutchinson
a pretty detailed post on this in the past: http://blogs.msdn.com/davbr/pages/tail-call-jit-conditions.aspx I also just found this post detailing changes in .NET 4: http://blogs.msdn.com/clrcodegeneration/archive/2009/05/11/tail-call-improvements-in-net-framework-4.aspx -- Michael Hutchinso

Re: [Mono-dev] Moving *.Design to package "mono-design"

2009-08-09 Thread Michael Hutchinson
On Sun, Aug 9, 2009 at 6:30 AM, Ivan Zlatev wrote: > > Unfortunately that leaves you with no option of avoiding aspnet pulling > winforms through System.Design. :( There's still the option of a mono-web-designtime package... -- Michael Hutchinson http://mj

Re: [Mono-dev] Array and IEnumerable

2009-07-01 Thread Michael Hutchinson
* > ERROR:mini-trampolines.c:67:mono_convert_imt_slot_to_vtable_slot: code > should no > t be reached Can you please construct a minimal test case to reproduce this error and file a bug against the runtime? -- Michael Hutchinson http://mjhutchinson.com __

Re: [Mono-dev] Array and IEnumerable

2009-06-30 Thread Michael Hutchinson
use they make this kind of casting possible for generic types. They're in .NET 4.0, which is not yet released, and hence are not yet supported by Mono either. There are plenty of explanations on the web, so I won't got into details here. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Array and IEnumerable

2009-06-30 Thread Michael Hutchinson
t;> true This is incorrect. List cannot be cast to List on .NET. Some examples like this can be solved by generic covariance/contravariance in .NET 4.0. See http://themonkeysgrinder.blogspot.com/2009/02/c-4-is-now.html for some explanations. However, since System.Generic.Collections.List both

Re: [Mono-dev] monodev and debugging on mac os x (& linux as well)

2009-05-14 Thread Michael Hutchinson
ges (gdb and mdb) ... then the debugger options > will be available on the monodevelop IDE. The Mono debugger only works on Linux x86/x86_64 at this time. There are porting efforts underway for Windows and Mac, but no ETA yet. -- Michael Hutch

Re: [Mono-dev] monodevelop moonlight support

2009-05-08 Thread Michael Hutchinson
but it's a large and complex thing to implement, so I don't see it happening any time soon. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Xlinq in 2.6?

2009-05-08 Thread Michael Hutchinson
luded since 1.9.1. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] monodevelop moonlight support

2009-05-08 Thread Michael Hutchinson
do I need? What is this package? How recent is it? http://mjhutchinson.com/journal/2009/05/08/moonlight_development_linux_monodevelop -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Usage of construct properties in a wrapped GObject library

2009-04-27 Thread Michael Hutchinson
ors into the C# wrapper. http://mono-project.com/GAPI#.custom_files -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [MonoDevelop] Announcing Unofficial Fedora 10 mono/monodevelop packages

2009-04-21 Thread Michael Hutchinson
point anyone who asks for packages towards your instructions :-) -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [BUG] Unhandled Exception; object reference not set to an instance of an object....

2009-04-19 Thread Michael Hutchinson
le.ReadLine(); >>                 if (input.StartsWith("/")) { > > MD does not support terminal input, thus your "input" string will > be "null". > > You must run apps depending on Console.Read* outside MD. Note that there's a

Re: [Mono-dev] VB code completion

2009-03-29 Thread Michael Hutchinson
It will be implemented when someone contributes it - the MD team already has more than enough other work planned to fill the foreseeable future. On Mar 29, 2009 12:04 PM, "Chris LaFond" wrote: Anyone know when VB .net code completion is slatted to be implemented in monodevelop? Just wondering .

Re: [Mono-dev] Unhandled Exception: System.Resources.MissingManifestResourceException:

2009-03-23 Thread Michael Hutchinson
this project. No, it doesn't mean that at all. As I said before, you can use the same binaries you built on Windows. Alternatively you can convert your solution to a VS2005/2008 solution, which is the project format also used by MonoDevelop 2. -- Michael Hutchinson http://mjhutchinson.

Re: [Mono-dev] Unhandled Exception: System.Resources.MissingManifestResourceException:

2009-03-22 Thread Michael Hutchinson
build your sln file fine -- either open and build it in the IDE, or use "mdtool build" from the command line. It also outputs the commands that it uses for the build, if you're curious. -- Michael Hutchinson http://mjhutchinson.com ___ Mo

Re: [Mono-dev] Where does System.Collections.Generic.HashSet hide?

2009-03-22 Thread Michael Hutchinson
System.Core.dll On Mar 22, 2009 11:57 AM, "LCID Fire" wrote: Could anyone tell me where to find the HashSet class? I cannot find it in the libraries on my ubuntu machine and neither in svn trunk. ___ Mono-devel-list mailing list Mono-devel-list@lists.x

Re: [Mono-dev] Using Mono on Windows to use .NET 3.0+ classes

2009-03-14 Thread Michael Hutchinson
ing an assembly reference? (CS0234) - C:\Documents and > Settings\Thomas\Mes documents\SharpDevelop Projects\test\MainForm.cs:14,14 > > What am I missing? Importing a namespace with a using statement is very different from adding a reference. Use the context menu on the "References"

Re: [Mono-dev] inherited event

2009-02-25 Thread Michael Hutchinson
r some insight. http://msdn.microsoft.com/en-us/library/hy3sefw3.aspx The "protected virtual On{Event}" invoker pattern is useful because it allows derived classes to handle the event with an override, and control the emission of the event. -- Michael Hut

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-22 Thread Michael Hutchinson
On Sun, Feb 22, 2009 at 9:53 AM, Andreas Färber wrote: > > Am 20.02.2009 um 01:12 schrieb Michael Hutchinson: [...] >> * menu item sensitivity is not respected, so items are always >> sensitive even when they cannot be used > > IIUC, this is standard Mac behavior, not a ma

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Michael Hutchinson
gt;> Ctrl+CXV (which makes it even more annoying, if anything). > > Really? My version of MD on Linux lets you specify custom key commands > for everything in the File, Edit, etc menus, too. The Mac Gdk key mappings are really odd, so it's impossible to bind Command cle

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Michael Hutchinson
t be used * menu item images are not shown * menu items with checkboxes or radio boxes are invisible This is so broken that I've disabled my changes. IMO we need to generate the menus from the command tree completely differently for Mac. If someone would like to volunteer,

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Michael Hutchinson
uts for text widgets are a GTK thing. The only way we could fix that in MD would be do add a command handler to every single text entry widget, which would be extremely messy. This needs to be handled by the Mac GTK. -- Michael Hutchinson http://mjhutchinson.com ___

Re: [Mono-dev] idea summary: Swing in Mono?...

2009-02-07 Thread Michael Hutchinson
://www.ogre3d.org/forums/viewtopic.php?t=46348 > oddly, I can't seem to find any evidence of there being OpenGL bindings in > mono, hmm... There are two available that I'm aware of: Tao and OpenTK. -- Michael Hutchinson http://mjhutchinson.com

Re: [Mono-dev] Coolite 0.7 CssClassPropertyAttribute

2009-01-06 Thread Michael Hutchinson
r Mono branched for 2.0. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] MD not packaging binaries correctly though it could be mono at fault

2008-11-30 Thread Michael Hutchinson
op issue, not a mcs issue, and it's fixed post-1.0 (well before 1.9.1 anyway). VS uses the parent directory as a "namespace" for the resource by default. Note that even in MD 1.0, you can override the resource name using the property pad. -- Michael Hutchinson http://mjhutchinson.c

Re: [Mono-dev] xbuild

2008-11-13 Thread Michael Hutchinson
which point it will be possible to build your projects without having all of MD installed. There some threads in monodevelop-list that explain more about how and why we are doing this. > Hope I didn't confuse things and this message can be of some help,

Re: [Mono-dev] xbuild

2008-11-07 Thread Michael Hutchinson
ng for make run type functionality like > MonoDevelop has. In this particular case it might be ok to use MONO_PATH. Probably Ankit can answer these xbuild questions better than I can... -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] .Net remoting and xml-rpc.net on mono 2.0+

2008-10-18 Thread Michael Hutchinson
suite so it doesn't happen again? Thanks! -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] What is the state of mono interpreter ?

2008-09-29 Thread Michael Hutchinson
hor of the thread meant by referring to the Micro Framework... http://en.wikipedia.org/wiki/.NET_Micro_Framework -- runs in 300kb, 70 classes, 420 methods, doesn't need an OS or a MMU... -- Michael Hutchinson http://mjhutchinson.com ___

Re: [Mono-dev] How to: Run tar command from c# app

2008-09-25 Thread Michael Hutchinson
he net, including the mailing list archives. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] error CS0006: cannot find metadata file `System.Data.dll`

2008-09-04 Thread Michael Hutchinson
Data.dll, and another contains the 2.0 System.Data.dll, though I can't remember the package names right now. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Question about JIT performance

2008-08-14 Thread Michael Hutchinson
itself interesting. (For reference, it's about 21 cycles per loop iteration on a Core 2 in 64-bit mode.) -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Source for mono(ICSharpCode.NRefactory)?

2008-08-10 Thread Michael Hutchinson
2008/8/10 Paul <[EMAIL PROTECTED]>: > On Sun, 2008-08-10 at 18:20 -0400, Michael Hutchinson wrote: >> 2008/8/10 Paul <[EMAIL PROTECTED]>: >> > Hi, >> > >> > Do I need to grab the sharpdevelop source and pull out the source for >> > ICSharpC

Re: [Mono-dev] Source for mono(ICSharpCode.NRefactory)?

2008-08-10 Thread Michael Hutchinson
evelop include a copy, but #develop is the official version. Depending on what you need it for, MCS might be better. MD is switching to mcs for C# parsing. What's the use-case? -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-li

Re: [Mono-dev] [MonoDevelop] Some questions about the debugger/debugger add-in

2008-07-16 Thread Michael Hutchinson
lved first. F11 *works* fine, it just displays oddly. We've had similar issues with they keybinding addin before, and I have a local patch for this that I'll commit on Friday. (sorry, your other questions are outside my area) -- Michael Hutchinson http://mjhutchinson.com __

Re: [Mono-dev] system.diagnostics (tracesource/traceeventtype) support in mono

2008-06-28 Thread Michael Hutchinson
implementation status of > a class ? , when it was introduced ? what features are present in a specific > mono version ? .. http://www.mono-project.com/Class_Status has the current status. You can find the release notes (which list important changes) here: http://www.mono-project.com/OldRelease

Re: [Mono-dev] Catch keys outside the Window?

2008-06-28 Thread Michael Hutchinson
ccording to the COPYING file, the license seems to be LGPL, so you won't have to worry about the license as long as you keep it in a separate library. Note that it's P/Invoking libtomboy (http://svn.gnome.org/viewvc/tomboy/trunk/libtomboy/) so you'd need to use that too. -- Michael

Re: [Mono-dev] [PATCH] Small fix for CSharpCodegenerator

2008-06-20 Thread Michael Hutchinson
tter reason that we have out won copy of the VB CodeDOM generator already :) Those options looks like a neat way to keep a CodeDOM interface while implementing other features that we might like, such as other formatting options (Mono coding style). I also wonder if we could hack in a way to generate exp

Re: [Mono-dev] [PATCH] Small fix for CSharpCodegenerator

2008-06-19 Thread Michael Hutchinson
output looks However, we could maintain a C# CodeDOM generator fork in our tree, as we do for VB.NET. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] excute linux command under mono C#

2008-06-10 Thread Michael Hutchinson
h as sh or bash: Filename: "sh" (or "bash") Arguments: "-c ' " + your_escaped_command + " ' " -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

  1   2   >