[Mono-dev] [PATCH] System.Xml.Xsl standalone tests fix.

2008-02-13 Thread Arina Itkes
Hi Please review the patch for fixing standalone tests in System.Xml.Xsl: attribset_attribset24 and attribset_attribset40. Thanks, Arina. System.Xml.Attr.patch Description: System.Xml.Attr.patch ___ Mono-devel-list mailing list

[Mono-dev] Problem with national character set on ODBC connection

2008-02-13 Thread Torello Querci
Hi to all . I try to make an ODBC connection on windows environment. Using normal ascii character that code work fine, but if there is some national character, the result is wrong. The result is wrong only if I make a bundle, not if I use mono program_name.exe or if I use .NET. I tried both

Re: [Mono-dev] [Patch] configure.in

2008-02-13 Thread Robert Jordan
Hi C.J., C.J. Adams-Collier wrote: Hey folks, Here's a patch to turn on the big heap for systems with 8-byte pointers. Not all systems with 8-byte pointers are big. I think this should remain a manual switch. Robert ___ Mono-devel-list mailing

[Mono-dev] Announcing Gtk# release 2.10.3 and Gnome# release 2.16.1

2008-02-13 Thread Mike Kestner
We are pleased to announce version 2.10.3 of Gtk# and version 2.16.1 of Gnome# . Packages are available for supported platforms at: http://mono-project.com/Downloads Source tarballs have been uploaded to ftp.gnome.org. I'm also happy to announce a coordinated release of Gtk# for the MS runtime

[Mono-dev] Announcing Gtk# release 2.8.5

2008-02-13 Thread Mike Kestner
We are pleased to announce release 2.8.5 of Gtk#. Packages are available for supported platforms at: http://mono-project.com/Downloads Source tarball has been uploaded to ftp.gnome.org. This is a bugfix release with limited new API additions. Users of the impending mono 1.9 release should

Re: [Mono-dev] Announcing Gtk# release 2.10.3 and Gnome# release 2.16.1

2008-02-13 Thread Vladimir Dimitrov
Hello, Sorry about the stupid question but why would I use Gtk# 2.8.5 when there is Gtk# 2.10.3??? Is there any other reason than that I cannot reference and build apps against older versions of Gtk# if I don't have them installed (policies didn't work for me with VS 2005) Thanks, Vladimir

Re: [Mono-dev] Announcing Gtk# release 2.10.3 and Gnome# release 2.16.1

2008-02-13 Thread Mike Kestner
On Wed, 2008-02-13 at 22:17 +0200, Vladimir Dimitrov wrote: Hello, Sorry about the stupid question but why would I use Gtk# 2.8.5 when there is Gtk# 2.10.3??? Is there any other reason than that I cannot reference and build apps against older versions of Gtk# if I don't have them installed

Re: [Mono-dev] Instalation of mono on Debian Etch

2008-02-13 Thread Mirco Bauer
On Sat, 2008-02-09 at 21:07 +0100, Cetin Sert wrote: You can use debian unstable repos to do just that. They have all the latest stuff there. Monodevelop 0.18 or 1.0 Beta 3 too. I don't remember the address of that rep. though. Thats not recommended though for production systems.

Re: [Mono-dev] Mono 1.9.0 Preview 2 is out!!

2008-02-13 Thread Alistair Leslie-Hughes
Hi, In the Windows Installer, could an option be added so that the C:\...\Mono 1.9\bin directory be added to the system path and an other Environment variables that may be relevent? Best Regards Alistair Leslie-Hughes ___ Mono-devel-list mailing

Re: [Mono-dev] Problem with national character set on ODBC connection

2008-02-13 Thread Andreas Nahr
Don't use mkbundle in the first place. I doubt that it is able to magically embedd just the I18N resources you want (because I18N uses heavy reflection and the needed ones are not specified). If it is possible to change your database/datasource to return Unicode it might work, though. Greetings