Re: [Mono-list] Problem with Oracle and Mono Charset...

2005-02-28 Thread Hubert FONGARNAND
Thank you for your fix... It works now without any problems... Just a question, do you plan to implement connection pooling on oracle client classes. I've seen that dealing with oracle database works well with mono (now) but it's much more slower than MS.NET when you open and close many connecti

Re: [Mono-list] accessing struct instance from managed code

2005-02-28 Thread Raja R Harinath
Hi, Jonathan Pryor <[EMAIL PROTECTED]> writes: > On Fri, 2005-02-25 at 14:02 -0500, Nigel Benns wrote: >> ok... this is the lowdown :) >> >> in C: >> >> struct try { >> >>int *blah; >> >> } > > In C#: > > struct try { > public System.IntPtr blah; > } Except that

Re: [Mono-list] Re: Monobundle w/o X?

2005-02-28 Thread Daniel Lopez
> Just thought I'd post an answer to my own question since nobody > answered, and I figured it out, so that those searching the archives can > save themselves the trouble. My problem was (No duh) that I was missing > glib. The difficulty was that I didn't know the package-name to install > it

Re: [Mono-list] Problem with Oracle and Mono Charset...

2005-02-28 Thread Daniel Morgan
Sure, you can implement. We accept patches. You could look at System.Data.SqlClient on how it does connection pooling. Another way is to use some OCI functions for connection pooling. So, you might have to create DllImport functions for these OCI functions. Oracle 9i Call Interface Programmer's

Re: [Mono-list] MonoBundle on Debian

2005-02-28 Thread Daniel Lopez
Hi, This is a problem with a glibc dependency on 1.1.4 TH9 build, you can take a look at : http://lists.ximian.com/archives/public/mono-list/2005-February/025984.html On Fri, Feb 25, 2005 at 12:38:07PM -0600, SigmaX wrote: > Hey; > I have a Debian Sid computer that I've been trying to run Monobu

Re: [Mono-list] monobundle with libgdiplus

2005-02-28 Thread Daniel Lopez
Hi Carl, Can you give us more details of what you are trying to accomplish? A libgdiplus.so is included with the installer, should be in the mono/lib/ directory under your installation root On Sun, Feb 27, 2005 at 03:57:39PM +0100, Carl Wistedt wrote: > I just tested to install from the monobu

Re: [Mono-list] accessing struct instance from managed code

2005-02-28 Thread Nigel Benns
Sorry for the crappy explanation, it was friday and I was tired ;) yeah... its basically a GTK+ type of idea. The structure is for ewl_window and ewl windows' struct has an EVAS object in it that i can access as window->evas; So basically I should wrap this a getter function from C# and make a C

[Mono-list] Client side validation...

2005-02-28 Thread Hubert FONGARNAND
Does someone know if client side validation will be implemented soon? There's a ton of "unimplemented exception" in baseValidator.cs... There's a lot of "ready-to-use" web component that use clientsidevalidation... and it doesn't work at all... Thanks -- Hubert FONGARNAND Fiducial IT ___

Re: [Mono-list] vhost setup and mod_mono [EMAIL PROTECTED]

2005-02-28 Thread Gonzalo Paniagua Javier
On Fri, 2005-02-25 at 09:27 +0100, Thomas Zoechling wrote: >As discussed earlier there seems to be a problem with vhosts and >mod_mono 1.0.6: >http://lists.ximian.com/archives/public/mono-list/2005-February/025900.html > >I ran into the same trouble after switching from 1.0.5 to 1.0.6 because >mo

Re: [Mono-list] Database characters encoding problem on using mod_mono

2005-02-28 Thread Gonzalo Paniagua Javier
On Sat, 2005-02-26 at 00:52 +0100, Ronan Bernabà wrote: >On using XSP web server, text data extracted from database are ok. >But on using mod_mono, special characters as accent are not correctly >extracted (wrong encoding I supposed) and are stored as '?' characters. >How can I configure mod_mono

Re: [Mono-list] Strange Error(s)

2005-02-28 Thread Gonzalo Paniagua Javier
On Sat, 2005-02-26 at 20:26 -0500, David P. Donahue wrote: >I'm getting a strange error (or, rather, pattern of errors) when I try >to load a page I wrote. Each re-load of the page returns a "Cannot find >x.dll" error, where "x" is a seemingly random 5-digit number. >Each reload of the

Re: [Mono-list] Client side validation...

2005-02-28 Thread Gonzalo Paniagua Javier
On Mon, 2005-02-28 at 16:45 +0100, Hubert FONGARNAND wrote: >Does someone know if client side validation will be implemented soon? >There's a ton of "unimplemented exception" in baseValidator.cs... >There's a lot of "ready-to-use" web component that use clientsidevalidation... >and it doesn't work

Re: [Mono-list] Client side validation...

2005-02-28 Thread Brian Bilbro
To answer the question, will it be implemented soon? Or was that paragraph another way of saying it will never be implemented? Thanks, Brian - Original Message - From: "Gonzalo Paniagua Javier" <[EMAIL PROTECTED]> Sent: Monday, February 28, 2005 2:59 PM On Mon, 2005-02-28 at 16:45 +01

[Mono-list] Mono Hosting

2005-02-28 Thread Timothy Graupmann
Someone mentioned a couple weeks ago a place that offers Mono hosting. http://monoForge.com was one. What was the other? __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo __

Re: [Mono-list] Mono Hosting

2005-02-28 Thread Joe Audette
www.grokthis.net is another oneTimothy Graupmann <[EMAIL PROTECTED]> wrote: Someone mentioned a couple weeks ago a place that offers Mono hosting.http://monoForge.com was one.What was the other?__ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone.

Re: [Mono-list] Client side validation...

2005-02-28 Thread César Lopéz Natarén
On Mon, 2005-02-28 at 15:38 -0500, Brian Bilbro wrote: > To answer the question, will it be implemented soon? Or was that paragraph > another way of saying it will never be implemented? I'll implement it. CÃsar ___ Mono-list maillist - Mono-list@li

Re: [Mono-list] Mono Hosting

2005-02-28 Thread Timothy Graupmann
Where are the www.grokthis.net servers physically located. This is the most common piece of information web hosts seem to leave out. It's always, we have the fastest web host servers anywhere... we'll if you live 100 miles from Kansas that is... ~Tim --- Joe Audette <[EMAIL PROTECTED]> wrote:

Re: [Mono-list] Client side validation...

2005-02-28 Thread Joe Audette
Cesar,   You'll be my hero if you implement it in a browser neutral way. The MS implementation seems to be IE specific. The RegularExpression and RequiredFieldValidator from MS don't work client side at all in Firefox. That would give asp.net deployments on mono an advantage.  I always do server si

Re: [Mono-list] Mono Hosting

2005-02-28 Thread Cassio R Eskelsen
www.cityhost.ca Cassio On Mon, 28 Feb 2005 12:52:48 -0800 (PST), Timothy Graupmann <[EMAIL PROTECTED]> wrote: > Someone mentioned a couple weeks ago a place that offers Mono hosting. > > http://monoForge.com was one. > > What was the other? > > > __ > Do you Y