Re: [Mono-list] just installed mono, most basic test failed.

2015-05-13 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of David Curylo > > It's not like Java where you can blindly expect your code to run across > platforms.  More like Python or Erlang or numerous other languages and > runtimes where most of the code

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-13 Thread rantek.dk
[mailto:mono-list-boun...@lists.ximian.com] På vegne af David Curylo Sendt: 13. maj 2015 13:22 Til: Pierre-François Culand Cc: Mono-list@lists.ximian.com Emne: Re: [Mono-list] just installed mono, most basic test failed. It's not like Java where you can blindly expect your code to run a

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-13 Thread David Curylo
It’s not like Java where you can blindly expect your code to run across platforms. More like Python or Erlang or numerous other languages and runtimes where most of the code will work across platforms, but some libraries are platform-specific. WCF’s TCP binding isn’t going to work in it’s curr

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-12 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Pierre-François Culand > > Actually I observe Mono is not a fully functional and complete .Net > Framework virtual machine for Mac... It's a pity... Nothing's perfect, but for a guy who says he

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-12 Thread Pierre-François Culand
nçois -Message d'origine- De : Pierre-François Culand [mailto:p...@culand.ch] Envoyé : lundi 11 mai 2015 22:28 À : var...@ntlworld.com Objet : Re: [Mono-list] just installed mono, most basic test failed. You are right. As I wrote in my first message, the Mac on which I ran the basic tes

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-12 Thread flutos
Just as a comment, we have been using mono for the past 8 years and our app is very well spilt between client(gui) and backend server with all the client build on windows only and all the backend server compiled on windows and mono on Linux and we have about 3 to 4 million lines of back end code wi

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread covici
That is interesting, I suppose if its a console application that you could use vscode and it would compile under Linux -- although I have not gotten it to work at all under Linux, so its in early stages. Edward Ned Harvey (mono) wrote: > > From: cov...@ccs.covici.com [mailto:cov...@ccs.covici.c

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread Alex J Lennon
Hi Edward, all, On 11/05/2015 15:51, Edward Ned Harvey (mono) wrote: >> From: cov...@ccs.covici.com [mailto:cov...@ccs.covici.com] >> >> Why not use vs 2015 and vs code, supposed to work on Windows, OSX or >> Linux, although I don't know what versions of OSX they are supporting. >> I wonder how lo

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread Edward Ned Harvey (mono)
> From: cov...@ccs.covici.com [mailto:cov...@ccs.covici.com] > > Why not use vs 2015 and vs code, supposed to work on Windows, OSX or > Linux, although I don't know what versions of OSX they are supporting. > I wonder how long mono is for this world? Is that just a blatant troll? Even with .Net b

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread Miljenko Cvjetko
On 20150511 14:30 , cov...@ccs.covici.com wrote: Why not use vs 2015 and vs code, supposed to work on Windows, OSX or Linux, although I don't know what versions of OSX they are supporting. VS2015 is Visual Studio, bunch of code in c++ and still using COM technology, so this will not be ported

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread Pierre-François Culand
Thanks for your encouragements ! ;-) Actually, that's exactly what I intended to do when I installed Mono: 1) test my mono installation with basic apps. 2) test running my complex WCF/Winforms client app to see what the "partial WCF implementation" means. But since the basic HelloWinForms app di

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread covici
Why not use vs 2015 and vs code, supposed to work on Windows, OSX or Linux, although I don't know what versions of OSX they are supporting. I wonder how long mono is for this world? Edward Ned Harvey (mono) wrote: > > From: Pierre-François Culand [mailto:p...@culand.ch] > > > > I do not intend

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread Edward Ned Harvey (mono)
> Oh, you should give up now. There is no chance of simply taking a complex > app already built and developed in VS/Windows, and then straight up > launching it under mono on a different platform and expecting it to work. To REALLY get to the bottom line, just do this: You have installed the MDK

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread Edward Ned Harvey (mono)
> From: Pierre-François Culand [mailto:p...@culand.ch] > > I do not intend to develop nor compile my app on the Mac/mono. I just want > to deploy and run the already compiled WCF Winforms client .exe app with > its WCF config file to consume the WCF service. Oh, you should give up now. There is n

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-11 Thread David Burnett
On 09/05/2015 13:00, mono-list-requ...@lists.ximian.com wrote: Thanks for your answer. You probably right for the hellogtk.cs program but what about the Winforms one ? Here is the code of hellowinforms.cs: using System; using System.Windows.Forms; public class HelloWorld : Form { static publi

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-10 Thread Pierre-François Culand
Hi Edward, Thank you first for your detailed answer. You wrote: "So the big questions are - What do you want to accomplish? Are you planning to develop mono sources and contribute to mono? Or do you just want to learn mono and start doing cross-platform stuff like you were doing on .Net with VS?

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-10 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of ChipRaptor > > I compiled and ran the basic tests proposed on the mono page at > http://www.mono-project.com/docs/getting-started/mono-basics/ I recommend, forget about it unless you care - GT

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-09 Thread ChipRaptor
Thanks for your answer. You probably right for the hellogtk.cs program but what about the Winforms one ? Here is the code of hellowinforms.cs: using System; using System.Windows.Forms; public class HelloWorld : Form { static public void Main () { Application.Run (new HelloWorld ()); } public H

Re: [Mono-list] just installed mono, most basic test failed.

2015-05-08 Thread Miljenko Cvjetko
Hi It seems like You have forgotten/missed to install GTK# http://www.mono-project.com/docs/gui/gtksharp/beginners-guide/#getting-set-up You can compile it from source: https://github.com/mono/gtk-sharp If You install Xamarin.Studo (Monodevelop based IDE) everything shoudl be installed autom

[Mono-list] just installed mono, most basic test failed.

2015-05-08 Thread ChipRaptor
Hi everyone, sorry for this mono newbie question: I just installed mono (4.0.0) on an iMac running Mac OS X 10.6.8. I'm a .Net developper but I am completely new to mono... I compiled and ran the basic tests proposed on the mono page at http://www.mono-project.com/docs/getting-started/mono-basics