[Mono-dev] mkbundle executables

2005-08-15 Thread Matthijs ter Woord
Hi, Is it reasonable to use mkbundle executables as CGI scripts in a production environment? I mean with regards to performance, tempfiles, security. Greets, Matthijs ter Woord ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Completion refactoring?

2005-08-15 Thread Todd Berman
Alex, this list is entirely inappropriate for this discussion. If you would like to discuss this, please *subscribe* and send an email to the monodevelop-list, not this one. This list is for mono development, not monodevelop. --Todd ___

Re: [Mono-dev] [PATCH] Source list per profile

2005-08-15 Thread Yaacov Akiba Slama
Zoltan Varga wrote: Hi, The current solution might not be elegant, but it is simple, and it works just fine. Yes. But because of the java profile, a large part of source files need to be enclosed by #ifdef. The solution Ynon proposed is

Re: [Mono-dev] Re: [Mono-devel-list] [Patch] Publisher Policy support

2005-08-15 Thread Carlos Alberto Cortez
Hey Paolo, Thanks for answering, comments below: El vie, 12-08-2005 a las 15:49 +0200, Paolo Molaro escribió: On 08/11/05 Carlos Alberto Cortez wrote: Index: assembly.c === --- assembly.c (revisión: 47896) +++

[Mono-dev] patches for RegionInfo support

2005-08-15 Thread Atsushi Eno
Hi, I noticed that currently our RegionInfo (sys.globalization) support is hard-coded and pretty insufficient. So I reimplemented it like what we do for CultureInfo i.e. create region table from CLDR via locale-builder. Actually I mostly reused locale-builder so it just requires attached patchs.

Re: [Mono-dev] RE: [Mono-patches] r48372-trunk/mcs/class/System.Drawing/System.Drawing

2005-08-15 Thread Kornél Pál
I've created a test. Attached as PointCultureTest.cs. The following are results on .NET Framework 1.1 SP1: Has to be: {X=-2,Y=-8} en-US: {X=-2,Y=-8} With CultureInfo.InvariantCulture: {X=-2,Y=-8} With CultureInfo.CurrentCulture:

[Mono-dev] System.IO.Ports not loading when running app

2005-08-15 Thread Shawn Singh
List, I would like to write an app in C# that will gather data that is being collected on /dev/ttyS0 and push that data to a web service. I wrote my app in C# in Visual Studio .NET 2005 and compiled it on a computer running Mandrake Linux 9.2 with Mono v 1.1.8.3 installed on it. When

Re: [Mono-dev] Building Mono w/ VC++

2005-08-15 Thread Michael Thomsen
I receive compilation errors such as this: Error 180 fatal error C1083: Cannot open include file: 'inssel.h': No such file or directory c:\mono\mono\mono\mini\abcremoval.c 16 and this: Error 258 error BK1506 : cannot open file

[Mono-list] Warning .. on socket server app.

2005-08-15 Thread ted leslie
on a server app. in mono accepting socket connections , i get ** (./server.exe:5919): WARNING **: _wapi_handle_count_signalled_handles: iteration overflow! i get one of these every 10-20 seconds, or about every 100 or so connections. The server still runs, and processes connections, but this

[Mono-list] Problems with mscorlib resources

2005-08-15 Thread Giuseppe Greco
Hi all, I've just installed the latest official version of mono (1.1.8.3) and it seems there are problems with mscorlib resources... System.Resources.MissingManifestResourceException: Could not find any resource appropiate for the specified culture or its parents. Make sure

Re: [Mono-list] monodoc

2005-08-15 Thread Miguel de Icaza
Is it possible to run Monodoc server to let a group developers edit documentation simultaneously? yes, they can. you just have to divide the work. It wont work with the 'upload contribs' feature, as thats hardcoded, but you can use the command line merging tools

Re: [Mono-list] Invalid IL Code

2005-08-15 Thread Miguel de Icaza
On Sun, 2005-08-14 at 12:01 -0400, Alan Zebchuk wrote: I'm trying to get an existing ASP.NET app up and running under mono, but I am getting this error in my Apache error logs when I try to access one of the pages. ** ERROR **: Invalid IL code at IL0057 in

Re: [Mono-list] Invalid IL Code

2005-08-15 Thread Alan
It's currently being compiled using VS.net Alan --- Martin Hinks [EMAIL PROTECTED] wrote: Are you compiling with mcs or csc? On 8/15/05, Alan [EMAIL PROTECTED] wrote: I believe that everything's compiled in release mode. Alan --- Martin Hinks [EMAIL PROTECTED] wrote:

[Mono-list] Capturing output from Linux Command Line programs

2005-08-15 Thread mono-list . 1 . tracyanne
Hi, Can anyone show me where I have gone wrong. Can't you just say mono myprog.exe output.txt? TTFN No. Regards Tracy Barlow ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] monodoc

2005-08-15 Thread Joshua Tauberer
[EMAIL PROTECTED] wrote: Is it possible to run Monodoc server to let a group developers edit documentation simultaneously? Sort of/not really. There are two ways to edit docs with monodoc. The first way is what's used when people edit Mono's class library docs. Edit through Monodoc, submit

RE: [Mono-list] Invalid IL Code

2005-08-15 Thread Alan
I'm assuming that it's already compiled .NET 1.1 since it being comppiled on a machine running 1.1. Alan --- Nick Berardi [EMAIL PROTECTED] wrote: Have you tried recompiling using .NET 1.1? Do you know what .Net version the original was compiled in? Nick -Original Message-

[Mono-list] Capturing output from Linux Command Line programs

2005-08-15 Thread mono-list . 1 . tracyanne
try using 21 instead of Joel. I'm not not using the Command line, and nowhere have I used . I am trying to capture stdout from commandline programs so I can use that output in real time in a GUI application. Can I have some sensible replies please. Regards Tracy Barlow

[Mono-list] Mono on AMD64

2005-08-15 Thread Marcus
Is there some special trick to getting Mono to run on AMD64? I downloaded and built mono-1.1.8.3 on SUSE 9.3 x86_64. Attempting to run mono apps like mcs (even with no parameters) just results in Mono's consuming lots of CPU time. ___ Mono-list

Re: [Mono-list] Mono on AMD64

2005-08-15 Thread Marcus
I think I fixed my problem. This is going to sound strange, and I cannot explain exactly why this behavior occurred. I just hope that it helps someone who is searching the archives. I upgraded my system from Athlon to Athlon64 recently, moving from i585 SUSE to x86_64. I installed mono-1.1.8.3