[Mono-winforms-list] New to the list

2007-09-06 Thread Ernesto
Hi, I'm new to the list (and to Mono). I'm trying to run a rather large Win Forms MDI application with Mono 1.2.5 and found some minor bugs that made Mono crash when running this app. I have some (really minor) bugfixes and cosmetic changes to some controls and I was wondering if I should

[Mono-dev] BlueZ Sharp

2007-09-06 Thread Jouini Karim
Hi ! Did any one use the BlueZ Sharp (bluetooth) before ? http://developer.novell.com/wiki/index.php/BlueZ_Sharp It seems no longuer maintained ... If any one has any information please tell ^^ Thanks, Karim ___ Mono-devel-list mailing list

[Mono-dev] mkbundle / location of mono-files

2007-09-06 Thread Elmar Haneke
How can I tell an mkbundle EXE (on Windows) where to find the mono runtime files. Currently the EXE can only be started if it is placed into an subdir of mono-installation. Elmar ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] mkbundle / location of mono-files

2007-09-06 Thread Robert Jordan
Elmar Haneke wrote: How can I tell an mkbundle EXE (on Windows) where to find the mono runtime files. What do you mean with runtime files? Assemblies, native DLLs, configuration? Robert ___ Mono-devel-list mailing list

Re: [Mono-dev] Big Arrays, Many Changes --- Request for Advice

2007-09-06 Thread Luis F. Ortiz
On Sep 5, 2007, at 1:12 AM, Jeroen Frijters wrote: Luis F. Ortiz wrote: On Sep 4, 2007, at 6:51 AM, Marek Safar wrote: Hi Luis, 1) MCS assumed that the arguments to NEWARR were always U4 or I4, which does not seem to be the case as far as ECMA-335v4. ... A) Fix mcs/expression.cs to

Re: [Mono-dev] Big Arrays, Many Changes --- Request for Advice

2007-09-06 Thread Luis F. Ortiz
On Sep 5, 2007, at 5:37 AM, Robert Jordan wrote: Luis F. Ortiz wrote: But at least now there is only one method to change, though I suspect it will take more than a few minutes for me to get the SVN version to compile from scratch. The big array support leads to an API breakage on 64

Re: [Mono-dev] Big Arrays, Many Changes --- Request for Advice

2007-09-06 Thread Luis F. Ortiz
Jonathan: Sorry for the delay in my response; first off, the test application I wrote was buggy and lied about how much memory was being allocated. I had to rewrite it. It now clearly can not allocate arrays larger than 2GB, though I have yet to pin down the exact amounts, as it

Re: [Mono-dev] mkbundle / location of mono-files

2007-09-06 Thread Elmar Haneke
Robert Jordan schrieb: Elmar Haneke wrote: How can I tell an mkbundle EXE (on Windows) where to find the mono runtime files. What do you mean with runtime files? Assemblies, native DLLs, configuration? It fails with message The assembly mscorlib.dll was not found or could not be loaded.

Re: [Mono-dev] mkbundle / location of mono-files

2007-09-06 Thread Robert Jordan
Elmar Haneke wrote: Robert Jordan schrieb: Elmar Haneke wrote: How can I tell an mkbundle EXE (on Windows) where to find the mono runtime files. What do you mean with runtime files? Assemblies, native DLLs, configuration? It fails with message The assembly mscorlib.dll was not found

Re: [Mono-dev] mkbundle / location of mono-files

2007-09-06 Thread Elmar Haneke
Robert Jordan schrieb: Elmar Haneke wrote: Robert Jordan schrieb: Elmar Haneke wrote: How can I tell an mkbundle EXE (on Windows) where to find the mono runtime files. What do you mean with runtime files? Assemblies, native DLLs, configuration? It fails with message The assembly

Re: [Mono-dev] mkbundle / location of mono-files

2007-09-06 Thread Robert Jordan
Elmar Haneke wrote: Robert Jordan schrieb: Elmar Haneke wrote: Robert Jordan schrieb: Elmar Haneke wrote: How can I tell an mkbundle EXE (on Windows) where to find the mono runtime files. What do you mean with runtime files? Assemblies, native DLLs, configuration? It fails with message

[Mono-list] Bug in StreamWriter ??? (Mono 1.2.5 on Windows XP) ??

2007-09-06 Thread Andrew Tierney
Hi All, I just tested a little VOIP account checker I had running on .NET 2.0 and it appears to crash on Mono 1.2.5. The code snippet in question is as follows: (basically go to the login page, post details then save cookies and reply...)

Re: [Mono-list] Bug in StreamWriter ??? (Mono 1.2.5 on Windows XP) ??

2007-09-06 Thread Andrew Tierney
Some more info.. The same code for a HTTP (not HTTPS) works fine on Mono 1.2.5.. Regards Andrew Andrew Tierney wrote: Hi All, I just tested a little VOIP account checker I had running on .NET 2.0 and it appears to crash on Mono 1.2.5. The code snippet in question is as follows:

[Mono-list] DockPanel or something like thtat for mono?

2007-09-06 Thread DW
Hello, is it possible to build mono apps with a GUI like VS or Eclipse? a really great lib for that is Weifen Luo's DockPanel Suite. [1] is there something equal for the mono world? the way monodevelop implemented this isnt complete. they can minimize panels, but can't autopopup and drag them

Re: [Mono-list] DockPanel or something like thtat for mono?

2007-09-06 Thread Maser, Dan
I looked at DockPanel Suite a while back. I saw how the Win32 interops were being used and figured it was reasonable to remove them. In fact, Weifen Luo agrees... See this thread: http://sourceforge.net/forum/forum.php?thread_id=1786012forum_id=402316 The thread does mention that the

Re: [Mono-list] Mono, Rhino.Mocks, and MbUnit

2007-09-06 Thread Rodrigo Kumpera
Hi Tom, Please fill a bug report and we will take a look at it. You can follow this page for more info about it. http://www.mono-project.com/Bugs Thanks, Rodrigo On 9/4/07, Tom Opgenorth [EMAIL PROTECTED] wrote: Hello, I tried running the est suite for Rhino.Mocks under Mono 1.2.5, using

[Mono-list] Writing and Compiling on Linux and Running on WIndow

2007-09-06 Thread Gustavo Ribeiro De Bonis
Hi, I wrote the app using Mono, and is a Windows Forms app. I'm using System.Windows.Forms framework as usual but everytime I run the app on Windows it shows a black screen behind the app, I would like to know how do i remove this black screen. Thanks everyone, and sorry by bad English

Re: [Mono-list] Writing and Compiling on Linux and Running on WIndow

2007-09-06 Thread Jonathan Pobst
Hi! Check out the first question here: http://www.mono-project.com/FAQ:_Winforms. That should fix it. :) Jon Gustavo Ribeiro De Bonis wrote: Hi, I wrote the app using Mono, and is a Windows Forms app. I'm using System.Windows.Forms framework as usual but everytime I run the app on

[Mono-list] Socket under mono 1.2.3 (ubuntu feisty)

2007-09-06 Thread Damien DALY
Hi, I'm using a lib to have my custom Smtp server (I've made a simple mailing list server). This lib : http://www.lumisoft.ee/ (direct download : http://www.lumisoft.ee/lsWWW/Download/Downloads/Net/). It uses System.Net.Sockets.Socket as listening TCP Server. When I use the

Re: [Mono-list] Bug in StreamWriter ??? (Mono 1.2.5 on Windows XP) ??

2007-09-06 Thread Aurelio Costa
May be I'm wrong, but i think that the problem is not on StreamWriter but on the connection using HTTPS, look for this kind of error on list history and you will see similar stuff. 2007/9/6, Andrew Tierney [EMAIL PROTECTED]: Some more info.. The same code for a HTTP (not HTTPS) works fine on

Re: [Mono-list] Socket under mono 1.2.3 (ubuntu feisty)

2007-09-06 Thread Aurelio Costa
This limitation is only to ports under 1024. You can use any other above like 2525, 2555, ... 2007/9/6, Damien DALY [EMAIL PROTECTED]: Thanks, you're right... GRRR ! I will have to test code as root... snif Do you know which ports are restricted like this ? Damien 2007/9/6,

[Mono-list] Script for mono-service2

2007-09-06 Thread Damien DALY
Hi, I would like to start and stop a mono-service2 service like I start and stop a linux service (like apache2 start or apache2 stop). I'm working with ubuntu feisty. If someone know where I can find a script that mimic this behavior, I would greatly thank him. Damien

Re: [Mono-list] Bug in StreamWriter ??? (Mono 1.2.5 on Windows XP) ??

2007-09-06 Thread Gert Driesen
Andrew, Please submit a bug report for this. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Tierney Sent: donderdag 6 september 2007 8:02 To: mono-list@lists.ximian.com Subject: [Mono-list] Bug in StreamWriter ??? (Mono 1.2.5 on Windows XP)