473,385 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Compile One, run Everywhere

Ok, I heard that C# code was supposed to run on many platforms/OS, as long
as you have the CLR installed.

Where can I download the CLR for other OS?

Thank you
Nov 15 '05 #1
4 1309
Michel,
http://www.go-mono.com has an implementation available for Linux.

Microsoft has Rotor, which will run on Win32 & BSD Unix (Mac).
http://msdn.microsoft.com/library/de...sourcecli2.asp

I understand that GNU has a port available, but I do not have a link handy.

Hope this helps
Jay

"Michel Racicot" <mi*********************@cgi.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Ok, I heard that C# code was supposed to run on many platforms/OS, as long
as you have the CLR installed.

Where can I download the CLR for other OS?

Thank you

Nov 15 '05 #2
Thank you very much! ^_^ That was exactly was I was looking for!

How good is Mono? From what I understand, assemblies like
"Microsoft.Directx" won't work... what about System.Windows.Forms?

Is there some kind of support in the CLR for OpenGL?

"Jay B. Harlow [MVP - Outlook]" <Ja********@email.msn.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Michel,
http://www.go-mono.com has an implementation available for Linux.

Microsoft has Rotor, which will run on Win32 & BSD Unix (Mac).
http://msdn.microsoft.com/library/de...sourcecli2.asp
I understand that GNU has a port available, but I do not have a link handy.
Hope this helps
Jay

"Michel Racicot" <mi*********************@cgi.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Ok, I heard that C# code was supposed to run on many platforms/OS, as long as you have the CLR installed.

Where can I download the CLR for other OS?

Thank you


Nov 15 '05 #3
100
At the moment neither MONO nor ROTOR have WindowsForms implemented.
I read on the MONO website that they seem like planing WindowsForms package.
For the ROTOR I haven't seen anything about this. WindowsForms is not in the
list of what they are planing to implement.

So, it looks like for now will only have console apps for the other
platforms.
Anyway AFAIK paltform independence has never been priority for .NET and MS

B\rgds
100

"Michel Racicot" <mi*********************@cgi.com> wrote in message
news:Os**************@tk2msftngp13.phx.gbl...
Thank you very much! ^_^ That was exactly was I was looking for!

How good is Mono? From what I understand, assemblies like
"Microsoft.Directx" won't work... what about System.Windows.Forms?

Is there some kind of support in the CLR for OpenGL?

"Jay B. Harlow [MVP - Outlook]" <Ja********@email.msn.com> wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl...
Michel,
http://www.go-mono.com has an implementation available for Linux.

Microsoft has Rotor, which will run on Win32 & BSD Unix (Mac).

http://msdn.microsoft.com/library/de...sourcecli2.asp

I understand that GNU has a port available, but I do not have a link

handy.

Hope this helps
Jay

"Michel Racicot" <mi*********************@cgi.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Ok, I heard that C# code was supposed to run on many platforms/OS, as long as you have the CLR installed.

Where can I download the CLR for other OS?

Thank you



Nov 15 '05 #4
Michel:

As far as How Good Mono is....anywhere from Superp to limited depending on
what you want to do. In a nutshell, it's very well suited to layers other
than the presentation layer. I run it on my Linux server and have a lot of
fun using it.

As far as Compile once though............ Yes, it works, provided you 'keep
it real' when programming. Don't think WinAPI calls, registry settings, and
things like ControlChars are going to port real well. Using the
Environment Namespace will do a lot to help you write agnostic code..... ie
Environment.NewLine vs. ControlChars.CrLf and the like. One cool thing I
noticed though is that since config files are XML based, you can store a
buttload of stuff in them and run it everywhere. Also, Mono is still be
worked on but so is the whole Framework. Trust me on this..go ahead and
download and play with it a little. I think you'll dig it.
"Michel Racicot" <mi*********************@cgi.com> wrote in message
news:Os**************@tk2msftngp13.phx.gbl...
Thank you very much! ^_^ That was exactly was I was looking for!

How good is Mono? From what I understand, assemblies like
"Microsoft.Directx" won't work... what about System.Windows.Forms?

Is there some kind of support in the CLR for OpenGL?

"Jay B. Harlow [MVP - Outlook]" <Ja********@email.msn.com> wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl...
Michel,
http://www.go-mono.com has an implementation available for Linux.

Microsoft has Rotor, which will run on Win32 & BSD Unix (Mac).

http://msdn.microsoft.com/library/de...us/dndotnet/ht
ml/mssharsourcecli2.asp

I understand that GNU has a port available, but I do not have a link

handy.

Hope this helps
Jay

"Michel Racicot" <mi*********************@cgi.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Ok, I heard that C# code was supposed to run on many platforms/OS, as long as you have the CLR installed.

Where can I download the CLR for other OS?

Thank you



Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Brian | last post by:
I am having a problem with namespace resolution. Example is below: Namespace MyNamespace Public Class MyClass public x as System.String end class end namespace I get the following compile...
1
by: Stanley | last post by:
I am working with Exceptions and have found a bit of a problem for me. Using the code below in Debug I get the info I want which is basically: -Line of error -Column of error -Method where error...
2
by: Brian | last post by:
I am having a problem with namespace resolution. Example is below: Namespace MyNamespace Public Class MyClass public x as System.String end class end namespace I get the following compile...
2
by: tvnaidu | last post by:
Downloaded PowerPC cross compiler tool chain for LINUX, trying to compile C / CPP file, I am getting "Floating Point exception" to compile any file, no problem with regular GCC. any idea why I am...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.