Re: [Mono-list] Java Convert to C#

2015-06-28 Thread marysanz
-- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4666260.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] Java Convert to C#

2014-09-12 Thread mutasim
the difference between Java and C# is the native code if the native code been programmed and add to the mono CLI that will handle all the problems , i think , all the codes will return back to C or C++ and then to the low level , -- View this message in context:

Re: [Mono-list] Java Convert to C#

2014-09-12 Thread William Ivanski
I haven't tried it myself, but I think you can run Java on Mono with IKVM ( http://www.ikvm.net). William Ivanski 2014-09-12 4:40 GMT-03:00 mutasim d_muta...@hotmail.com: the difference between Java and C# is the native code if the native code been programmed and add to the mono CLI that

Re: [Mono-list] Java Convert to C#

2014-09-12 Thread mutasim
Give the C code try , i think this where the code programmed , -- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4663841.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list

Re: [Mono-list] Java Convert to C#

2014-09-12 Thread Jonathan Pryor
On Sep 12, 2014, at 3:40 AM, mutasim d_muta...@hotmail.com wrote: the difference between Java and C# is the native code That's...one way to think of it, certainly. That's also an oversimplification: before you even get to native code, your compiler needs to emit *something*, and that something

[Mono-list] Java Convert to C#

2014-09-11 Thread mutasim
i convert java code to C# but there is a lot of error the code is connected to C directly the file that been converted : openjdk-7-fcs-src-b147-27 jun 2011 FIle: http://www.mediafire.com/download/7tg3eqw995z1a52/Java.rar -- View this message in context:

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread William Ivanski
IMO this subject is not related to this list. William Ivanski 2014-09-11 10:50 GMT-03:00 mutasim d_muta...@hotmail.com: i convert java code to C# but there is a lot of error the code is connected to C directly the file that been converted : openjdk-7-fcs-src-b147-27 jun 2011 FIle:

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread William Ivanski
IMO = In My Opinion. William Ivanski 2014-09-11 11:12 GMT-03:00 mutasim d_muta...@hotmail.com: What the mean of IMO ?? -- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4663813.html Sent from the Mono - General mailing list archive at

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread mutasim
why some of the programs in mono back to java , in java is powerful language , and also you can program java with the C# if the java is CLI -- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4663815.html Sent from the Mono - General mailing list

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread mutasim
I mean we ask yourself the question -- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4663816.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist -

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread Jonathan Pryor
On Sep 11, 2014, at 9:50 AM, mutasim d_muta...@hotmail.com wrote: i convert java code to C# but there is a lot of error the code is connected to C directly the file that been converted : openjdk-7-fcs-src-b147-27 jun 2011 Just offhand...are you aware of the semantic differences between Java