Re: [Mono-list] ".NET 3.0" misnomer

2006-08-11 Thread Jonathan Pryor
On Fri, 2006-08-11 at 14:05 -0700, reinux wrote: > Now the problem is this: if nearly all of .NET 2.0 is portable, ...which is incorrect... Seriously, there are large parts of .NET *1.1* which aren't portable. System.EnterpriseServices.dll, anyone? Hell, System.Windows.Forms isn't exactly "por

Re: [Mono-list] Drawing graphics

2006-08-11 Thread Joe Audette
yes, there's ZedGraph http://zedgraph.org/wiki/index.php?title=Main_Page Joe joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com - Original Message From: Arx Henrique <[EMAIL PROTECTED]> To: mono-list@lists.ximian.com Sent: Friday, August 11, 2006 7:0

[Mono-list] Drawing graphics

2006-08-11 Thread Arx Henrique
Hello all, Is there some application to drawing graphics (bar and pie chart) in asp.net running on mono ? Would be nice if be free too :D Cheers Arx Cruz -- "A fé remove montanhas, mas eu prefiro a dinamite" ___ Mono-list maillist - Mono-list@lists

[Mono-list] ".NET 3.0" misnomer

2006-08-11 Thread reinux
You probably know about WinFX being renamed to .NET 3.0. .NET 3.0 is being called an "additive" update, which means no breaking changes, just additional features. Now the problem is this: if nearly all of .NET 2.0 is portable, and none of .NET 3.0 is portable, and .NET 3.5 will have crucial cha

Re: [Mono-list] (no subject) (Robert Jordan)

2006-08-11 Thread tcmichals
Also you can do the following: [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi), Serializable] public struct tttString { unsafe public fixed byte Text[128];//ASCII or UNICODE string } then you use size of etc... "David Abrames" <[EMAIL PROTECTED]> wrote in message new

Re: [Mono-list] Port to symbian

2006-08-11 Thread Andreas Färber
Hi,I would like to know if somebody is working in porting mono to symbian OS.   Is there any work in progress around it?I'd be interested to hear that, too!The only related product I know of is AppForge Crossfire (http://www.appforge.com/products/crossfire/index.html), which is commercial.Mono does

[Mono-list] Port to symbian

2006-08-11 Thread Gustavo García Bernardo
Hi,   I would like to know if somebody is working in porting mono to symbian OS.   Is there any work in progress around it?   Best regards   G. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listi

Re: [Mono-list] Power Hosting for Mono

2006-08-11 Thread Robert Jordan
Hey, [EMAIL PROTECTED] wrote: > I was wondering if anyone had played around with different ways of > hosting web services. I understand the apache/mod_mono/xsp setup, but > is there anything different, or better worth looking at. I don't have > any aspx pages, everything is compiled and mere

Re: [Mono-list] Power Hosting for Mono

2006-08-11 Thread tcmichals
http://www.mono-project.com/ASP.NET Could you use HTTPListner and web services to host the services, there are some examples to do this on the web for ASP.NET, or repackage SOAP and call your service directly? <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I was wondering if an