[Mono-dev] Portable phone apps

2010-02-22 Thread James Mansion
Is it really going to be that case that the ONLY way to write a mobile phone app once so that it can run on Winphone 7 and iPhone and Linux mobile and Android, will be to use mono/silverlight for the non-MS platforms? Oh dear, oh dear, oh dear ;-)

Re: [Mono-dev] Portable phone apps

2010-02-22 Thread Vadivel Kumar
Dream answer is YES On Mon, Feb 22, 2010 at 2:00 PM, James Mansion ja...@mansionfamily.plus.com wrote: Is it really going to be that case that the ONLY way to write a mobile phone app once so that it can run on Winphone 7 and iPhone and Linux mobile and Android, will be to use

[Mono-dev] POP3 and .NET

2010-02-22 Thread pfj
Hi, Is pop3 supported in any of the native .NET/mono libraries? I've googled around and found them on Server2003 namespaces (microsoft.server.bistalk) but nowhere else. TTFN Paul -- View this message in context: http://n4.nabble.com/POP3-and-NET-tp1564517p1564517.html Sent from the Mono -

Re: [Mono-dev] POP3 and .NET

2010-02-22 Thread Damien
Hi, If you want to do pop3 (and mail related) communication, you can take a look at Lumisoft Net library : http://www.lumisoft.ee/lsWWW/Download/Downloads/Net/ There are Pop3 server and client classes, with mail handling classes... Have fun ;) Damien 2010/2/22 pfj pjohns...@uclan.ac.uk Hi,

[Mono-dev] MaxOS: WSDL proxy generation for WCF service running on Windows

2010-02-22 Thread cw
Environment: WCF service implemented using .Net 3.5, running on windows machine in local network. Client shall be generated for mono on MacOS. If URL of WebService is opened in Firefox the WSDL is displayed. If wsdl is executed on Mac (wsdl http://url-of-my-wsdl) the following error is

Re: [Mono-dev] Portable phone apps

2010-02-22 Thread Jonathan Pryor
On Mon, 2010-02-22 at 08:30 +, James Mansion wrote: Is it really going to be that case that the ONLY way to write a mobile phone app once so that it can run on Winphone 7 and iPhone and Linux mobile and Android, will be to use mono/silverlight for the non-MS platforms? Looks like it, but

Re: [Mono-dev] MaxOS: WSDL proxy generation for WCF service running on Windows

2010-02-22 Thread Atsushi Eno
You might want to check if your server machine is accessible from your client machine by, for example, wget. Atsushi Eno On 2010/02/23 2:21, cw wrote: Environment: WCF service implemented using .Net 3.5, running on windows machine in local network. Client shall be generated for mono on

Re: [Mono-dev] ir instructions.

2010-02-22 Thread Rodrigo Kumpera
On Sat, Feb 20, 2010 at 2:07 AM, Jerry Maine - KF5ADY crashfou...@gmail.com wrote: Rodrigo: I remember you talking about instead of having marcos and defines describe certain attributes of IR instructions, having them be defined in a single data structure like what is done for when calling

Re: [Mono-dev] ir instructions.

2010-02-22 Thread Zoltan Varga
Hi, LLVM's tablegen is designed for exactly this purpose, to reduce repetition. It doesn't generate code in a general way, it has plugins which take the information from the .td files and generate code in any format they like, so it could be used for generating our cpu-X.h files for example, the

Re: [Mono-dev] ir instructions.

2010-02-22 Thread Rodrigo Kumpera
Later versions (as of 2.6) of tablegen makes it easier to take it out of LLVM and make it a standard alone tool. We could even import it into our repository. On Mon, Feb 22, 2010 at 11:36 PM, Zoltan Varga var...@gmail.com wrote: Hi, LLVM's tablegen is designed for exactly this purpose, to