[Mono-list] Mono Develop

2004-01-01 Thread Blair Jennings
I have been following on Monologue for the last couple of days and really would love to help with the porting effort. I have been trying all of the current solutions but have yet to get any of them to work well (they usually have odd / outdated reqs which break everything else and are very hard

[Mono-list] suse 9 red carpet packages

2004-01-01 Thread Hugo Santos
I was wondering if there will be a Mono channel for Suse 9 i386 in redcarpet, since it's the latest version of Suse (Novell) system. thanks, hs ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Why is mono so difficult????

2004-01-01 Thread Miguel de Icaza
Hello Chris, Most of the problems that you had resulted from you trying to work around Mono's build system. To get a functional Mono, the only piece you need to compile is `mono-0.29.tar.gz', the setup is very simple: wget http://www.go-mono.com/archive/mono-0.29.tar.gz tar

Re: [Mono-list] System.Diagnostics.Debug Output

2004-01-01 Thread Jonathan Pryor
Debug and Trace output are somewhat platform specific. By default on Windows, messages are generated with the OutputDebugString Win32 API, so the messages are visible (a) inside a debugger, and (b) with the SysInternals.com DebugView utility program. By default on Unix, messages are sent to /dev/

[Mono-list] System.Diagnostics.Debug Output

2004-01-01 Thread GUSTAVO GARCIA BERNARDO
Hello, How can i enable the System.Diagnostics.Debug class Output? I compile with "mcs --define DEBUG " but i don't know where the debug output goes if it is being generated. (I'm using Mono version 0.29 under Linux) Thank you for your help. G.

Re: [Mono-list] Bonobo Components

2004-01-01 Thread Miguel de Icaza
Hello, > > > I'm looking into using Bonobo as a means of writing a program in both C > > > and C#, with C# being used for most of the higher-level work. Is this > > > possible with Mono, yet? Are there Bonobo bindings or any way to use > > > Component or anything? > > > > > > What's the state o

Re: [Mono-list] Gdk.Keyval.Name - problem (and running GNOME-apps problem as well)

2004-01-01 Thread Fredrick Nilsson
On Thu, 2004-01-01 at 18:59, Todd Berman wrote: > I believe a Console.WriteLine (args.Event.Key); will give you exactly > what you are looking for. > Yeah, that worked fine, thanks! Now, I just wonder why it didn't work in my example :) .b > --Todd > > On Thu, 2004-01-01 at 12:24, Fredrick Ni

Re: [Mono-list] Gdk.Keyval.Name - problem (and running GNOME-apps problem as well)

2004-01-01 Thread Todd Berman
I believe a Console.WriteLine (args.Event.Key); will give you exactly what you are looking for. --Todd On Thu, 2004-01-01 at 12:24, Fredrick Nilsson wrote: > Hey! > > I'm trying to retrieve the name for a key that is pressed. I'm using a > method that looks something like this (a rough example):

[Mono-list] Gdk.Keyval.Name - problem (and running GNOME-apps problem as well)

2004-01-01 Thread Fredrick Nilsson
Hey! I'm trying to retrieve the name for a key that is pressed. I'm using a method that looks something like this (a rough example): void ButtonsPressed (object o, GtkSharp.KeyPressEventArgs args) { Gdk.EventKey key = args.Event; string keyname = "

Re: [Mono-list] Mono Debian Packages

2004-01-01 Thread Alejandro Sánchez
Use http://mentors.debian.net/ On Tue, 2003-12-30 at 23:37, Pablo Fischer wrote: > Hi! > > Well, I'm creating debian packages for mono, mcs, gtksharp, xsp and > mod_mono, both 'stable' versions and CVS versions. > > For the CVS Versions I'm going to be creating new packages every Friday. > > Wh

[Mono-list] regarding bug 46609 (ApplicationBase not providing trailing directory seperator)

2004-01-01 Thread Davy Brion
Hey all, i was wondering if anyone could provide more information about bug 46609 since bugzilla appears to be down. I have some code that runs correctly on Microsoft's .NET and on mono 0.28 but it doesn't run correctly on mono 0.29 due to a call to AppDomain.CurrentDomain.SetupInformation.Applic

RE: [Mono-list] Windows build under Linux

2004-01-01 Thread Dave Rivera
Ahh, yes, had thought about trying that, but wasn't sure if it would be possible to try. Has anyone here tried mono with SFU? -Original Message- From: Rohit [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 2004 6:57 AM To: Dave Rivera; [EMAIL PROTECTED] Subject: Re: [Mono-list] Wind

[Mono-list] Precompilation on a VB Application

2004-01-01 Thread Piyush, Garyali (IE10)
Hello everybody, Does the -O=precomp on a VB application have some known problems because while I was doing it using the latest CVS code on my Linux/x86 machine, I got the following exception: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initialize

Re: [Mono-list] Windows build under Linux

2004-01-01 Thread Rohit
Try Windows Services For Unix --- Dave Rivera <[EMAIL PROTECTED]> wrote: > Is it possible to make a windows build of Mono under > Linux instead of having > to deal with Cygwin? Cygwin really seems to hate me > for some reason, and no > matter what I go, foils me at every turn in trying > to get M

[Mono-list] Why is mono so difficult????

2004-01-01 Thread Christoph Eisenmann
Hallo, a few days ago, i downloaded mono and mcs from your homepage. Compiling and Linking was no joy (missing files like bytefx.snk) But, OK fixed it. The mono seems to work. OK, so I would like to run a small test program. Nothing exiting. A form with a button which pops up a message box "Goo

[Mono-list] Installing CShar feature in eclipse 2.1.0

2004-01-01 Thread Fredrick Nilsson
Hi there! I hope this isn't off topic, if it is, please forgive me for the noice. The thing is, that I was going to try out eclipse, but I didn't get very far. I don't know if any of you have had this problem. Anyway, here's the problem: The problem occurs when I'm trying to use the "Update Mana