Usage of C# on Solaris Platforms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am using .NET 2003 platform. I want to port my code developed in C#, on
Solaris 8.0. Currently I am using Bristol Wind/U 4.4 for porting the code
developed in VC++ on to Solaris 8.0. Anybody is having idea, of porting the
C# code to Solaris platform?
What are the other Cross Platform Development Compilers I can use, in case
WindU won't do that??
Regards,
 
satya said:
Hi,
I am using .NET 2003 platform. I want to port my code developed in C#, on
Solaris 8.0. Currently I am using Bristol Wind/U 4.4 for porting the code
developed in VC++ on to Solaris 8.0. Anybody is having idea, of porting the
C# code to Solaris platform?
What are the other Cross Platform Development Compilers I can use, in case
WindU won't do that??
Regards,

You can try to look at the "Mono",
http://www.mono-project.com/about/index.html,

It is Unix porting of the Dotnet. Its source code should be able to be
built in Solaris.
 
Back
Top