Re: [Mono-list] Interop Utility

2005-11-30 Thread Jonathan Pryor
On Wed, 2005-11-30 at 18:10 -0500, Abe Gillespie wrote: > I seem to remember there was something lightweight out there where you > might choose just one function in a C library and the utility would > write the function declaration for you. Am I making this up? I haven't seen such a utility, larg

[Mono-list] Ideas on prj2make

2005-11-30 Thread Simon
Hello all.   During my quest to port my VS.NET winforms application to Mono I have run into a few issues which I thought I would document here. I thought I would throw my ideas here to be on the record and also spur some discussions.   Basically Mono class library is getting much much better

[Mono-list] Re: Direct DBF Access?

2005-11-30 Thread Abe Gillespie
I couldn't find what I wanted so I created my own ... this code relies heavily on the monoGIS project. Depends on the ShapeLib library. No warranty, blah, blah. Also, no comments. :) Enjoy. -Abe using System; using System.Runtime.InteropServices; using System.Text; using System.IO; public

[Mono-list] How to compile app using Gecko# on Windows

2005-11-30 Thread Martynas Jocius
Hello, I'm a Linux developer having the task to compile C# application that uses Gecko# bindings on WindowsXP. The application compiles and runs fine on Linux, but I have problems on Windows. The only tutorial I found is http://www.novell.com/coolsolutions/feature/14918.html, but it doesn't help m

RE: [Mono-list] REST.NET - REST Web Services for ASP.NET

2005-11-30 Thread Jon Gilkison
Well if you look at integrating Flash with a backend, AJAX in the browser, etc. you'll see there is a need for something simpler than SOAP if you want to jump on that "Web 2.0" bandwagon. While my library isn't REST in the purest sense, it does solve the problem of exposing a web based API through

Re: [Mono-list] Interop Utility

2005-11-30 Thread Abe Gillespie
I seem to remember there was something lightweight out there where you might choose just one function in a C library and the utility would write the function declaration for you. Am I making this up? Thanks. -Abe On 11/30/05, Helge Lenuweit <[EMAIL PROTECTED]> wrote: > You may want to look at SW

Re: [Mono-list] Interop Utility

2005-11-30 Thread Chris Turchin
For glib/GObject based APIs you should take a look at GAPI: http://www.mono-project.com/GAPI --chris On Wed, 2005-11-30 at 17:32 -0500, Abe Gillespie wrote: > Is there a utility out there that helps create the bindings to C > library? By that I mean something that autogenerates the necessary >

Re: [Mono-list] Interop Utility

2005-11-30 Thread Helge Lenuweit
You may want to look at SWIG: http://www.swig.org/ Regards, Helge Abe Gillespie wrote: Is there a utility out there that helps create the bindings to C library? By that I mean something that autogenerates the necessary function with [DllImport] decoration. Thanks. -Abe __

[Mono-list] Interop Utility

2005-11-30 Thread Abe Gillespie
Is there a utility out there that helps create the bindings to C library? By that I mean something that autogenerates the necessary function with [DllImport] decoration. Thanks. -Abe ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.xim

[Mono-list] Re: Validation of XML

2005-11-30 Thread Robert Jordan
The problem is that i have a DTD file that it's ok, work fine with xmllint validation program. but my implementation with DTD Validation don't work with mono. I decide to work with XSD validation schema and work fine for me. Now i can validate a xml against XSD schema file very well with mono.

[Mono-list] Re: Validation of XML

2005-11-30 Thread Robert Jordan
Hi, The problem is that i have a DTD file that it's ok, work fine with xmllint validation program. but my implementation with DTD Validation don't work with mono. I decide to work with XSD validation schema and work fine for me. Now i can validate a xml against XSD schema file very well with mo

Re: [Mono-list] Using Mono to Access WMI on Remote Windows Machine

2005-11-30 Thread Sebastien Pouliot
Hello Bob, On Wed, 2005-11-30 at 10:57 -0800, Bob Ingraham wrote: > Hi, > > I am trying to find a way to have a Linux box obtain WMI information from > Windows machines. > > Unfortunately, MicroSoft's WBEM implementation (WMI) uses DCOM as the > transport and and I've only found one commercial D

[Mono-list] Validation of XML

2005-11-30 Thread Herman Vega
Hi All... I need to validate an Xml content and I have two ways: * Using DTD file. * Using XSD schema file. The problem is that i have a DTD file that it's ok, work fine with xmllint validation program. but my implementation with DTD Validation don't work with mono. I decide to work with XSD val

[Mono-list] Direct DBF Access?

2005-11-30 Thread Abe Gillespie
Anyone have a way to access DBF files w/o going through ADO.NET (and as far as I can tell this option's only available on Windows going through an ODBC connection)? Specifically, I only really need header access to inspect the table structure. There is this: http://www.c-sharpcorner.com/Code/2002

Re: [Mono-list] suse8.0

2005-11-30 Thread José Alexandre Antunes Faria
Hi there, I have to tell you this, if you need oracle 9i, it runs on SUSE 10. I have it running. Some things don't work, but the database does. Regarding mono, I have to be honest, I had Suse 8.2 installed and because of dependency hell to install mono, I had to switch to gentoo. Suse 10 is free

Re: [Mono-list] Sqlite Client

2005-11-30 Thread Ecmel Ercan
I am using Mono 1.1.10_1 installer on Ubuntu 5.10. This should be the latest official release. using System; using System.Data; using Mono.Data.SqliteClient; public class TestSqlite { public static void Main (string[] args) { string connString = "version=3,URI=file:test.db";

[Mono-list] Validation of XML

2005-11-30 Thread Herman Vega
Hi All... I need to validate an Xml content and I have two ways: * Using DTD file. * Using XSD schema file. The problem is that i have a DTD file that it's ok, work fine with xmllint validation program. but my implementation with DTD Validation don't work with mono. I decide to work with XSD val

[Mono-list] Using Mono to Access WMI on Remote Windows Machine

2005-11-30 Thread Bob Ingraham
Hi, I am trying to find a way to have a Linux box obtain WMI information from Windows machines. Unfortunately, MicroSoft's WBEM implementation (WMI) uses DCOM as the transport and and I've only found one commercial DCOM library for Linux (SoftwareAG). MS's WMI specs also say that you can use .NE

Re: [Mono-list] Looking for a job

2005-11-30 Thread Abe Gillespie
I'll pay you to stop posting nonsense like this.  On second thought, just don't post nonsense like this. -AbeOn 11/30/05, Alexandre Gomes <[EMAIL PROTECTED]> wrote: Hello everyone, I'm looking for a job. If anyone knows if anything please tell me Thank you all. ___

[Mono-list] Looking for a job

2005-11-30 Thread Alexandre Gomes
Hello everyone, I'm looking for a job. If anyone knows if anything please tell me Thank you all. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Validation of XML

2005-11-30 Thread Herman Vega
Hi All... I need to validate an Xml content and I have two ways: * Using DTD file. * Using XSD schema file. The problem is that i have a DTD file that it's ok, work fine with xmllint validation program. but my implementation with DTD Validation don't work with mono. I decide to work with XSD val

[Mono-list] Mono Make fails in Mono 1.9.0 Woks in 1.8.3

2005-11-30 Thread Enrique Garcia Ayuda
Hi In Solaris 8 I installgcc-3.4.2-sol8-sparc-local, and libiconv-1.8-sol8-sparc-local.gz from http://www.sunfreeware.com/ the i make pkg-config-0.20.tar.gz and glib-2.9.0.tar.gz without problems when i configure mono i get error Bison needed, I make m4-1.4.3.tar.gz in /usr, no /usr/local, and t

RE: [Mono-list] ASP.NET sample page

2005-11-30 Thread Chris Aitken
> > By Changing the Codebehind to a Src mono knows to compile > the .aspx.cs > > page Just In Time. > > > Ok, thanks, that works fine. My question is: how does > apache/mod-mono-server know that the .cs file has been > changed? Does it build the assembly everytime index.aspx is > called? How