Re: [Mono-dev] New Mono.Data.Sqlite problems with UTF8 conversion on Windows

2007-06-05 Thread Marek Habersack
On Sat, 2 Jun 2007 18:27:30 +0200, Kamil Skalski [EMAIL PROTECTED] scribbled: Hello! Hello Kamil, I was trying to use the new implementation of Sqlite provider available now on mono, but I had several problems with it... First of all it failed to perform BindParameters properly when I

[Mono-dev] Log4net RemotingAppender is not working with mono

2007-06-05 Thread Hubert FONGARNAND
with the RemotingAppender you could log to a centralized remoting server... It fails with : Cannot create channel sink to connect to URL it works with MS.NET 1.1 http://bugzilla.ximian.com/show_bug.cgi?id=81811 If you take a look at :

Re: [Mono-dev] PATCH: Make Process.Start() use the same 'mono'runtime

2007-06-05 Thread Miguel de Icaza
Hello, I still prefer the environment variable approach. Are there any serious disadvantages? Here are some additional thoughts: And I still think that we will use a hardcoded value for the interpreter. - If it isn't going to work to have the code inside CreateProcess, then if it is

Re: [Mono-dev] PATCH: Make Process.Start() use the same 'mono' runtime

2007-06-05 Thread Mirco Bauer
On Mon, 2007-06-04 at 17:31 -0400, Miguel de Icaza wrote: I rather not use the environment variable, for one computing the actual program name might not be easy. I rather just hard code it to `mono' and it would be up to the user to set the path name appropriately. At least in

Re: [Mono-dev] C# Burstsort for Mono

2007-06-05 Thread Manuel de la Pena
Sounds really interesting, I would not mind to give it a shot unless someone else more experienced wants to do it. On 5 Jun 2007, at 22:12, Cetin Sert wrote: Hi... Could someone write a burstsort implementation for Mono? http:// www.sf.net/projects/burstsort,

Re: [Mono-dev] C# Burstsort for Mono

2007-06-05 Thread Cetin Sert
Thanks for your interest. I would love to be of some help if I could but I am not all that experienced myself. I'll nevertheless try to come up with something and let you know if it turns out to be usable. Cetin Sert INF 521, 4-6-2 69120 Heidelberg Germany