Re: [Mono-dev] Trying to use uno binding for mono

2006-10-17 Thread Jon Chambers
In regards to using the COM Interop infrastructure to access UNO, there is 2 possibilities. I now absolutely nothing about UNO so I'm not sure which, if either, is viable.If UNO is binary compatible with COM on Windows, and XPCOM on Linux it *should* work with the COM Interop work that is almost

[Mono-dev] Trying to use uno binding for mono - OpenOffice.org

2006-10-17 Thread Daniel Morgan
Thought others might be interested. --- Hubert FONGARNAND [EMAIL PROTECTED] wrote: Subject: Re: [Mono-dev] Trying to use uno binding for mono From: Hubert FONGARNAND [EMAIL PROTECTED] To: Daniel Morgan [EMAIL PROTECTED] Date: Tue, 17 Oct 2006 18:14:51 +0200 Miguel has reproduce

[Mono-dev] Trying to use uno binding for mono

2006-10-16 Thread Hubert FONGARNAND
I've installed UNO bindings for C#/mono on my dev machine... When i try to run this public static void Main(string[] args) { Console.WriteLine(Hello World!); MainClass main=new MainClass(); main.Run(); } private void Run() { mxMSFactory = connect(); //

Re: [Mono-dev] Trying to use uno binding for mono

2006-10-16 Thread Daniel Morgan
You will not get much replies on the mono lists. Try the OpenOffice.org Ximian Edition mailing list. http://lists.ximian.com/mailman/listinfo/openoffice As far as I know, the UNO Bridge for the CLI only works on .NET/Windows. You need a special UNO Bridge for Mono which is only available via