[Mono-dev] The beta version of ADO.NET provider for MaxDB database

2006-08-06 Thread Dmitry Key
Hi! I am currently working on an ADO.Net Provider for MaxDB that is registered in the SourceForge.net (see http://sourceforge.net/projects/maxdbprovider). The binaries are compiled for Net-1.1, Net-2.0 and Mono-1.0. Since the ADO.NET 2.0 is still in the development phase I can not build version

Re: [Mono-dev] UI Automation?

2006-08-06 Thread Nagappan
Hi Pablo, If you are writing GTK# based application, then you can use LDTP (http://ldtp.freedesktop.org) for GUI automation. Thanks Nagappan pablosantosluac wrote: > Hi, > > Is there any plans to include UI Automation on mono? Any other way to get > similar functionality? > > pablo > >

[Mono-dev] Mono for windows Help!

2006-08-06 Thread Ronnie Pyne
Hi, I've been assigned the task of developing an asp.net application on the mono+xsp platform (windows based), and am having trouble configuring my server. I can run the test servers fine and the asp in the test folders works great when running the test servers, however i am totally in the dark

[Mono-dev] local file based EventLog implementation

2006-08-06 Thread Atsushi Eno
Hi, During a consultation with a local customer I recently noticed that we don't have EventLog implementation, while a basic framework has existed for years, which was intended to have some different implementations. Hence I implemented pretty simple stupid one, which works only for local machine.

Re: [Mono-dev] Where is System.Windows.Forms?

2006-08-06 Thread Cory Foy
Peter Dennis Bartok wrote: > They're in the mcs module, path mcs/class/Managed.Windows.Forms Aha. Much appreciated! -- Cory Foy http://www.cornetdesign.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailma

Re: [Mono-dev] Where is System.Windows.Forms?

2006-08-06 Thread Peter Dennis Bartok
They're in the mcs module, path mcs/class/Managed.Windows.Forms Peter - Original Message - From: "Cory Foy" <[EMAIL PROTECTED]> To: Sent: Sunday, August 06, 2006 12:27 Subject: [Mono-dev] Where is System.Windows.Forms? > Silly question, but I can't seem to find the source for > Syste

[Mono-dev] Where is System.Windows.Forms?

2006-08-06 Thread Cory Foy
Silly question, but I can't seem to find the source for System.Windows.Forms anywhere. I downloaded the sources for mono and other platforms like gtksharp. Can somebody thump me upside the head and point me to where the code is? Thanks! -- Cory Foy http://www.cornetdesign.com

[Mono-dev] UI Automation?

2006-08-06 Thread pablosantosluac
Hi, Is there any plans to include UI Automation on mono? Any other way to get similar functionality? pablo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] mcs bug

2006-08-06 Thread Jeroen Frijters
Hi Marek, I spent quite a bit of time crafting a small repro, which I don't mind doing, but I'm not about to waste my time wrestling with bugzilla. Regards, Jeroen > -Original Message- > From: Marek Safar [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 06, 2006 12:10 > To: Jeroen Frijt

Re: [Mono-dev] mcs bug

2006-08-06 Thread Marek Safar
Hello Jeroen, Yes, it is mcs/gmcs bug. Please, fill a bug report on bugzilla.ximian.com Thanks, Marek > I ran into a bug in mcs. The program below obviously should print 42, > but it prints 0, because mcs reuses loc.0 for two different things > within the same expression. > > Regards, > Jeroen >

Re: [Mono-dev] Array.BinarySearch bug?

2006-08-06 Thread Michael Hutchinson
On 8/5/06, Alexander Concha <[EMAIL PROTECTED]> wrote: > According to [1] it seems like Array.BinarySearch is "broken". > > Regards > > [1] > http://googleresearch.blogspot.com/2006/06/extra-extra-read-all-about-it-nearly.html http://lists.ximian.com/pipermail/mono-devel-list/2006-June/018715.htm