Re: [Mono-list] List administrator?

2008-01-02 Thread Paolo Molaro
On 12/28/07 Jon Cosby wrote: > Who's managing the mailing lists? I tried sending email to "mailman" and > "list-admin" but they were both returned due to "unknown user". For most list you can send mail to me: in general the mailman web page has a list of admin addresses in each list page (though n

[Mono-list] UnmanagedFunctionPointer as out parameter from native function causes failed assertion

2008-01-02 Thread Lars Hagström
Hi, I'm trying to pass a function pointer as an out parameter from a native shared library. In the attached program there is a small shared library that has one GetCallback function that returns a callback function, and one that passes it as an out parameter. The version that just returns it work

[Mono-list] Looking for an mplayer (or similar) wrapper

2008-01-02 Thread Oli Warner
I've just moved to Linux and I'm not happy with the state of video players. I'm quite familiar with C# so I thought I'd have a crack at making a player for myself, but in order to do so I'm going to need something I can push the actual video rendering off onto - preferably something that can ha

Re: [Mono-list] Looking for an mplayer (or similar) wrapper

2008-01-02 Thread Arx Cruz
gnome-subtitles have a good work using mplayer with c#/mono On Jan 2, 2008 3:29 PM, Oli Warner <[EMAIL PROTECTED]> wrote: > I've just moved to Linux and I'm not happy with the state of video > players. I'm quite familiar with C# so I thought I'd have a crack at > making a player for myself, but i

Re: [Mono-list] Looking for an mplayer (or similar) wrapper

2008-01-02 Thread Oli Warner
Super! Yeah they use GStreamer (which I completely forgot all about) and there's a GStreamer-sharp mono project! http://www.mono-project.com/Gstreamer Fantastic! Thank you for your help. Arx Cruz wrote: gnome-subtitles have a good work using mplayer with c#/mono On Jan 2, 2008 3:29 PM, Oli W

Re: [Mono-list] Looking for an mplayer (or similar) wrapper

2008-01-02 Thread Andrés G. Aragoneses [ knocte ]
Oli Warner escribió: > Super! Yeah they use GStreamer (which I completely forgot all about) and > there's a GStreamer-sharp mono project! > > http://www.mono-project.com/Gstreamer > > Fantastic! Thank you for your help. > Wasn't Gstreamer# died? BTW, there's also a very interesting discussion

[Mono-list] SharpOS 0.0.1 Release

2008-01-02 Thread William Lahti
'm happy to announce that we have released version 0.0.1 of SharpOS, including our AOT compiler and a basic kernel with an interactive shell. This is a proof of concept release intended to gather awareness, support and participation from community members, so if you are interested in working on thi

[Mono-list] Fedora 8 Install Issue

2008-01-02 Thread John Lucas
I am trying to install mono 1.2.6 on FC 8. When I try to install libgdiplus, I get a dependency error- libexif.so.9 is needed by package libgdiplus. I currently have mono 1.2.5 installed. I tried a couple of things: 1. Downloaded the libexif.la, libexif.so.9, and libexif.so.9 , and put them in my

[Mono-list] GUI and virtual grid for new desktop application

2008-01-02 Thread Andrus Moor
I'm planning to create new ERP desktop application which must run in Windows, Linux and Mac. I'm planning to develop in Windows using C# Express 2008 Preferred requirement is virtual grid. This grid should displays screenful of data from a large tables using npgsql . When user uses page up/down

[Mono-list] Running CGI on XSP2

2008-01-02 Thread Danny Waite
Hi guys, Is there anyway to do that? Regards, Danny___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Running CGI on XSP2

2008-01-02 Thread Vasili Sviridov
You should probably do it in a mixed apache/xsp way. I.e. proxy all ASP stuff to XSP and let apache handle all cgi requests. Regards, V. Danny Waite wrote: > Hi guys, > > Is there anyway to do that? > > Regards, > Danny > --

Re: [Mono-list] Running CGI on XSP2

2008-01-02 Thread Danny Waite
Thanks Vasili, I was hoping to avoid apache as this is embedded device, I guess I might aswell run mod_mono if that is the case? Regards, Danny > Date: Wed, 2 Jan 2008 15:35:33 -0800 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: mono-list@lists.ximian.com > Subject: Re: [Mono-list] Ru

Re: [Mono-list] Running CGI on XSP2

2008-01-02 Thread Vasili Sviridov
Hmm, then you might try something more lightweight, that does support CGI's. Maybe something along the lines of nginx, or some other minimalist proxy server. I have no idea which ones support CGI, but there's bound to be some :) V. Danny Waite wrote: > Thanks Vasili, > > I was hoping to avoid a

Re: [Mono-list] Running CGI on XSP2

2008-01-02 Thread Danny Waite
Yeah, I was hoping to support both in 1 web server, something like FastCGI in reverse :-) Thanks for your help anyway Vasili. > Date: Wed, 2 Jan 2008 16:43:59 -0800 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: mono-list@lists.ximian.com > Subject: Re: [Mono-list] Running CGI on XSP2

Re: [Mono-list] Looking for an mplayer (or similar) wrapper

2008-01-02 Thread Dewan Hrishikesh
but do u think gstreamer is able to do all the things that a modern player can do. i was also thinking in the same line of replacing these players with a new one . On Jan 3, 2008 12:30 AM, "Andrés G. Aragoneses [ knocte ]" <[EMAIL PROTECTED]> wrote: > Oli Warner escribió: > > Super! Yeah they

Re: [Mono-list] Looking for an mplayer (or similar) wrapper

2008-01-02 Thread Miguel de Icaza
> Wasn't Gstreamer# died? BTW, there's also a very interesting discussion > on Banshee list about doing a replacement: MonoMedia [1]. Aaron did some work on GStreamer# which was significantly cleaned up, but as far as I know, the code is burried under some subdirectory somewhere because he felt

Re: [Mono-list] Looking for an mplayer (or similar) wrapper

2008-01-02 Thread Dewan Hrishikesh
miguel, do u think that mono now requires a good tutorial (much like msdn ) on the remarkable things that it already has, i feel that it would cut the cost down to learn and use mono in many practical situations. thanks dewan On Jan 3, 2008 11:40 AM, Miguel de Icaza <[EMAIL PROTECTED]> wrote: > >