[Mono-devel-list] Repost 3: [PATCH] Fix NullReferenceException in DataView.cs

2005-07-14 Thread Marc Haisenko
Hi folks, this is the fourth time I'm sending this patch to this list: the first post got ignored, the second time it got accepted (applied by Miguel in r36917 on 2004-12-01), then accidently reverted by Konstantin Triger in r44547 on 2005-05-16 (he managed to replace the whole file with one

RE: SPAM: RE: [Mono-devel-list] DateTime Parameters in MSSQL Server

2005-07-14 Thread Chris van Wyk
Hi, I'm already making use of a connection object as you are suggesting. With regards to the concurrency error this is what I found using the SqlHelper.UpdateDataset command: When trying to update or insert on one row the command works, but more than on row cause concurrency errors, especially

[Mono-devel-list] GraphicsPath.AddString

2005-07-14 Thread Hugo Ferreira
Heya there, I'm trying to port a web application I've made with the Microsoft .Net Framework 1.1 to Mono, so I can get rid of Windows Server 2003 and IIS, and get it running on Linux. If you guys are interested, the application is publicly available at this url http://mapas.clix.pt/. It's

[Mono-devel-list] DataView, its very weird history and its future

2005-07-14 Thread Marc Haisenko
Hi folks, while investigating DataView.cs and bugs related to it I found the history of this file to be a little weird. First a bit of background: I work for a company that works on an industry project (GUI for an industrial laser) which will run on Portable .NET (aka dotGNU). As you might

Re: [Mono-devel-list] access public fields via remoting

2005-07-14 Thread Lluis Sanchez
Hi, Can you please file a bug report in bugzilla.ximian.com and attach a simple test application we can use to reproduce the error? Thanks, Lluis. El dj 07 de 07 del 2005 a les 19:28 +0300, en/na Svetlana Zholkovsky va escriure: Sorry, my attachment is not arrived, The error is : **

Re: [Mono-devel-list] DataView, its very weird history and its future

2005-07-14 Thread Atsushi Eno
Hi Marc, I don't think it is worthy of keeping my bunch of hacky fixes in DataView (it was short term that I touched them), unless the newer implementation is extremely buggy. Even if it was, Kosta, Suresh and other Mainsoft/Novell guys would fix regressions. Lately there was a bunch of code

Re: [Mono-devel-list] DataView, its very weird history and its future

2005-07-14 Thread Marc Haisenko
On Thursday 14 July 2005 14:07, Atsushi Eno wrote: Hi Marc, I don't think it is worthy of keeping my bunch of hacky fixes in DataView (it was short term that I touched them), unless the newer implementation is extremely buggy. Even if it was, Kosta, Suresh and other Mainsoft/Novell guys

Re: [Mono-devel-list] DataView, its very weird history and its future

2005-07-14 Thread tsureshkumar
Marc Haisenko wrote: Hi folks, while investigating DataView.cs and bugs related to it I found the history of this file to be a little weird. First a bit of background: I work for a company that works on an industry project (GUI for an industrial laser) which will run on Portable .NET (aka

[Mono-devel-list] SystemColors in headless configuration

2005-07-14 Thread Andrew Skiba
Hello. SystemColors are currently implemented with hard-coded RGB values. I needed to take real colors from the system. Of course, the code is very platform dependent. So probably we cannot share the code handling different graphics environments, but we can share at least behavior on

[Mono-devel-list] mono and cyrillic symbols

2005-07-14 Thread Slava Petrenko
Hi all, I've got simple programm: using System; using System.IO; public class Server { public static int Main (string [] args) { System.Console.Write( КУКУКУ\n ); return 0; } } that code is supposed to output a string КУКУКУ\n to console, but it outputs ÐУÐУÐУ. that's wrong with that

Re: [Mono-devel-list] GraphicsPath.AddString

2005-07-14 Thread Miguel de Icaza
Hello, b) How complex will it be to implement this method? Doesn't it use libgdiplus? Is there any chance of getting it done soon? c) If my only chance is doing it by myself, is there anyone that can give me some tips to get starting? If you can find the equivalent Cairo sample, it will be

Re: [Mono-devel-list] SystemColors in headless configuration

2005-07-14 Thread Miguel de Icaza
Hello, How do you think I should handle these calls on headless configuration, supposing that when there is graphics, I return correct colors from current theme? I strongly recommend to return hardcoded values when running head-less, and extract the colors from the theme when not. Thank

Re: [Mono-devel-list] mono and cyrillic symbols

2005-07-14 Thread Slava Petrenko
Anton Andreev wrote: I am aslo intrested in your topic. Save the source as unicode and recompile, try configurating the console. console and source is already utf8 encoded, i use suse 9.3 by adding -codepage:utf8 command line argument to mcs i've already solved the problem, but i'm searching

Re: [Mono-devel-list] mono and cyrillic symbols

2005-07-14 Thread Alberto Avila
Did you tried with [EMAIL PROTECTED] language=C# compilerOptions=/codepage:utf8 % That should solve your problem Greets On 7/14/05, Slava Petrenko [EMAIL PROTECTED] wrote: Anton Andreev wrote: I am aslo intrested in your topic. Save the source as unicode and recompile, try configurating

[Mono-devel-list] poor PPC JIT output

2005-07-14 Thread Allan Hsu
Code generated by the PPC code emitter performs very poorly in comparison to the same code emitted for other platforms (most notably, x86). I had a brief conversation about this with Miguel in #mono today and he suggested that I post some examples. Preliminary profiling with Shark (a