[Mono-list] Licensing question

2016-04-13 Thread Dan McGregor
has the old license information in it. So, will the new license only apply to new releases cut from current master, or are older releases also going to be re-licensed? Thanks, Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http

Re: [Mono-dev] Mono 3.2.8 incompatibility with .NET 4.0 on Windows 7-10

2015-12-15 Thread Dan Liew
stricted to using Ubuntu 14.04 that doesn't stop you from using a newer version of Mono. Xamarin provide repositories containing newer builds of Mono which you can use. http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives You can always buil

Re: [Mono-dev] The impact of running dlls compiled with /platform:x86 on a x86_64 machine under mono

2015-11-06 Thread Dan Liew
On 6 November 2015 at 05:29, Rodrigo Kumpera wrote: > Mono ignores those settings and will run with the bitness it was compiled > as. Okay, by "it" I presume you are referring to the target Mono was compiled for, not the target the application was compiled for.

Re: [Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-15 Thread Dan Liew
Hi Ludovic, On 15 October 2015 at 12:47, Ludovic Henry <ludo...@xamarin.com> wrote: > Hi Dan, > > As I am currently working on the Process class, I am getting a look at your > bug. Thanks for taking a look :) > > Does setting StandardOutputEncoding

[Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-09 Thread Dan Liew
] but thought I'd post about it here too as this issue seems partially tied to some of mono's internal implementation details. [1] https://bugzilla.xamarin.com/attachment.cgi?id=13247 [2] https://bugzilla.xamarin.com/show_bug.cgi?id=21374 [3] https://github.com/nunit/nunit/issues/881 Thanks, Dan

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-04 Thread Dan Liew
On 4 August 2015 at 11:23, onedevteam.com martin.jere...@gmail.com wrote: running with mono myapp.exe is not an option. I wan't application to be useful on computers with no mono installed. Meanwhile, i have managed to start application bundled with mkbundle TestApp --deps --static -o TA on

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread Dan Liew
However, when i move TA executable to another machine running ubuntu, and right click/run, nothing happens. Application won't start, there's no error message, just nothing... Can someone help me with this? Run the application from a terminal to see if it logs any output indicating some sort

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread Dan Liew
On 3 August 2015 at 12:34, onedevteam.com martin.jere...@gmail.com wrote: When i try TA or sudo TA in terminal, i get an error TA: command not found, even if terminal window is open in folder where TA is copied. The current working directory is not usually is the shell's PATH (the list of

Re: [Mono-dev] Profiling / Memory Management tools

2015-05-31 Thread Dan Liew
On 31 May 2015 at 17:35, Greg Young gregoryyou...@gmail.com wrote: What tools are people using with mono? I have tried as an example using valgrind to verify the stuff I am working on is reasonable but the listings of problems that come out are massive. Checking the memory usage via valgrind

Re: [Mono-dev] Building from Source Fails with mcs: Command not found (Mono-devel-list Digest, Vol 121, Issue 19) (Mono-devel-list Digest, Vol 121, Issue 20)

2015-05-22 Thread Dan Liew
On 22 May 2015 at 14:21, Cyd Haselton chasel...@gmail.com wrote: On May 22, 2015 7:34:16 AM CDT, Jo Shields direct...@apebox.org wrote: On 22/05/15 01:16, cyd wrote: Let me back up a few steps before I start troublehooting this. Does the monolite build of mono 4.0 support

[Mono-list] The state of heap-shot profiling in mono

2015-05-06 Thread Dan Liew
completely ignored? Thanks, Dan. [1] https://github.com/mono/heap-shot [2] https://github.com/mono/heap-shot/blob/master/README [3] http://www.mono-project.com/docs/debug+profile/profile/heapshot/ [4] https://github.com/mono/heap-shot/pull/3 ___ Mono-list

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

2015-02-24 Thread Dan Shryock
an interface that represents the major number operations, and then create structs that implement that interface and wrap the main number types without touching anything in the runtime like native types needed to do. Dan On Tue, Feb 24, 2015 at 1:31 PM Michael McGlothlin mike.mcgloth...@gmail.com

[Mono-dev] Please unsubscribe me - I keep getting emails though I tried to unsubscribe over the web.

2013-10-01 Thread Dan VanderMolen
Please unsubscribe me - I keep getting emails though I tried to unsubscribe over the web. Thanks. Dan VanderMolen Computer Software Engineer Fig.P Software Incorporated 1 James Street South, Suite 1000 Hamilton, ON L8P 4R5 Tel.: (905) 522-3447 x4913 E: mailto:dan.vandermo

[Mono-dev] Where can I find GetTargetHandle, etc?

2013-06-21 Thread Dan Barowy
? Also, it's pretty convenient that mono has a .sln file. Does corlib also have something like this? Thanks, Dan ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-list] Installing the MRE

2012-11-26 Thread Dan Wright
Hi all, I need urgent help :-/ When I launch the Mono runtime installer from a shell script, /usr/bin/mono does not get installed. The process appears to complete without any errors, and Console doesn't report anything out of the ordinary. If however I run the same Mono runtime installer

Re: [Mono-dev] Mono / LLVM

2012-06-21 Thread Dan Shechter
Thanks for the info Alex, I am personally more interested on x64 and possible full AOT on LLVM on x64, as I use it for an HPC scenario... On Thu, Jun 21, 2012 at 10:51 PM, Alex Rønne Petersen xtzgzo...@gmail.comwrote: Hi, Yes, if you want LLVM support, the way to get it is still to build

Re: [Mono-dev] Mono / LLVM

2012-06-21 Thread Dan Shechter
this, or should I go on doing mono --llvm SomeProgram.exe as I'm doing now...? On Thu, Jun 21, 2012 at 11:39 PM, Rodrigo Kumpera kump...@gmail.com wrote: Full AOT produces worse code than with the regular JIT, so don't. On Thu, Jun 21, 2012 at 4:56 PM, Dan Shechter d...@houmus.org wrote: Thanks

[Mono-dev] InternalsVisibleTo + PublicKey not working on mono..

2012-05-02 Thread Dan Shechter
I've encountered an issue with mono which is essentially a duplicate of this question in SO.. http://stackoverflow.com/questions/8983097/internalsvisibleto-attribute-not-compiling-under-xbuild-mono-2-10-6-but-works Is this a real bug with the mono compiler?

Re: [Mono-list] Can't run my EXE in Windows

2011-08-05 Thread Dan Shryock
to change from winexe to exe), to see when and how your program dies. Once you get some stack traces, it'll be much easier to resolve the problem :D HTH Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-aspnet-list] Exception thrown with MVC SessionState=Off

2011-07-14 Thread Dan
James, That worked, thank you! Dan -- View this message in context: http://mono.1490590.n4.nabble.com/Exception-thrown-with-MVC-SessionState-Off-tp3586924p3667833.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. ___ Mono-aspnet

Re: [Mono-aspnet-list] Exception thrown with MVC SessionState=Off

2011-07-13 Thread Dan
We're seeing the exact same error when setting the sessionState mode to Off. Our application is running on mono 2.10.2 using MVC3. Dan -- View this message in context: http://mono.1490590.n4.nabble.com/Exception-thrown-with-MVC-SessionState-Off-tp3586924p3664706.html Sent from the Mono

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-04-13 Thread Dan
. Unless this can be resolved properly, we may have to resort to setting up a cron job that will automatically force the web server to restart on a regular basis, but we really do not want to have to do that! Regards, Dan Marek Habersack wrote: On Tue, 5 Apr 2011 15:24:25 -0500 (CDT) Dan lt;parn

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-04-05 Thread Dan
@@@InProc@AE0F3F94D18773EB8CC2821E with value System.Web.SessionState.InProcSessionItem expiring at 05/04/2011 19:21:57 I also added a stacktrace log at that point so that we could see what was actually adding the InProc items: at System.Environment.get_StackTrace() in /home/dan/Downloads/Mono/Base

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-04-01 Thread Dan
(System.Web.Caching.CacheItem item) [0x00019] in /home/dan/mono/mono-2.10.1/mcs/class/System.Web/System.Web.Caching/CacheItemPriorityQueue.cs:125 at System.Web.Caching.Cache.EnqueueTimedItem (System.Web.Caching.CacheItem item) [0x000b2] in /home/dan/mono/mono-2.10.1/mcs/class/System.Web

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-30 Thread Dan
System.Web.Mvc (v2.0) LINQ Regards, Dan Dan wrote: We are in the process of trying to build a test case that will reliably trigger the bug! But considering that the system we're developing can sometimes run continuously for days without this issue occurring, finding the exact cause is likely

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-29 Thread Dan
Do you happen to know which commit potentially fixes this issue, so that we could take a look. Thanks, Dan Gonzalo Paniagua Javier-3 wrote: On Tue, 2011-03-29 at 00:44 +0300, Sergey Lobko-Lobanovsky wrote: gt; Looks like someone will have to look into gt

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-29 Thread Dan
We are in the process of trying to build a test case that will reliably trigger the bug! But considering that the system we're developing can sometimes run continuously for days without this issue occurring, finding the exact cause is likely to be very difficult. Marek Habersack wrote: The

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-25 Thread Dan
with apache2 on an ubuntu system. I'm not sure if it is relevant to this problem, but we are also using fluent nHibernate in our web application. Regards, Dan Sergey Lobko-Lobanovsky wrote: I have an application in production that uses apache2 + mod_mono + nginx setup. Approx. once per day

Re: [Mono-dev] Mono contractors?

2011-02-14 Thread Dan Kegel
it for (I'm more of a debian/ubuntu person)? Oh, I don't think it matters, ubuntu is fine, as long as the fix makes it into mono trunk. - Dan ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel

[Mono-dev] Mono contractors?

2011-02-13 Thread Dan Kegel
Hi, is there a list of people available to fix mono bugs for hire anywhere? (A quick google search for commercial support mono only brings up the novell offering, which seems to be tied to licensing the OS.) Thanks, Dan ___ Mono-devel-list mailing list

Re: [Mono-list] Mono for an older Linux RHEL4r5?

2010-12-15 Thread Maser, Dan
I use mono on RHEL4 with fine results. I build mine from source. -Original Message- From: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of jmalcolm Sent: Wednesday, December 15, 2010 8:16 PM To: mono-list@lists.ximian.com Subject: Re:

Re: [Mono-dev] Generic Constraints Regression in 2.8

2010-11-14 Thread dan witt
Except that Y is constrained to be of type Z and so is guaranteed to be a reference type. On Mon, Nov 15, 2010 at 12:30 AM, Bojan Rajkovic severedcr...@gmail.comwrote: On Nov 14, 2010, at 10:16 PM, Tom Philpot wrote: The following code compiled with a warning on Mono 2.7 (as of 147679) but

Re: [Mono-dev] Mono and ASP.NET Security Vulnerability

2010-10-01 Thread dan witt
within the applications Virtual Path. Mono's implementation doesn't appear to allow for anything other than embedded resources to be downloaded through this path and so isn't vulnerable. Dan Witt On Fri, Oct 1, 2010 at 2:07 PM, Sebastien Pouliot sebastien.poul...@gmail.com wrote: My previous

[Mono-dev] Bug in TimeoutDispatcher makes it into a spinwait when there is nothing in the queue

2010-08-27 Thread Dan Smith
= item.Trigger - DateTime.UtcNow; if (interval TimeSpan.Zero) { interval = TimeSpan.Zero; } } Please let me know if you need any more information. Cheers! Dan [1] http://github.com/mono/bitsharp/blob/master/src/MonoTorrent/MonoTorrent.Common/TimeoutDispatcher.cs [2] http://github.com

Re: [Mono-list] Pure wrapper calling native code

2010-08-05 Thread Maser, Dan
It's possible if you own the source to the unmanaged DLL can make ports to the desired operating systems. My project makes heave use of both managed C# and unmanaged C++ dlls, and the C++ dlls I compile for both windows and linux. -Original Message- From:

[Mono-dev] Patch for scaled/cropped drawing bug in libgdi

2010-06-24 Thread Dan Parnham
can be seen in the following bug: https://bugzilla.novell.com/show_bug.cgi?GoAheadAndLogIn=1id=529887 I have attached a patch (which is against the 2.6.4 release of libgdi but can also apply to the trunk since that file has not been changed). Kind regards, Dan Parnham and Justen Hyde 436ada0853

[Mono-dev] Patch for scaled/cropped drawing bug in libgdi

2010-05-02 Thread Dan Parnham
of this problem can be seen in the following bug: https://bugzilla.novell.com/show_bug.cgi?GoAheadAndLogIn=1id=529887 We have attached a patch (which is against the 2.6.4 release of libgdi but can also apply to the trunk since that file has not been changed). Kind regards, Dan Parnham and Justen Hyde

[Mono-list] No Package mono-2 found

2010-04-21 Thread Dan Winslow
} -D_REENTRANT I also have a glib-2.0.pc file. Any suggestions? Dan Winslow Director of Information Technology, AIM INSTITUTE 1905 Harney Street, Suite 700 Omaha, NE 68102 402-345-5025 x156 dwins...@aiminstitute.org www.aiminstitute.org

[Mono-list] XSP issue

2010-03-08 Thread Dan Winslow
(System.String name) [0x0] in filename unknown:0 The SiteMap dll appears to be built and available at that root. Just looking for a hint. Dan Winslow Director of Information Technology, AIM INSTITUTE 1905 Harney Street, Suite 700 Omaha, NE 68102 402-345-5025 x156 dwins...@aiminstitute.org

[Mono-list] Using System.Data.SQLite from both windows and linux

2010-01-18 Thread Dan Winslow
am currently out of ideas..I would really like to be able to use the same source on windows and linux, as that's kind of the idea of Mono to my mind. I know I could probably use the Mono sqlite package on linux, but I'd have to have separate builds as far as I know. Dan Winslow Director

[Mono-list] Which Memory Figures to Trust (Is the memory leak as bad as it would seem)?

2009-11-30 Thread Dan Saul
figures do I trust? They both increase so there is a leak in there I know. But one figure is orders of magnitude higher then the other! They also don't increase at the same rate. Thanks, Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http

Re: [Mono-list] Can cross Windows and Linux platform mono application include Windows .NET C# dll ?

2009-10-01 Thread Maser, Dan
C# code and C++ code. But of course I had to plan ahead to do this... primarily by not using Win32 APIs directly in code, I use portable libraries like ACE, BOOST, STLPort, ICU, and occasionally have a #ifdef section for platform specific code. Dan Maser | Lead Software Developer phone fax

Re: [Mono-list] Can cross Windows and Linux platform monoapplication include Windows .NET C# dll ?

2009-10-01 Thread Maser, Dan
not applicable). What you need to do is that the same C++ source code and compile it as a linux shared library using gcc, which will then essentially be a stream of machine code that is known to the linux OS. Dan Maser | Lead Software Developer phone fax +1.317.872.3000 | mobile +1.317.872.3000

[Mono-dev] FSharp 1.9.6.16 and latest mono obscurity

2009-09-10 Thread Dan Shechter
Can anyone successfully run fsi.exe on mono? If I use some simple .fsx script like: #light let x = 1 + 1 printfn %A x and use: mono fsi.exe --gui- ~/test.fsx I get the desired 2 as output. If I try to punch in the same commands in fsi.exe interactively fsi seems completely stuck. However, if

Re: [Mono-dev] FSharp 1.9.6.16 and latest mono obscurity

2009-09-10 Thread Dan Shechter
: Let me guess, did you try changing the colours of your terminal? On Thu, Sep 10, 2009 at 3:16 PM, Dan Shechter d...@houmus.org wrote: Can anyone successfully run fsi.exe on mono? If I use some simple .fsx script like: #light let x = 1 + 1 printfn %A x and use: mono fsi.exe --gui- ~/test.fsx I

Re: [Mono-list] Charset issue

2009-09-03 Thread Maser, Dan
find out when in your process the bytes become corrupted. Dan Maser | Lead Software Developer phone fax +1.317.872.3000 | mobile +1.317.872.3000 | dan.ma...@inin.com Interactive Intelligence Inc. Deliberately Innovative www.inin.com -Original Message- From: mono-list-boun

Re: [Mono-winforms-list] Load flash player into mono webbrowser

2009-06-29 Thread Dan Shryock
). The actual flash player plugin is named libflashplayer.so so once you find a folder that has that file in it, use that. Hope that helps. Dan On Sat, Jun 27, 2009 at 1:53 PM, Ian Nortoninor...@gmail.com wrote: On Sat, 2009-06-27 at 03:53 -0700, andrea.t wrote: Hi everybody , we have

Re: [Mono-list] C#: Compiling Classes Independently - How?

2009-06-29 Thread Maser, Dan
I wouldn't be too surprised if your rude behavior fails to inspire anyone to help you get your question answered. Charlie Poole, thanks for taking the time you ovbiously took with your reply. -Original Message- From: mono-list-boun...@lists.ximian.com

Re: [Mono-list] What is Correct way to marshal wchar_t ?

2009-06-03 Thread Maser, Dan
I've found that you have two choices: 1. If you have source to the library you're interop'ing to, you can make the C interface take a unsigned short* instead of wchar_t* and it will work using the managed CharSet.Unicode for both systems. Of course your C code will have cast the paramter

Re: [Mono-list] What is Correct way to marshal wchar_t ?

2009-06-03 Thread Maser, Dan
is stuck taking a wchat_t* and you can't change that, option #2 will work for you). Dan Maser | Lead Software Developer phone fax +1.317.872.3000 | mobile +1.317.872.3000 | dan.ma...@inin.com Interactive Intelligence Inc. Deliberately Innovative www.inin.com From: ptr [mailto:ptrajku...@gmail.com

Re: [Mono-list] exit in a middle of the program

2009-05-01 Thread Dan Shryock
that helps. Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Why are extension method dependent on .NET 3.5?

2009-04-16 Thread Dan Shryock
assemblies that you use, including -reference:System.dll which is normally automatically referenced. Hope this explaination helps. Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] LockBits() on Mono 2.2?

2009-03-20 Thread Dan Shryock
thing that I noticed is that calling SetPixel repeatedly on Microsoft's .NET is much slower than calling SetPixel repeatedly on Mono (though lockbits was still faster on both). HTH Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http

[Mono-list] C# to java bytecode

2009-03-12 Thread Dan Shryock
that attempt to achieve this goal, or has anyone had success using either of those products on linux? Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] C# to java bytecode

2009-03-12 Thread Dan Shryock
Mainsoft, so unless you know how to use it outside of a windows/visual studio environment (I realize that the resulting bytecode will work anywhere, but the tool itself will not), its not going to work :( Thanks anyways Dan ___ Mono-list maillist - Mono

Re: [Mono-list] Can i use Mono as Script Language in my C++ application?

2009-03-05 Thread Dan Shryock
is doing, and what any other Mono based applications on the iPhone are doing as well. I haven't tried it myself, but I remember Miguel de Icaza blogging about it here[1]. Hope this helps. Dan [1] http://tirania.org/blog/archive/2008/Nov-05.html ___ Mono

Re: [Mono-list] Newbie - How to invoke compiler after installing?

2009-03-02 Thread Maser, Dan
It looks like you just have to quote the c:\Mono Test\Simple.cs on your command line since your directory has a space in it. Dan Maser | Lead Software Developer phone fax +1.317.872.3000 | mobile +1.317.872.3000 | dan.ma...@inin.com Interactive Intelligence Inc. Deliberately Innovative

Re: [Mono-list] Trolltech Qt 4 for MONO

2009-02-25 Thread Dan Shryock
: Basically, it does convert bytecode to IL, which means that the exe and dll files produced run as fast as any other library would on Mono/.NET HTH Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-dev] ASP.NET MVC

2009-02-16 Thread Dan Cirnat
I see that the MVC implementation is planned for june. I'd like to know if there is someone responsible for this and if any progress is made. Thank you ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-list] kerne32 CreateSemaphore

2009-01-13 Thread Maser, Dan
You can't p/invoke to windows DLLs when you're running on linux. I doubt you'll get around making a conditionally compiled section for each OS, unless you can do everything you need with on managed calls. You can choose where to put the OS-specific abstraction stuff, but not if.

Re: [Mono-winforms-list] Porting application that calls windows andother DLLs

2008-12-18 Thread Maser, Dan
get it working. -Original Message- From: Matthew Donaldson [mailto:matt...@datadeliverance.com] Sent: Thursday, December 18, 2008 4:20 PM To: mono-winforms-list@lists.ximian.com; Maser, Dan Subject: RE: [Mono-winforms-list] Porting application that calls windows andother DLLs Thanks

Re: [Mono-dev] Announcing Mono 2.2 Preview 3...

2008-12-16 Thread Dan Shechter
Thomas Wiest wrote: Please report any bugs that you may find using our Bugs page, AND reply to this thread with the bug numbers so we can track them: https://bugzilla.novell.com/show_bug.cgi?id=457339 ___ Mono-devel-list mailing list

Re: [Mono-list] System.Media.SystemSounds

2008-12-04 Thread Dan Shryock
settings? All I know is that it is definitely working fine for me on my linux machine. Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] System.Media.SystemSounds

2008-12-03 Thread Dan Shryock
On Tue, Dec 2, 2008 at 3:58 PM, Petit Eric [EMAIL PROTECTED] wrote: Is System.Media.SystemSounds.Exclamation.Play(); suposed to work under linux ? Using this code on mono 1.9.1 on opensuse 10.3, each of the sounds plays and prints its name without any problems for me. HTH Dan var sounds

[Mono-list] corrupted tiff file on ppc

2008-11-14 Thread Dan Shryock
The interesting thing is that after the first 7 bytes, the bad value is always listed as 377, and the offset between bad bytes is 2560. So this seems like a bug in mono, but I wanted to ask just to make sure that I'm not doing anything stupid. Thanks! Dan

Re: [Mono-list] Is this a common error that someone has a hint about?

2008-10-10 Thread Maser, Dan
that someone has a hint about? On 10/08/08 Maser, Dan wrote: I'm using RHEL4 and I rebuilt my mono from the svn head today. When I run my app (which was working a month ago) I get this fatal exception I've not seen before. Does it look familiar to anyone? If there are some ideas I'd try them

Re: [Mono-list] Is this a common error that someone has a hint about?

2008-10-10 Thread Maser, Dan
, Dan wrote: If I send you the whole IL of that function would that do anything? I'd gladly give you the whole app but it's HUGE and requires dozens of supporting libs special environment stuff to run. Yes, the IL of the function may be enough (tell us also what kind of class/struct it's

Re: [Mono-list] Is this a common error that someone has a hint about?

2008-10-09 Thread Maser, Dan
PROTECTED] On Behalf Of Maser, Dan Sent: Wednesday, October 08, 2008 1:37 PM To: mono-list@lists.ximian.com Subject: [Mono-list] Is this a common error that someone has a hint about? I'm using RHEL4 and I rebuilt my mono from the svn head today. When I run my app (which was working a month ago

[Mono-list] Is this a common error that someone has a hint about?

2008-10-08 Thread Maser, Dan
I'm using RHEL4 and I rebuilt my mono from the svn head today. When I run my app (which was working a month ago) I get this fatal exception I've not seen before. Does it look familiar to anyone? If there are some ideas I'd try them before trying to make a test app to reproduce the problem

Re: [Mono-list] using gmcs and C# 3.0 features without requiring System.Core.dll

2008-09-05 Thread Dan Shryock
check on an assembly only if it references System.Core, and remove this stanza. Patches welcome, I guess ;-) I'd love to help, but unfortunately I don't have time at the moment, and I'm not using any libraries that reference System.Core.dll so I am unaffected :( Thanks for the help! Dan

[Mono-list] using gmcs and C# 3.0 features without requiring System.Core.dll

2008-09-03 Thread Dan Shryock
,T2 t2,T3 t3); public delegate R FuncT1,T2,T3,T4,R(T1 t1,T2 t2,T3 t3,T4 t4); } namespace System.Runtime.CompilerServices{ public class ExtensionAttribute:Attribute{} } Thanks for any help you can give. Dan [1] http://www.danielmoth.com/Blog/2007/05/using-extension-methods-in-fx

Re: [Mono-list] using gmcs and C# 3.0 features without requiring System.Core.dll

2008-09-03 Thread Dan Shryock
with strong naming (I did it once years ago to get something in the gac, and haven't looked at it much since), so does anybody have any ideas on how to resolve this issue? Thanks. Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com

[Mono-dev] gmcs bug with unsafe code

2008-08-27 Thread Dan Shechter
Hi, I've been trying out gmcs, running on Ubuntu 8.04 amd64 and have discovered a rather annoying fault: When compiling classes containing statements such as: namespace YYY { class XXX { private unsafe byte *_data; public unsafe byte *GetData() { return _data; }} } } The compiler

Re: [Mono-dev] Mono 2.0 Preview 1 is out!!

2008-08-22 Thread Dan Kegel
open up a lot of doors. Wine's gdiplus is becoming much more complete lately, so this might not be as crazy at it sounds. - Dan ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-winforms-list] WebBrowser control on OSX

2008-08-05 Thread Dan Shryock
control in System.Windows.Forms on OSX? If there will be support, would it be Gecko or WebKit? If it is Gecko, would the necessary libraries be installed along with mono, or would there be some separate process to get it installed and running? Any information would be helpful! Dan

Re: [Mono-winforms-list] WebBrowser control on OSX

2008-08-05 Thread Dan Shryock
What path we'll tak at this time isn't determined yet. Thanks for the quick reply! Looks like if we want an osx port we'll have to use a Cocoa# binding for this part, but hopefully that shouldn't be too hard. Dan ___ Mono-winforms-list maillist

Re: [Mono-list] Linux autopano - mono problem?

2008-07-28 Thread Dan Shryock
/pkg:gtk-sharp /pkg:glade-sharp and modifying them. Hope this helps. Dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Question about the lifetime of libraries loaded by a p/invoke

2008-07-21 Thread Maser, Dan
behavior? I've been trying to get this from the microsoft documentation but I can't seem to find anything. Thanks in advance for any thoughts Dan Maser ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo

Re: [Mono-list] Where is the SWT for Mono like Java ?

2008-07-02 Thread Dan Shryock
On Tue, Jul 1, 2008 at 6:30 PM, Rodrigo B. de Oliveira [EMAIL PROTECTED] wrote: Notice that you should be able use swt through ikvm. It used to work like a charm. True for Windows, and Linux, but not on OSX (unless Jeroen Frijters has fixed ikvm's jni issues on OSX) Dan

Re: [Mono-winforms-list] Play swf files in WinForms?

2008-06-27 Thread Dan Shryock
think it works on osx yet). Another alternative would be GTK, and either the Gecko control, or the WebKit control. I haven't tried anything other than the SWT route, so you may have to dig further on the other alternatives to get anywhere. HTH. Dan On Thu, Jun 26, 2008 at 5:00 PM, dotnetdev

[Mono-winforms-list] A font that has unicode characters?

2008-05-01 Thread Maser, Dan
nothing more complex than getting a suitable font. Thanks! Dan ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list

[Mono-list] How best to detect if running in mono from an unmanaged library?

2008-04-30 Thread Maser, Dan
. Is there a preferred way to determine whether the process is running under mono? I could string-match the executable name but that won't catch places where people compile mono with a more descriptive name such as /usr/local/bin/mono-v1.9 or something like that. Thanks in advance for any ideas! Dan

Re: [Mono-dev] Mono on wine redux

2008-04-11 Thread Dan Kegel
. What would be very helpful, however, is an unattended or silent install mode for mono. If the mono installer supported a /q option to not prompt the user at all, it would really make things easier for people who need to roll out mono many times. - Dan

Re: [Mono-dev] Mono on wine redux

2008-04-11 Thread Dan Kegel
On Fri, Apr 11, 2008 at 6:37 AM, Dan Kegel [EMAIL PROTECTED] wrote: On Fri, Apr 11, 2008 at 1:10 AM, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote: I think we need to find a way to use installed mono (linux version) to be used in wine . The tool 'winetricks', which is used

Re: [Mono-dev] Mono on wine redux

2008-04-11 Thread Dan Kegel
and Wine projects. If both Wine and Mono continue on their current upward trajectories, I predict that such cooperation is inevitable, despite past friction. - Dan ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-dev] Mono on wine redux

2008-04-10 Thread Dan Kegel
modifications. Got a list of commercial software which was written without any thought of portability to Mono, and which runs well on Mono? I see http://www.mono-project.com/Software, but that all seems to be apps that were specifically ported to Mono or written with Mono originally. Thanks, Dan

[Mono-dev] Mono on wine redux

2008-04-09 Thread Dan Kegel
at. (Anyone interested?) Cheers, Dan Kegel Wine 1.0 Release Manager ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] configure mod-mono-server to handle multiple streams to a single ip

2008-03-07 Thread Dan Shryock
google maps usage. Hope that helps. Dan On Tue, Mar 4, 2008 at 2:53 AM, Dömötör Gyimesi [EMAIL PROTECTED] wrote: Hi, I've googled around but i couldn't find any information regarding mod-mono configuration on the subject. My goal is to set up our mod-mono-server to accept requests from a host

[Mono-list] Debugging mono

2008-02-22 Thread Dan Smithers
) (null) (gdb) s Cannot find bounds of current function I have also tried to use ddd, but that can't see the C# source code. Are there any better ways of doing this? thanks dan ___ Mono-list maillist - Mono-list@lists.ximian.com http

Re: [Mono-list] IPAddress.GetAddressBytes

2008-02-20 Thread Dan Smithers
card. dan Chris Howie wrote: On Feb 19, 2008 9:13 AM, Dan Smithers [EMAIL PROTECTED] wrote: I have a messaging application that was working until recently using IPv4 addresses. I now seem to be getting IPv6 addresses from GetAddressBytes. Is this something in mono that has changed recently

[Mono-list] IPAddress.GetAddressBytes

2008-02-19 Thread Dan Smithers
I have a messaging application that was working until recently using IPv4 addresses. I now seem to be getting IPv6 addresses from GetAddressBytes. Is this something in mono that has changed recently? Is there a way of forcing IPv4 address format? thanks dan

Re: [Mono-list] Mono with other languages

2008-02-11 Thread Dan Smithers
Jonathan Pryor wrote: On Mon, 2008-02-11 at 09:43 +, Dan Smithers wrote: Can I use Mono with languages other than C# on a Linux platform? Yes. Mono doesn't care about language, it cares about IL, so any compiler that generates IL can generate assemblies that will execute under Mono

[Mono-list] Mono with other languages

2008-02-11 Thread Dan Smithers
Can I use Mono with languages other than C# on a Linux platform? thanks dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] UDP sockets and exceptions

2008-02-04 Thread Dan Smithers
? thanks dan ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] NullReferenceException while using gmcs 1.2.6.0 and -langversion:linq

2008-02-04 Thread Dan Shryock
Good news! Its awesome to see how quickly mono is progressing. Thanks to all for all the hard work! On Feb 4, 2008 8:29 AM, Miguel de Icaza [EMAIL PROTECTED] wrote: This may have been fixed in svn, but I don't have the opportunity to test it at the moment. This isn't a big deal for me, I

[Mono-dev] Mono 1.9 (r94604) Stalls on Exits?

2008-02-01 Thread Dan Shechter
I've compiled Mono 1.9 r94604 from source on an ubuntu gutsy amd 64 machine today. I've encountered some wierdness where my application will stall on exit, sometimes up to 10 seconds, sometimes not at all. At various times I've seen this message after/while it manages to exit...: ./a.sh: line 3:

[Mono-list] NullReferenceException while using gmcs 1.2.6.0 and -langversion:linq

2008-01-29 Thread Dan Shryock
I ran into a NullReferenceException using the latest gmcs on the following piece of code: using System; using System.Collections.Generic; public class gmcsnre{ public static void Main(string[] args){ var dict = Dictobject(Id = 1,Name = User,Email = [EMAIL PROTECTED]);

Re: [Mono-list] Serialization and Soap

2008-01-21 Thread Dan Smithers
OK, I've got SOAP working. I can construct the stream using SoapFormatter.Serialize, but I can't get Deserialize to reconstruct my data structure. Is there any trick to this that I haven't spotted? thanks dan Dan Smithers wrote: Robert Jordan wrote: Dan Smithers wrote: Hi, I am trying

Re: [Mono-list] Serialization and Soap

2008-01-18 Thread Dan Smithers
Robert Jordan wrote: Dan Smithers wrote: Hi, I am trying to use serialization into a MemoryStream to construct messages to pass between processes. I have _sort_ of got it working with the BinaryFormatter, but I would like to send a human readable version for testing. Can anyone confirm

Re: [Mono-dev] [Mono-list] Program Option Parsing Library

2008-01-17 Thread Dan Shryock
)? Any help would be greatly appreciated. Dan On Jan 7, 2008 11:42 AM, Jonathan Pryor [EMAIL PROTECTED] wrote: I've been doing a lot of work on monodocer, and (for some unknown reason) decided that the warning about the deprecation of Mono.GetOptions was annoying so I thought I'd come up

  1   2   3   >