[Mono-list] does mono support Character set?

2005-05-10 Thread 이우성
Hello~ i'm making a web application with mono, and it's such a wonderful experience :) thanks for mono developers.   but when i make web forms with foreign characters such as korean, japanese..., they just show "??" from the apache server.   how can i fix this?   please help

[Mono-list] Re: Starting out using mono

2005-05-10 Thread jim lawrence
well I got monodevelop installed and running But this error when I try to oopen a new file Error loading template file /usr/lib/monodevelop/bin/../AddIns/AddIns/ BackendBindings/templates/NemerleGtkSharpWindow.xft.xml i hit ok on the error box I then can select a file and when I click ok monodevel

Re: [Mono-list] mono app receives SIGSEGV after running for 20 hours!!

2005-05-10 Thread S Umadevi
Hi Gonzalo Had a look at the code, There was a while true loop where the listener callback object was getting created and the socket usage in the callback was not correct. Once these are corrected, I guess we will not see the issue anymore.. Regards uma >>> [EMAIL PROTECTED] 05/11/05 7:26

[Mono-list] Starting out using mono

2005-05-10 Thread jim lawrence
Sorry for the Noobie questions and such i have developmed a few mid size applications using vb.net c#.net and want to play with mono to develop code for both windows & more importantly linux. Question 1 i tested out the sample hello.cs in the monodoc that compiled file and ran . I found a exampl

Re: [Mono-list] mono app receives SIGSEGV after running for 20 hours!!

2005-05-10 Thread Gonzalo Paniagua Javier
On Tue, 2005-05-10 at 18:50 +0530, Kala B wrote: > Hi, > I have a C# application running on mono/Suse Linux. Its basically a > Unix Domain Socket server ( uses Mono.Posix for the socket APIs). The > code runs perfectly for almost 20 hours. When there is just no > activity ( the application is just

Re: [Mono-list] Process doesn't give back the hand on Windows

2005-05-10 Thread Gonzalo Paniagua Javier
On Mon, 2005-05-09 at 16:19 -0600, Gonzalo Paniagua Javier wrote: > On Mon, 2005-05-09 at 18:32 +0200, Vincent Arnoux wrote: > > Hello, > > I am trying to make work a mono app under Windows and I am having a hard > > time with an external process execution that doesn't give the hand back: > > Sys

Re: [Mono-list] SRPMS?

2005-05-10 Thread Gregory Hayes
Ben, Thanks for the reply! I tried to rebuild the SRPMS but ran into two problems: 1. The declaration "Copyright" is now changed to "License" and the use of "Copyright" is depreciated. 2. All files must be packaged now (not sure how to explicitly ignore them). This means the /usr/lib/*.a and *.l

[Mono-list] Re: Can't build releases 1.1.5-1.1.7

2005-05-10 Thread mono-list . 1 . tracyanne
On Tue, 2005-05-10 at 03:20 -0400, +mono-list+tracyanne [EMAIL PROTECTED] wrote: > Can't build releases 1.1.5-1.1.7 I think Kirill has some very good points. I've been following this thread for a while, and It seems to me that it has gone off on a tanget, and that the initial post dealt with the d

Re: [Mono-list] Monodevelop 0.6 RPMS

2005-05-10 Thread Ben Maurer
On Tue, 2005-05-10 at 10:49 -0700, Collin Goredema wrote: > Anyone know how I can get ahokd of Fedora Core 3 RPMs fro MonoDevelop > 0.6? I have tried build it for the source but run into too many > dependency issues. Todd should be releasing 0.7 soon, which we will package. -- Ben __

[Mono-list] Monodevelop 0.6 RPMS

2005-05-10 Thread Collin Goredema
Anyone know how I can get ahokd of Fedora Core 3 RPMs fro MonoDevelop 0.6? I have tried build it for the source but run into too many dependency issues. Thanks. -- Collin Goredema ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximia

Re: [Mono-list] SRPMS?

2005-05-10 Thread Ben Maurer
On Tue, 2005-05-10 at 02:26 -0400, Gregory Hayes wrote: > I am a FC4-test user and I have problems installing the gtk-sharp rpms > available from the mono-project site. > (gtk-sharp-1.0.9-0.fedora3.novell.i386.rpm) The error I receive is: > > error: Failed dependencies: > libgtkhtml-3.1.so

[Mono-list] mono app receives SIGSEGV after running for 20 hours!!

2005-05-10 Thread Kala B
Hi, I have a C# application running on mono/Suse Linux. Its basically a Unix Domain Socket server ( uses Mono.Posix for the socket APIs). The code runs perfectly for almost 20 hours. When there is just no activity ( the application is just listening and there are no clients connecting to it), the

[Mono-list] mono app receives SIGSEGV after running for 20 hours!!

2005-05-10 Thread Kala B
Hi, I have a C# application running on mono/Suse Linux. Its basically a Unix Domain Socket server ( uses Mono.Posix for the socket APIs). The code runs perfectly for almost 20 hours. When there is just no activity ( the application is just listening and there are no clients connecting to it), the

[Mono-list] Displaying french characters

2005-05-10 Thread Alexandre Soares
Hi,   I have trouble displaying french characters in mono 1.1.6 / mod_mono_server (XSP) 1.0.8 / Apache 2.0.53 / mod_mono 1.0.8. Whenever I put a character such as "é" (html encoding is é if you can't see it), instead it gets rendered as "??". This is the same for all special chacracters (à,

[Mono-list] RE: [Mono-devel-list] Environment.OSVersion.Platform for Unix

2005-05-10 Thread Jörg Rosenkranz
Hi Michi, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Michi Henning > > Another way to do this is to invert the test and avoid the > issue entirely: And the application is broken when an enum value Win64 is introduced. I think Miguels test

[Mono-list] ComIStreamMarshaler and ComIStreamWrapper

2005-05-10 Thread Pál Kornél
Hi, I have tried too many times to send this two components to the list. I tried different e-mail addresses, subjects and SMTP servers, with attachments and without attachments, but none of them arrived. I hope this very minimalistic message will arive. You can download the source code form: htt

Re: [Mono-list] Re: IStream implementation on Win32 for System.Drawing.Image.InitFromStream

2005-05-10 Thread Kornél Pál
Hi, Could you post the code to the mailing list, so we can comment on it? I have tried to send the source code several times in the last few day but it seems to be imposible to send it: I sent a previous version to Sanjay Gupta and he sent and reply to the list then I answered it but none of these

Re: [Mono-list] Re: IStream implementation on Win32 for System.Drawing.Image.InitFromStream

2005-05-10 Thread Kornél Pál
Hi, Could you post the code to the mailing list, so we can comment on it? I have tried to send the source code several times in the last few day but it seems to be imposible to send it: I sent a previous version to Sanjay Gupta and he sent and reply to the list then I answered it but none of these

[Mono-list] SRPMS?

2005-05-10 Thread Gregory Hayes
I am a FC4-test user and I have problems installing the gtk-sharp rpms available from the mono-project site. (gtk-sharp-1.0.9-0.fedora3.novell.i386.rpm) The error I receive is: error: Failed dependencies: libgtkhtml-3.1.so.11 is needed by gtk-sharp-1.0.9-0.fedora3.novell.i386 I have gtkht

Re: [Mono-list] Process doesn't give back the hand on Windows

2005-05-10 Thread Gonzalo Paniagua Javier
On Mon, 2005-05-09 at 18:32 +0200, Vincent Arnoux wrote: > Hello, > I am trying to make work a mono app under Windows and I am having a hard > time with an external process execution that doesn't give the hand back: > System.Diagnostics.Process proc = new System.Diagnostics.Process(); > proc.St

Re: [Mono-list] Can't build releases 1.1.5-1.1.7

2005-05-10 Thread Kirill
Todd Berman wrote: On Mon, 2005-05-09 at 10:17 +0300, Kirill wrote: Todd Berman wrote: On Mon, 2005-05-09 at 09:37 +0300, Kirill wrote: I have no desire to address your ranting about a website that may or may not be the most clear, but absolutely is not as difficult as you say to navigate (

[Mono-list] papers from MONO

2005-05-10 Thread kamel Derouiche
Hi all, I am going to write an article on Mono, to make it known in Algeria. Who can give me advice ? Regards kamel NetBSD is very JIHBED __ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yah