• Welcome to Valhalla Legends Archive.
 

Compilation

Started by GoSuGaMING, March 22, 2004, 07:34 AM

Previous topic - Next topic

GoSuGaMING

Does the compilation factors change from 6.0 to .net? i heard u can compile for different os's

K

The .NET Platform is a Virtual Machine, just like the Java VM.  As such, .NET code can run on any platform with a .NET Framework installed.   In practice, this is limited to Windows, although the mono project (http://www.go-mono.net) has implemented much of the framework on on the Linux platform.

MyndFyre

Don't forget Microsoft's Shared Source CLI that implements much of the .NET Framework on Windows XP, FreeBSD and Mac OS X 10.2.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

GoSuGaMING

but the linux platform for programing is differernt than if you were to program for windows correct?

MyndFyre

Quote from: GoSuGaMING on March 22, 2004, 03:11 PM
but the linux platform for programing is differernt than if you were to program for windows correct?

No, not with the .NET platform.  As with Java, .NET code is compiled to something called "Intermediary Language" (Java's equivalent is Bytecode).  As long as the runtime exists on the target computer (in this case the .NET platform, the Mono project, or the Shared Source CLI), you can potentially run a .NET program compiled on any platform on any other platform.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

GoSuGaMING

oh, but the user would have to download the .net platform for the program to run is what your saying?