[Mono-list] Debugging binding Obj-C?

2015-03-12 Thread Michael McGlothlin
I'm having problems binding a precompiled third party framework. I keep getting a dyld error about being unable to find the library but it only shows the error after I've done the binding, added the library to a project, compiled the project and deployed it to the device, watched it crash, and

[Mono-list] Abstract Async binding?

2015-03-08 Thread Michael McGlothlin
Is there a reason that when binding Obj-C it isn't possible to use both the Async and Abstract attributes on the same method? Thanks, Michael McGlothlin Sent from my iPhone ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com

[Mono-list] Native number types but not general number type?

2015-02-24 Thread Michael McGlothlin
With the addition of native number types I have returned to an old line of thought about why C# doesn't have a general Number type with other number types in some sort of hierarchy under it. Obviously there are times when using a very specific number type is important for performance or

Re: [Mono-dev] making mono builds reproducible (xamarin bz #26842)

2015-02-16 Thread Michael McGlothlin
I'd always store time in epochs. Seconds since 1/1/1970 GMT. The use of textual date strings instead of a epochs is one of the worst things I've seen from the C# way of doing things. I had often wondered why so many programs could have so much trouble with handling dates and times correctly..

Re: [Mono-list] Sandbox

2015-01-15 Thread Michael McGlothlin
Might look at the csharp tool as it lets you run in more of a scripting style. You could probably add to it to build in special security and error handling. Thanks, Michael McGlothlin Sent from my iPhone On Jan 15, 2015, at 2:55 PM, Ollhax oll...@gmail.com wrote: Sounds like a good plan

[Mono-list] Specific thread for event?

2015-01-11 Thread Michael McGlothlin
I had the general idea of making an event that would invoke every handler in its list on the thread it was registered from. So I added accessors that'd store the thread and set things up so when I invoke the handlers it'd use those threads .. only there seems to be no way to run code on a

[Mono-list] Native types nullable?

2015-01-07 Thread Michael McGlothlin
I'm experimenting with switching from Classic to Unified API for iOS. It doesn't seem there are implicit casts from nullable int?, float?, etc to nint, nfloat, etc. Any reason these couldn't be added? Thanks, Michael McGlothlin Sent from my iPhone

Re: [Mono-dev] Proposed changes to mono/mcs/class/corlib/Mono/DataConverter.cs

2014-12-17 Thread Michael McGlothlin
and then create a Pull Request (PR) with your changes. Cheers, Stephen On Mon, Dec 8, 2014 at 8:54 PM, Michael McGlothlin mike.mcgloth...@gmail.com wrote: Couldn't figure out how to get Xamarin Studio to create an actual patch file after trying, and failing, to push a change with git. It appears

[Mono-dev] Proposed changes to mono/mcs/class/corlib/Mono/DataConverter.cs

2014-12-08 Thread Michael McGlothlin
Couldn't figure out how to get Xamarin Studio to create an actual patch file after trying, and failing, to push a change with git. It appears this is the correct place to post this? I usually put most of my code in PCL and then call it from platform specific code so I'm trying to make

[Mono-list] Marshaling a struct with network byte order?

2014-12-02 Thread Michael McGlothlin
Is there any common way to correctly marshal a struct such that the resulting bytes are in network byte order? I have a file format that requires this order for compatibility. Currently I'm storing each chunk as a struct and am using Marshal to convert it to/from bytes. Seems to work fine other

Re: [Mono-list] Binding Cocoa examples?

2014-11-20 Thread Michael McGlothlin
Where is the BaseType attribute defined? Xamarin Studio doesn't seem to include it in either Mono or Xamarin Mac versions. The only binding template I see is for iOS. Thanks, Michael McGlothlin Sent from my iPhone On Nov 19, 2014, at 7:02 PM, Miguel de Icaza mig...@xamarin.com wrote: hey

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-15 Thread Michael McGlothlin
I'd like to see a good semantic system that'd make it easy to map to actual controls individual to the platform and apply styling. Thanks, Michael McGlothlin Sent from my iPhone On Nov 15, 2014, at 10:01 AM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: From: mono-list

[Mono-list] Binding Cocoa examples?

2014-11-15 Thread Michael McGlothlin
such as NSView? What I'd actually do I mean and not something generated. Thanks, Michael McGlothlin Sent from my iPhone ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-aspnet-list] Mono ASP.NET vs MS VS

2014-09-28 Thread Michael Lynch
mngadlban On Mon, Sep 29, 2014 at 7:47 AM, Fernando Rodriguez frodriguez.develo...@outlook.com wrote: On Friday 26 September 2014 3:34:50 PM Chris Rogus wrote: 1) If there is something easy and obvious that I am missing in my config, please let me know. (e.g. the global or Views

Re: [Mono-dev] [Mono-list] How to run full mono test suites

2014-09-02 Thread Michael Franz
I run this to test the C# code. cd mcs/class/corlib make run-test PROFILE=net_4_5 On Tue, Sep 2, 2014 at 8:16 PM, Liwei Peng liwei.p...@microsoft.com wrote: I didn’t see the ‘make test’ rule under the root source directory. Where do you run it? *From:* mar...@my2cents.co.uk

Re: [Mono-dev] [Mono-list] How to run full mono test suites

2014-09-02 Thread Michael Franz
On Tue, Sep 2, 2014 at 8:45 PM, Liwei Peng liwei.p...@microsoft.com wrote: Thanks Michael. That’s one library. When I checked here https://wrench.mono-project.com/Wrench/ViewLane.aspx?lane_id=14host_id=10revision_id=74118, there are many libraries like below. I am wondering whether

Re: [Mono-list] [Mono-dev] How to run full mono test suites

2014-09-02 Thread Michael Franz
I run this to test the C# code. cd mcs/class/corlib make run-test PROFILE=net_4_5 On Tue, Sep 2, 2014 at 8:16 PM, Liwei Peng liwei.p...@microsoft.com wrote: I didn’t see the ‘make test’ rule under the root source directory. Where do you run it? *From:* mar...@my2cents.co.uk

[Mono-list] BinaryFormatter with PCL?

2014-08-15 Thread Michael McGlothlin
the Serializable attribute isn't set and I can't figure out a way to get the platform specific code to push it in a way I can use it as an attribute. Thanks, Michael McGlothlin Sent from my iPhone ___ Mono-list maillist - Mono-list@lists.ximian.com http

[Mono-dev] Issue compiling mono 3.4.0 on raspberry pidora (Fedora 18)

2014-08-05 Thread Michael Frank
]: *** [profile-do--basic--all] Error 2 make[3]: *** [profiles-do--all] Error 2 make[2]: *** [all-local] Error 2 make[2]: Leaving directory `/root/mono/runtime' Any help is much appreciated. regards Michael Frank http://www.mikefrank.de

[Mono-list] MemoryMappedFile not supported?

2014-07-18 Thread Michael McGlothlin
that the file doesn't exist. Is this just plain not the right way to make a fast local service in C#? I'd be ok with using pipes or IPC sockets if it is a better idea but in Googling it seemed that C# had made these rely on networking for some reason.  Michael

[Mono-list] Changing basic file io?

2014-05-13 Thread Michael McGlothlin
If I wanted to replace the standard libraries for file io with my own is there a way to push my replacement in so that it'd fill that role without needing to rewrite every program, and third-party library, that uses file io? I guess there must be some way since Mono exists at all. I get annoyed

Re: [Mono-list] Xamarin Open Source License

2014-05-09 Thread Michael McGlothlin
It would be nice if Xamarin took a bit more pity on open source developers and hobby developers. I've been using a business version, at work, for Xamarin.iOS. I would like to explore other platforms, continuing to educate myself, and maybe work on some open source stuff. Even the indie licenses

Re: [Mono-dev] Repeat builds of core assemblies

2014-04-22 Thread Michael Franz
and System.Configuration so we can take a dependency on them, and so on. snip Is this a Microsoft circular dependency or a Mono implementation issue? Michael ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-list] Porting Microsoft.Reporting.WinForms to Mono?

2014-03-05 Thread Michael McGlothlin
the best way is. Lots to process. Thanks, Michael McGlothlin Sent from my iPhone On Mar 5, 2014, at 10:56 AM, Andy York a...@brdstudio.net wrote: I would like to warn you that learning some of the Gtk# API was a challenge for me at first because I was stuck in the Microsoft way of doing

Re: [Mono-list] Porting Microsoft.Reporting.WinForms to Mono?

2014-03-05 Thread Michael Hutchinson
, which is a wrapper over GTK+ 3.x, but it hasn't yet had a stable release AFAIK. - M On 5 March 2014 18:48, Michael McGlothlin mike.mcgloth...@gmail.com wrote: I've used Gtk under Linux so I'd guess Gtk# might be similar? I'm already trying to figure out how to mesh together the C# way of doing

Re: [Mono-list] How to get file information on Linux?

2014-03-03 Thread Michael Hutchinson
@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Porting Microsoft.Reporting.WinForms to Mono?

2014-02-27 Thread Michael McGlothlin
to do a total remit it's probably not the best strategy at the moment. Sent from my iPad Michael McGlothlin ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Comparison: Windows/WPF vs Mono/Glade/Gtk

2014-02-26 Thread Michael Powell
... Best regards, Michael ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

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

2014-02-17 Thread Michael Hutchinson
TBH this seems like a runtime bug, it should not rely on itself being in PATH. On 17 February 2014 09:34, Michael Franz mvfr...@gmail.com wrote: On Mon, Feb 17, 2014 at 7:38 AM, Rafael Teixeira mono...@gmail.com wrote: Michael Franz, please check if your custom built version of the mono

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

2014-02-17 Thread Michael Franz
On Mon, Feb 17, 2014 at 12:22 PM, Michael Hutchinson m.j.hutchin...@gmail.com wrote: TBH this seems like a runtime bug, it should not rely on itself being in PATH. Should I file a bug against the runtime? What is the best way to describe this issue

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 mvfr...@gmail.com wrote: On Sat, Feb 15, 2014 at 10:02 PM, Michael Hutchinson m.j.hutchin...@gmail.com wrote: AFAIK

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

2014-02-16 Thread Michael Franz
On Sun, Feb 16, 2014 at 7:34 AM, Andrés G. Aragoneses kno...@gmail.comwrote: On 16/02/14 10:15, Michael Hutchinson wrote: ... which automatically executes exe files using Mono. Are you sure that statement applies to all distros? I read somewhere some time ago that the only distro so far

Re: [Mono-dev] NUnit shadow copy and multiple users issue

2014-02-16 Thread Michael Franz
On Sun, Feb 16, 2014 at 12:34 AM, Michael Franz mvfr...@gmail.com wrote: Hi, I have been setting up my development environment on CentOS 6.5 and have had some great success. My latest issue is temp directories and shadow copies while running nunit. The issue is documented here and fixed

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

2014-02-16 Thread Michael Hutchinson
/processes.c#L808 On 16 February 2014 09:00, Michael Franz mvfr...@gmail.com wrote: On Sun, Feb 16, 2014 at 7:34 AM, Andrés G. Aragoneses kno...@gmail.com wrote: On 16/02/14 10:15, Michael Hutchinson wrote: ... which automatically executes exe files using Mono. Are you sure that statement

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

2014-02-15 Thread Michael Franz
be that I was doing something wrong from the start and now I need to fix the process, but it seems like a simple process. e753ca2 Michael Hutchinson [xbuild] Fix dependency in C# targets c197478 Michael Hutchinson [xbuild] Fix 2.0 tests to handle mcs sdk argument 693176c Michael Hutchinson [xbuild] Fix

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

2014-02-15 Thread Michael Franz
On Sat, Feb 15, 2014 at 9:46 AM, Michael Franz mvfr...@gmail.com wrote: Hi, I see there have been a few changes to xbuild since February 10th, 2014. February 10th is the last time I was able to build my local C# project using mono head. This is a simple project that I have just started

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

2014-02-15 Thread Michael Hutchinson
AFAIK something's wrong with the installation if $prefix/lib/mono/4.5/mcs.exe is missing. What does your $prefix/bin/mcs point to? On 15 February 2014 10:51, Michael Franz mvfr...@gmail.com wrote: On Sat, Feb 15, 2014 at 9:46 AM, Michael Franz mvfr...@gmail.com wrote: Hi, I see there have

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

2014-02-15 Thread Michael Franz
On Sat, Feb 15, 2014 at 10:02 PM, Michael Hutchinson m.j.hutchin...@gmail.com wrote: AFAIK something's wrong with the installation if $prefix/lib/mono/4.5/mcs.exe is missing. What does your $prefix/bin/mcs point to? It points to a binary that does not run on its own. bash-4.1$ ./lib/mono

[Mono-dev] NUnit shadow copy and multiple users issue

2014-02-15 Thread Michael Franz
for the shadow copy logic for the Mono version of NUnit? Michael ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Cross Compiling to Windows

2014-02-13 Thread Michael Franz
) Thoughts? Michael ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Can't build the master branch from git

2014-02-09 Thread Michael Franz
My daily builds started to fail a few days ago, but seem to be back up and working now. I build with a similar command on Centos 6.5 . ./autogen.sh --prefix=/opt/local/JenkinsBuilds make get-monolite-latest make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe On Fri, Feb 7, 2014 at 1:42 PM,

Re: [Mono-dev] winforms , libgdiplus and cairo-gl

2014-02-05 Thread Michael Grunditz
26 jan 2014 kl. 13:19 skrev Michael Grunditz mic...@mickenware.se: 26 jan 2014 kl. 11:31 skrev Michael Grunditz mic...@mickenware.se: Hi I have spent this weekend working on getting libgdiplus and winforms with a cairo-gl (linux) backend. Many things was easy to change and I have

[Mono-dev] winforms , libgdiplus and cairo-gl

2014-01-26 Thread Michael Grunditz
routines but I am not sure. Is there someone on this list who knows the complete chain from drop down menu to gdiplus? http://www.update.uu.se/~micken/forms_gl1.jpg http://www.update.uu.se/~micken/forms_gl2.jpg http://www.update.uu.se/~micken/forms_gl3.jpg Br Michael Grunditz

Re: [Mono-dev] winforms , libgdiplus and cairo-gl

2014-01-26 Thread Michael Grunditz
26 jan 2014 kl. 11:31 skrev Michael Grunditz mic...@mickenware.se: Hi I have spent this weekend working on getting libgdiplus and winforms with a cairo-gl (linux) backend. Many things was easy to change and I have a forms gui up and running. However , when I tried a drop down menu

Re: [Mono-dev] Afallon: open source WPF implementation

2013-08-18 Thread Michael Franz
across some projects, soon I'll put it into a git repo. Have you made enough progress on this to post the repo URL? Michael ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono 3.2.1 OS X Build on Mountain Lion with threads failure [libmonoruntime_la-threads.lo] Error 1

2013-08-08 Thread Michael Franz
Rodrigo, I see the page is updated, I cannot tell the difference between the 32 bit build and the 64 bit build instructions. I don't think the 64 bit instructions needed to be changed. If the --build is specified for the 64 bit, it should be x86_64-apple-darwin11.2.0 . Michael On Thu, Aug 8

Re: [Mono-dev] Mono 3.2.1 OS X Build on Mountain Lion with threads failure [libmonoruntime_la-threads.lo] Error 1

2013-08-07 Thread Michael Franz
Zoltan, Your suggestion worked! Thank you! How do we get the OS X build instructions updated? This is the page I was working from. http://mono-project.com/Compiling_Mono_on_OSX Michael On Wed, Aug 7, 2013 at 3:54 AM, Zoltan Varga var...@gmail.com wrote: Hi, Instead of CFLAGS=-m32, try

[Mono-dev] Mono 3.2.1 OS X Build on Mountain Lion with threads failure [libmonoruntime_la-threads.lo] Error 1

2013-08-06 Thread Michael Franz
MacMini.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64 mono-3.2.1$ gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) Any help is appreciated. Michael

[Mono-list] Fwd: System.Web.HttpApplication missing method RegisterModule()

2013-08-04 Thread Michael Friis
I can't find this tracked on go-mono.com/status so I just wanted to log that System.Web.HttpApplicaiton is missing the RegisterModule() method. MS docs: http://msdn.microsoft.com/en-us/library/system.web.httpapplication.registermodule.aspx Mono source:

[Mono-aspnet-list] [ANN] Mono buildpack for ASP.NET and OWIN apps

2013-07-11 Thread Michael Friis
/heroku-buildpack-mono/ Platforms that support buildpacks include Heroku (where I've tested) CloudFoundry and Stackato. I've written a couple of blog posts on how to get started: * http://friism.com/running-net-on-heroku * http://friism.com/running-owin-katana-apps-on-heroku Regards Michael

[Mono-list] [ANN] Mono buildpack for ASP.NET and OWIN apps

2013-07-11 Thread Michael Friis
/heroku-buildpack-mono/ Platforms that support buildpacks include Heroku (where I've tested) CloudFoundry and Stackato. I've written a couple of blog posts on how to get started: * http://friism.com/running-net-on-heroku * http://friism.com/running-owin-katana-apps-on-heroku Regards Michael

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

2013-06-10 Thread Michael Hutchinson
errors, I'm writing this on my phone... - Michael On Jun 6, 2013 1:18 PM, Ian Norton inor...@gmail.com wrote: Hiya, I'm aware that I can use Process.Start() but I'd really really like to be able to directly pass a list of strings to my child process as arguments rather than having to escape

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

2013-04-25 Thread Michael Hutchinson
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-list] Unable to start WCF host with 1 service endpoint

2013-02-25 Thread Michael Conway
on ServiceStack too. Looks cool, though not positive it will do everything I need for this project. From: dacur...@gmail.com [mailto:dacur...@gmail.com] On Behalf Of Dave Curylo Sent: Friday, February 22, 2013 11:00 AM To: Michael Conway Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] Unable

[Mono-list] How to verify C# Mono assembly references

2012-12-11 Thread Michael Powell
... Regards, Michael ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-dev] Building mono on windows

2012-12-03 Thread Michael Stoll
in autogen.log:297 (configure: WARNING: winternl.h: present but cannot be compiled) Any clue? Regards Michael Making all in runtime make[2]: Entering directory `/cygdrive/d/lnk/mono/mono/runtime' d=`cd ../support pwd`; \ sed 's,target=libMonoPosixHelper[^]*,target='$d/libMonoPosixHelper.la',' ../data

Re: [Mono-dev] Building mono on windows

2012-12-03 Thread Michael Stoll
with latest make. Instead, they suggest to fetch it from: http://www.go-mono.com/archive/helper/make-3.80-1.tar.bz2 which helped (as far I recall). On 3 December 2012 12:52, Michael Stoll unwicht...@mistoll.de mailto:unwicht...@mistoll.de wrote: I'm trying to build Mono on Windows 7

Re: [Mono-dev] Building mono on windows

2012-12-03 Thread Michael Stoll
that and the build went well. Regards Michale Am 03.12.2012 16:15, schrieb Robert Jordan: Hi, On 03.12.2012 12:52, Michael Stoll wrote: I'm trying to build Mono on Windows 7. The System: Windows 7 Professional x64 Mono 3.0.1 Cygwin 1.7 What I did: Checkout git repository (with Tortoise GIT, no auto CRLF

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

2012-09-25 Thread Michael Hutchinson
. 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 does not affect its actual dependencies at all. -- Michael Hutchinson http://mjhutchinson.com

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

2012-06-13 Thread Michael Hutchinson
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
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 ___ Mono

Re: [Mono-list] How to split input pptx file into a set of one slide files in C#

2012-04-15 Thread Michael Stoll
your task. But AFAIK it's not part of Mono. There are also the Microsoft Office Interop Libraries (PIA), but that won't work on Linux. Maybe your code snippet is using PIA? Michael Am 11.04.2012 03:44, schrieb sp0065: Hello, I need to split input pptx and possibly ppt files into a set

Re: [Mono-dev] Question about GSoC projects

2012-03-29 Thread Michael Hutchinson
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 good proposal. -- Michael Hutchinson

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

2012-03-29 Thread Michael Hutchinson
and needed as well as demonstrating your ability to implement it. Note also that you can submit multiple proposals, if there are other projects that interest you. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-devel-list mailing list Mono-devel

Re: [Mono-list] Debugging C# code with Embedded Mono?

2012-03-01 Thread Michael Hutchinson
to initialize the debugger by passing agent args to Mono, then you need to make MD connect to it. For the productized version you'd need a MD addin but you can work around that for testing, see MONODEVELOP_SDB_TEST -- Michael Hutchinson http://mjhutchinson.com

Re: [Mono-dev] Building mono on windows

2012-02-02 Thread Michael Stoll
Hi, I'm using TortoiseGit. So I set the AutoCrlf flag in the settings, did a clean clone, but configure failed because of additional \r. AFAIK The script files should be in unix format in order to run using cygwin tools. But AutoCrlf would convert to windows format. Correct? Regards Michael

[Mono-dev] Building mono on windows

2012-02-01 Thread Michael Stoll
unix format, I have no idea, what to do. Regards Michael ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-aspnet-list] help on hosting asp.net applications on linux suse under apache2(httpd)?

2012-01-27 Thread Michael Könings
files which may overwrite your vhost settings. cheers, Michael On Fri, Jan 27, 2012 at 6:29 AM, chandu m.ravinderreddy1...@gmail.comwrote: hi michael, thanks for u r reply.can u pls suggest me which web server is best to host the asp.net applications on linux suse(xsp,apache httpd,fastcgi

[Mono-dev] AOT compiler crash

2012-01-20 Thread Michael Bayne
I'm trying to get IKVM working with MonoTouch. That has required a lot of crazy hackery, but now I'm crashing the AOT compiler, and I don't think I'm going to be able to fix this one myself (since I don't have the source). Here's what it reports: AOT Compilation exited with code 134, command:

Re: [Mono-dev] AOT compiler crash

2012-01-20 Thread Michael Bayne
On Fri, Jan 20, 2012 at 11:38 AM, Michael Bayne m...@samskivert.com wrote: since I don't have the source I guess this isn't completely true. I can at least look at the mono source and try to triangulate from there. Based on that, I'm seeing only two likely callers

Re: [Mono-dev] AOT compiler crash

2012-01-20 Thread Michael Bayne
On Fri, Jan 20, 2012 at 12:31 PM, Robert Jordan robe...@gmx.net wrote: Try to add -v -v -v to the AOT compiler's command line arguments in MonoDevelop. Unfortunately that didn't yield any additional output. BTW, the MonoTouch mailing list is over there: This seems more like a compiler issue

Re: [Mono-dev] AOT compiler crash

2012-01-20 Thread Michael Bayne
On Fri, Jan 20, 2012 at 1:22 PM, Robert Jordan robe...@gmx.net wrote: It doesn't really matter where the problem is. MT is a commercial, closed-source product, and its support mailing list isn't mono-devel. Fair enough. I'm not used to using commercial software. :) Other than that, you may

Re: [Mono-list] Environment.SpecialFolder.MyDocuments question

2011-08-23 Thread Michael Hutchinson
You are printing the enum value directly. You need to call GetSpecialFolder. On Aug 22, 2011 10:17 PM, Paul F. Johnson p...@all-the-johnsons.co.uk wrote: Hi, Is this correct? If I have Console.WriteLine ({0}, Environment.SpecialFolder.MyDocuments); on my Linux box it returns Personal

[Mono-list] WCF certificate security with Mono

2011-07-22 Thread Michael Stoll
I'm trying to migrate an existing application to Mono (v2.10.2). Therefore I created a test WCF service with BasicHttpBinding and message security. The client works perfectly with .NET, but when running with Mono it fails. The client factory is instantiated as follows: | var certificate=

[Mono-dev] Developer needed for contract position

2011-06-16 Thread Michael Mudge
to michael.mu...@welchallyn.com and please pass this message on to anyone who may be interested. Thanks, - Michael Mudge Software Lead Engineer Welch Allyn Skaneateles, NY ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

[Mono-list] Value is not a convertible object

2011-05-15 Thread Michael M
and it is binded to a Checkbox at my UI, which works with .NET 2.0. Does someone know a solution or the reason for that error? Regards Michael ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-dev] Cross-Appdomain remoting

2011-05-06 Thread Michael Mudge
overrode InitializeLifetimeService on the MarshalByRef objects and returned null - this prevents the objects from expiring. Thanks for the reply! - Kipp On Thu, May 5, 2011 at 4:49 PM, Robert Jordan robe...@gmx.net wrote: Hi, On 05.05.2011 22:11, Michael Mudge wrote: I'm seeing strange behavior

[Mono-dev] Cross-Appdomain remoting

2011-05-05 Thread Michael Mudge
I'm seeing strange behavior on our device - AppDomain A has launched AppDomain B, and wired the DomainUnloaded event. I'm seeing that RemotingServices.DisposeIdentity is being called after 5 minutes, and then when AppDomain B unloads itself and the unload event is fired, I get this error:

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

2011-04-07 Thread Michael Hutchinson
Hi, Applications must be made directly to the Google GSoC site, and should include a project proposal. If you are having trouble finding ideas for the project, I suggest you approach the Axiom developers on their mailing list or IRC. - Michael On Wed, Apr 6, 2011 at 8:23 PM, Shivansh Srivastava

Re: [Mono-dev] GSOC MonoDevelop Project

2011-04-06 Thread Michael Hutchinson
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 will pick it up. -- Michael Hutchinson http://mjhutchinson.com

Re: [Mono-dev] Faster

2011-03-24 Thread Michael Hutchinson
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? -- Michael Hutchinson http://mjhutchinson.com

Re: [Mono-dev] GSoC 2011 - Interest

2011-03-21 Thread Michael Hutchinson
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 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo

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

2011-03-21 Thread Michael Hutchinson
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 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-list] ScrollWindows spacing

2011-03-14 Thread Michael Hutchinson
/monodevelop/blob/master/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/CompactScrolledWindow.cs -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-dev] Issue with inlining in the JIT

2011-03-08 Thread Michael Mudge
I'm running into an access violation in Mono... I've traced the cause as far back as I can (mono_method_to_ir), but that function is so full of macros and switches that it's hard to figure out how it came to make the decision it did. Here is the story of how the access violation occurs:

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

2011-03-07 Thread Michael Hutchinson
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 Hutchinson http://mjhutchinson.com

Re: [Mono-list] Can't build NUnit testing project

2011-02-17 Thread Michael Hutchinson
.2c_why_doesn't_it_appear_in_the_assemblies_list_when_I_try_to_add_a_reference_in_a_MonoDevelop_project.3f The reason you get the specific error you do is because you removed the compile-time version of the assemblies pointed to by the pkconfig file but did not update or remove the pkgconfig file. -- Michael Hutchinson http://mjhutchinson.com

Re: [Mono-list] Mono.Posix

2011-02-02 Thread Michael Hutchinson
included as an optional component on high-end (Server, Ultimate) recent Windows versions. I doubt anyone's ever tried Mono on with Interix though, as I can't think of any reason to do do. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist

Re: [Mono-list] generics and IEnumerable

2011-01-23 Thread Michael Hutchinson
On Jan 24, 2011 12:58 AM, oddstray withheld.for.priv...@gmail.com wrote: My immediate question is, I tried to create a generic class: public class LinkedListT : IEnumerableT but I get the error: The non-generic type 'System.Collections.IEnumerable' cannot be used with the type

[Mono-winforms-list] Porting Mono winforms to a new OS/Window Manager

2011-01-12 Thread Michael Mudge
that the cursor has clicked on a textbox so that we can pop up our onscreen keyboard? And most importantly, what questions have I failed to ask? Thanks, - Michael Kipp Mudge Welch Allyn ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

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

2011-01-07 Thread Michael Hutchinson
, 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
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] Git line-ending issues

2011-01-06 Thread Michael Hutchinson
. -- 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-list] taglib-sharp

2011-01-05 Thread Michael Hutchinson
know how I can get this library? http://download.banshee-project.org/taglib-sharp/ https://github.com/mono/taglib-sharp/ -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-list] How to: start a process which shows a password window

2010-12-17 Thread Michael Hutchinson
: http://portland.freedesktop.org/xdg-utils-1.0beta1/xdg-su.html On MacOS there seem to be a few options: http://stackoverflow.com/questions/1517183/graphical-sudo-for-mac-osx -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist - Mono

Re: [Mono-list] Moonlight - MonoDevelop @ Mac

2010-12-12 Thread Michael Hutchinson
On Sun, Dec 12, 2010 at 4:50 AM, Lennie De Villiers lenni...@gmail.com wrote: How can I get this working? The Moonlight SDK as included in MD only works with Mono 2.6.x. You'll have to downgrade Mono, or ask the Moonlight team to make an SDK release that works with Mono 2.8. -- Michael

Re: [Mono-list] Moonlight - MonoDevelop @ Mac

2010-11-30 Thread Michael Hutchinson
the error. Unfortunately the Moonlight 2.0 SDK does not work on Mono 2.6. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Moonlight - MonoDevelop @ Mac

2010-11-30 Thread Michael Hutchinson
On Tue, Nov 30, 2010 at 4:30 PM, Michael Hutchinson m.j.hutchin...@gmail.com wrote: On Tue, Nov 30, 2010 at 3:43 PM, Lennie De Villiers lenni...@gmail.com wrote: When creating a new Moonlight project in MonoDevelop on the Mac (latest MonoDevelop download version) it compile but give an error

Re: [Mono-list] DrawingArea needs to redraw signal??

2010-11-16 Thread Michael Hutchinson
event's Window property, not the widget's GdkWindow property. This is a temporary double-buffered surface. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono

Re: [Mono-list] DrawingArea needs to redraw signal??

2010-11-15 Thread Michael Hutchinson
. -- Michael Hutchinson http://mjhutchinson.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

  1   2   3   4   5   6   7   >