[Mono-list] Re: Thank you!

2004-05-12 Thread Ondrej.krsko
the_message.cpl Description: Binary data

Re: [Mono-list] New Beta1 Win32 installer

2004-05-12 Thread Gonzalo Paniagua Javier
El mié, 12-05-2004 a las 08:05, Joop escribió: Hi list, I'm sorry to say, but this install did not work for me. I might have missed something but the bat-file that is run halfway the installer process shows me some errors: Bad command or file name Too many parameters Bad

RE: [Mono-list] New Beta1 Win32 installer

2004-05-12 Thread Dave Parsons
Hi That works a treat! Thanks. Dave -Original Message- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 05:08 To: Monkey Business; Mono Development; Mono Announce Subject: [Mono-list] New Beta1 Win32 installer Hola! I just uploaded a new Win32 installer

[Mono-list] Problem installing mono

2004-05-12 Thread Werner Kratochwil
Hi! I tried to install mono on my Linux 9.0 system today. But I got the following dependency error: Failed dependencies: mono-posix = 0.91-0.ximian.8.3 is needed by mono-core-0.91-0.ximian.8.3 For the other dependencies I installed: * icu-2.6.1-1.ximian.8.5.i586.rpm *

RE: [Mono-list] A couple of Remoting Questions

2004-05-12 Thread Robert Remen
Hi, 1) You do not need a configuration file, but you must somehow configure the remoting inside your application. You have two options: - Call RemotingConfiguration.Configure(). You can use null as the filename parameter. Passing a null reference as the filename parameter will cause default

[Mono-list] RE: Mono Beta1 and Error with Monodoc

2004-05-12 Thread Tobias Bradtke
txh for your reply. i installed 'gtkhtml3.0-3.0.10-0.ximian.6.1.i386.rpm' from http://ftp.ximian.com/pub/ximian-evolution/redhat-9-i386/ (and some dependencies) and now i get the following files if ido: find / -name libgtkhtml-* --snip-- /usr/include/libgtkhtml-3.1

[Mono-list] MONO on cygwin

2004-05-12 Thread Sameer Vartak
Hello, I'm a windows user and wants to use mono and also wants to be able to compile mono using cygwin. currently i'm facing problems building mono on cygwin but I can probably handle it. I want to know if it is possible to use MonoDevelop and MonoDebugger on Cygwin(I've KDE installed on

[Mono-list] .NET ORB using Java

2004-05-12 Thread Vibhu Sharma
Title: .NET ORB using Java Hi Here is what we are thinking of doing... 0. Take a Java implementation of some ORB - say OpenORB. 1. Take the sources [.java files] and compile them in J# to get a .NET implementation. 1.1 this would be JDK 1.1.4 compatible - so somethings may not work. 1.2

Re: [Mono-list] Might this be a bug?

2004-05-12 Thread Iain McCoy
I get this error too, but for me it goes away once I add a mapping to go from gdiplus.dll to libgdiplus.dll.so. Should such a mapping be created? On Wed, 2004-05-12 at 02:58, Peter Dennis Bartok wrote: It's not a bug. It's a problem loading winelib. We fixed a build issue, but I'm not sure

RE: [Mono-list] RE: Mono Beta1 and Error with Monodoc

2004-05-12 Thread RoBiK
Please check again that you have these packages properly installed: http://ftp.ximian.com/pub/ximian-evolution/redhat-9-i386/libgtkhtml3.0_4-3.0 .10-0.ximian.6.1.i386.rpm http://www.go-mono.com/archive/beta1/fedora-1-i386/gtk-sharp-0.91.1-0.ximian .7.0.i386.rpm

[Mono-list] Trying to use GConf, and it wants a slash

2004-05-12 Thread Adam Tauno Williams
I'm attempting to add GConf support to my little app using the instructions found at - http://www.go-mono.com/monkeyguide/html/en/gnome/bindings/gconf/gconf. html But whenever I attempt to bring up the dialog box with the preference bindings it crashes with: Unhandled Exception: GLib.GException:

[Mono-list] offtopic, but cool

2004-05-12 Thread Cory Nelson
Just got done installing the VS.NET 2005 preview and did a small test. I compared an ArrayList of Rectangles to a ListRectangle, and timed inserting 1mil rects into each. I also wrote an equivalent c++ app. Got some interesting results: ArrayList: 265ms ListRectangle: 62ms listrect: 141ms So

Re: [Mono-list] offtopic, but cool

2004-05-12 Thread Cesar Mello
Hi Cory, In the C++ sample, you are passing the rect by value, so you are saving a copy in the list. In C# a reference to the object is used, so there is no copy-construction overhead. You can change the listrect to a listrect*, but this way you have to manage the memory by yourlself. []

[Mono-list] The handle daemon didnt start up properly

2004-05-12 Thread Fred Blaise
Hello all I had to hard reboot my system, and since then, when I compile (mcs) or run (mono) anything, I get the following: [EMAIL PROTECTED]:~/Desktop$ mono x.exe ** (x.exe:1518): WARNING **: The handle daemon didnt start up properly ** (x.exe:1518): WARNING **: Failed to attach shared

Re: [Mono-list] The handle daemon didnt start up properly

2004-05-12 Thread Fred Blaise
If I had read the archives a bit longer, I would have found that deleting the .wapi directory was the answer. I did that and it worked. Thanks guys ...chap On Wed, 2004-05-12 at 07:40, Fred Blaise wrote: Hello all I had to hard reboot my system, and since then, when I compile (mcs) or run

Re: [Mono-list] offtopic, but cool

2004-05-12 Thread Cory Nelson
Yea I thought of that, but doing so made it take twice the time: listrect* rl; for(int i=0; i100; i++) { rect *r=new rect; r-x=i; r-y=i; r-width=i; r-height=i; rl.push_back(r); } - Original Message - From: Cesar Mello [EMAIL

RE: [Mono-list] offtopic, but cool

2004-05-12 Thread Dan
Cory, I'm curious, did you compare the IL to see whats different? -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lluis Sanchez Sent: Wednesday, May 12, 2004 9:17 AM To: Cesar Mello Cc: Cory Nelson; mono-list Subject: Re: [Mono-list] offtopic, but

[Mono-list] Firebird Connection

2004-05-12 Thread eric . lemoine
Hi, I tried to acces data from Firebird on Linux with Mono 0.91 but I got a Firebird Exception: Unhandled Exception: FirebirdSql.Data.Firebird.FbException: Unable to complete network request to host localhost. in 0x000d0 FirebirdSql.Data.Firebird.FbDbConnection:Connect () in 0x0004f (wrapper

Re: [Mono-list] offtopic, but cool

2004-05-12 Thread Cesar Mello
Hi Cory! yeap you're right! I didn't notice the struct was small. I'd like to see the struct you used in the C++ sample if possible (just 4 ints?) I'll do the same benchmark later when I get home, and try with different compilers and allocators. Pretty interesting! Best regards, Mello Cory

Re: [Mono-list] offtopic, but cool

2004-05-12 Thread Cory Nelson
The only difference is the ArrayList requires boxing to Object. ArrayList: L_002a: newobj instance void [System.Drawing]System.Drawing.Rectangle::.ctor(int32, int32, int32, int32) L_002f: box [System.Drawing]System.Drawing.Rectangle L_0034: callvirt instance int32

Re: [Mono-list] Firebird Connection

2004-05-12 Thread Pavol STREK PS
Hi, try 127.0.0.1 as server... p. [EMAIL PROTECTED] wrote: Hi, I tried to acces data from Firebird on Linux with Mono 0.91 but I got a Firebird Exception: Unhandled Exception: FirebirdSql.Data.Firebird.FbException: Unable to complete network request to host localhost. in 0x000d0

Re: [Mono-list] Firebird Connection

2004-05-12 Thread Enver ALTIN
On Wed, 2004-05-12 at 16:49 +0200, [EMAIL PROTECTED] wrote: Unhandled Exception: FirebirdSql.Data.Firebird.FbException: Unable to complete network request to host localhost. Are you sure you have it running? Can you access the firebird server using isql? -- __ | | |

[Mono-list] Newbie: Where to start

2004-05-12 Thread Leonard Tulipan
Hi there! I've been following what you're doing for a little while now. My background: I know C and C++ but do most my stuff with php, bash and perl (all scripting) at the moment. I also found a lot of info on the go-mono website. But tutorials are not really available. My aim is to make a

RE: [Mono-list] Might this be a bug?

2004-05-12 Thread Ellis, Edward
Adding a mapping to /etc/mono/config worked for me! Thanks! J. Edward Ellis Battelle, Pacific Northwest National Laboratory (509) 375-3627 office (509) 521-6361 cell (509) 372-4725 FAX mailto:[EMAIL PROTECTED] -Original Message- From: Iain McCoy [mailto:[EMAIL PROTECTED] Sent:

RE: [Mono-list] Problem installing mono

2004-05-12 Thread Rodolfo Campero
Inline... From: Werner Kratochwil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Mono-list] Problem installing mono Date: Tue, 11 May 2004 10:24:17 +0200 Hi! I tried to install mono on my Linux 9.0 system today. But I got the following dependency error: Failed dependencies: mono-posix

[Mono-list] Building from CVS: gmcs.exe not found

2004-05-12 Thread Andrew Arnott
I downloaded CVS yesterday, and updated it this morning. I ran from the cvs\mono directory: ./autogen.sh prefix=/usr ./make fullbuild My mono files are found in /usr/bin/mono, etc. So I believe the prefix above is correct. But the build fails with the error below. It appears that

[Mono-list] Mono Virtual Hosts

2004-05-12 Thread Andrew Arnott
Does CVS fix the Virtual Hosts problem yet? I want to host multiple Mono web sites, as opposed to merely virtual directories. Here is someones hack that supposedly fixes it. Just wondering if its in CVS yet. http://www.gotmono.com/cgi-bin/yabb/YaBB.pl?board=ASPX;action="">

Re: [Mono-list] Mono Virtual Hosts

2004-05-12 Thread Jonathan Stowe
On Wed, 2004-05-12 at 17:30, Andrew Arnott wrote: Does CVS fix the Virtual Hosts problem yet? I want to host multiple Mono web sites, as opposed to merely virtual directories. Here is someones hack that supposedly fixes it. Just wondering if its in CVS yet. It's not in the CVS no. I would

[Mono-list] SQLDataReader error

2004-05-12 Thread Ellis, Edward
I get the following error: ** (GetAnalysisTime_C.exe:31073): WARNING **: Missing method get_HasRows in assembly /home/d3j409/GetAnalysisTime_C.exe typeref index 26 ** ERROR **: file mini.c: line 3191 (mono_method_to_ir): assertion failed: (cmethod) aborting... Aborted I believe it is caused by

Re: [Mono-list] Bus error xsp-0.13 [was: Problems with xsp-0.12 tarball?]

2004-05-12 Thread mono
Well, I'm glad I'm not the only one then. I thought I did everything properly. I'm going to play around with the build of mono-0.91 tonight if I get the chance. I'm really eager to write some cross platform asp.net classes. I worked for a MS based hosting company and asp.net is our primary

Re: [Mono-list] SQLDataReader error

2004-05-12 Thread Jonathan Stowe
On Wed, 2004-05-12 at 18:27, Ellis, Edward wrote: I get the following error: ** (GetAnalysisTime_C.exe:31073): WARNING **: Missing method get_HasRows in assembly /home/d3j409/GetAnalysisTime_C.exe typeref index 26 ** ERROR **: file mini.c: line 3191 (mono_method_to_ir): assertion failed:

Re: [Mono-list] Firebird Connection

2004-05-12 Thread Carlos Guzmán Álvarez
Hello: I use Firebird NET Provider 1.6 Beta3 (Sources compiled with Mono 0.91) and a connection string like this one: string connectionString = Database=/opt/firebird/examples/employee.fdb; + User=SYSDBA; + Password=Password; + Dialect=3; + Server=localhost; I have done

[Mono-list] NAnt config file framework problem with mono 0.91.99

2004-05-12 Thread GUnit
The latest CVS version fixed the problem with the NAnt config file encoding. Thx. I am now getting the following error when trying to build with NAnt: The current runtime framework 'mono-1.0' is not correctly configured in the NAnt configuration file. This configuration file worked under mono

Re: [Mono-list] NAnt config file framework problem with mono 0.91.99

2004-05-12 Thread Gert Driesen
- Original Message - From: GUnit [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 7:25 PM Subject: [Mono-list] NAnt config file framework problem with mono 0.91.99 The latest CVS version fixed the problem with the NAnt config file encoding. Thx. I am now getting

Re: [Mono-list] .NET ORB using Java

2004-05-12 Thread Jonathan Pryor
On Wed, 2004-05-12 at 03:37, Vibhu Sharma wrote: Hi Here is what we are thinking of doing... 0. Take a Java implementation of some ORB - say OpenORB. 1. Take the sources [.java files] and compile them in J# to get a .NET implementation. Alternate solution: Compile the .java files with a

[Mono-list] Mono for Windows

2004-05-12 Thread Roberto J. Dohnert
I read somewhere that Evolution 2.0 will be available for the Windows OS. My question is that if this is true and not a rumor to get hopes up will it be developed using Mono and will the average user need Mono to be installed to use it. Also is there any plans to port MonoDevelop to Windows?

Re: [Mono-list] Newbie: Where to start

2004-05-12 Thread Erik Dasque
Corey, the monkey guide is what you need. Right now it's been taken offline for maintenance. What OS do you use ? If you use Windows, you can follow http://www.codeproject.com/csharp/hellomono.asp . I am not sure the installation part is up to date as we fixed a lot of ENV variable type