[Mono-devel-list] Access violation after exiting a mono app with an open StreamWriter (latest builds)

2005-04-25 Thread Andrew Gleave
Hi, We have an app that uses a StreamWriter to write logging and debugging info to a file. If I terminate the app (Ctrl -c) when it is running, then re-launch it, I get an access violation/sharing violationwhen the StreamWriter is created. I can't seem to remember this being an issue,

[Mono-devel-list] error running form - System.Windows.ThemeEngine

2005-04-25 Thread Doug
Using mono 1.1.6, I tried running a simple basic windows form and got the following. # mono monotest.exe Mono System.Windows.Forms Assembly [Revision: 41731; built: 2005/2/15 5:56:12] Keyboard: VNC keyboard layout Unhandled Exception: System.TypeInitializationException: An exception was thrown

[Mono-devel-list] Generics error

2005-04-25 Thread Ben Maurer
Hey, I got this on an incremental build MONO_PATH=../../class/lib/net_2_0:$MONO_PATH /home/builder/msvn/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:618 /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /debug+ /r:Mono.Security.dll

Re: [Mono-devel-list] error running form - System.Windows.ThemeEngine

2005-04-25 Thread Peter Dennis Bartok
Well, it seems that System.Drawing cannot find/load any matching font. Try taking VNC out of the picture and see if that makes a difference. Cheers, Peter -Original Message- From: Doug [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Date: 25 April, 2005 10:15 Subject:

[Mono-devel-list] Re: removing the vnc keyboard

2005-04-25 Thread Peter Dennis Bartok
You're not using vnc? Is this on Solaris? Are you using the console? What are your versions (Mono, libgdiplus, OS)? Let's move this to the [EMAIL PROTECTED] list, mono-devel is not the right place. Peter -Original Message- From: Doug [EMAIL PROTECTED] To: Peter Dennis Bartok [EMAIL

Re: [Mono-devel-list] Building gtk-sharp from Recent svn

2005-04-25 Thread Mike Kestner
On Sun, 2005-04-24 at 15:34 -0700, Joe Audette wrote: /.libs/libgtk-x11-2.0.so: undefined reference to `g_option_group_add_entries' /.libs/libgtk-x11-2.0.so: undefined reference to `g_return_if_fail_warning' Looks like you need glib 2.6, although I'm surprised you could build pango-1.8

[Mono-devel-list] Heads up: Full rebuild required for all 2.x assemblies

2005-04-25 Thread Martin Baulig
[This only affects those of you who're using GMCS / .NET 2.x things from latest SVN - nothing has changed for MCS and .NET 1.x] Hi guys, just upgraded the metadata file format to the latest .NET 2.x version - the one which is used by the latest Visual Studio 2005 Beta 2. This means that if you

[Mono-devel-list] Can I use Microsoft's DLL's on the Win32 platform?

2005-04-25 Thread Pete Gonzalez
Hello, I am just getting started with Mono on Windows XP. I built a very simple HelloWorld.exe using Visual Studio, then I clicked on the Mono-1.1.6 Command Prompt and typed mono HelloWorld. When my form appeared, the GUI did not look quite right, which is a little surprising since it's just

[Mono-devel-list] Strange error with mod_mono

2005-04-25 Thread Rogerio Pereira
Sometimes i'm getting a 404 errors with my webapps, here's my configurations: mono (mono 1.1.6.9 / mcs 1.1.5.0): ./configure --prefix=/opt/mono --sysconfdir=/etc --with-preview=yes mod_mono (1.0.7.0): ./configure --prefix=/usr/local/services/apache/bin/apxs xsp (1.0.7.0): ./configure

Re: [Mono-devel-list] Can I use Microsoft's DLL's on the Win32 platform?

2005-04-25 Thread Jordi Mas
El dl 25 de 04 del 2005 a les 15:17 -0400, en/na Pete Gonzalez va escriure: Hello, I am just getting started with Mono on Windows XP. I built a very simple HelloWorld.exe using Visual Studio, then I clicked on the Mono-1.1.6 Command Prompt and typed mono HelloWorld. When my form

Re: [Mono-devel-list] Can I use Microsoft's DLL's on the Win32 platform?

2005-04-25 Thread Pete Gonzalez
Miguel de Icaza wrote: You wont be able to assemblies that come from the .NET framework with Mono. Many of these assemblies use internal calls to the virtual machine, and are hence non-portable or use COM which is not supported by Mono. Third party libraries will work, but you need to look at its

Re: [Mono-devel-list] Can I use Microsoft's DLL's on the Win32 platform?

2005-04-25 Thread Miguel de Icaza
Hello, Is it reasonable to assume that cases of internal calls and using COM are always accompanied by the text string MethodImplOptions.InternalCall in the MSIL? If so, then I did a quick search for InternalCall in my application's DLL's, and other than a couple COM interfaces in