473,386 Members | 1,715 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,386 software developers and data experts.

Cross platform

Hi

I have made a rather large and complex application for Win32. Now it
seems that the application should run on other platforms, so I'm
looking around a trying to find the best way to do this.

The application should run at Linux and Mac as a minimum. Can .net
help here, now or in the future?
Jul 21 '05 #1
3 1272
Koger <kb@prosafe.as> wrote:
I have made a rather large and complex application for Win32. Now it
seems that the application should run on other platforms, so I'm
looking around a trying to find the best way to do this.

The application should run at Linux and Mac as a minimum. Can .net
help here, now or in the future?


Just to clarify, is the application currently a .NET application? If
not, .NET isn't going to help you.

The Mono project provides a runtime and class library which will run on
Linux, Unix and Windows. I believe the idea is that "Unix" includes
Mac OS X, but I haven't tried Mono on that platform. In either case,
you'd be better off using a platform-independent GUI widget set such as
GTK# rather than using Windows Forms - the latter has really been
designed with Windows in mind. GTK# won't have the same native look, of
course, but it will be much more portable.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
No the application is written in Delphi. So I have thought about
Kylix, but that won't run on Mac OS X afaik.

But what is mono, is it a development IDE?
Is it a .net compiler?
Can it run a .net program written in MS VS.net?

Thank you I hope you can answer these q's
Jul 21 '05 #3
Koger <kb@prosafe.as> wrote:
No the application is written in Delphi. So I have thought about
Kylix, but that won't run on Mac OS X afaik.
Ah, if it's in Delphi, you've got *some* chance - the newest version of
Delphi can compile to .NET code. I don't know how much it relies on
other libraries though.
But what is mono, is it a development IDE?
It's an implementation of the CLI (Common Language Infrastructure)
specification - basically a runtime and class libraries. See
http://www.go-mono.com for more information.
Is it a .net compiler?
The project includes a C# compiler and a VB.NET compiler, I believe.
Can it run a .net program written in MS VS.net?


Yes, assuming that program doesn't use anything which isn't available
in the Mono class library (and no invoking of native DLLs which won't
be present on all platforms...)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #4

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

Similar topics

2
by: Karsten | last post by:
Hi I'm a really a new with this cross platform development, so I have some dumb questions, which I hope you can help me with. If there is a better newsgroup for this question, please point...
7
by: Web Master | last post by:
Are there any good websites or books that deal with cross platform XML? I'd like to target Internet Explorer/Netscape Navigator 5 or later, as well as Opera, possibly konqueror on Linux as well. ...
0
by: demibee | last post by:
Thought this might be of interest to some out there... For those who've never encountered it, it's a free, open-source, cross-platform GUI library (Windows/Mac/Linux). Forte's Agent 2.0 will be...
14
by: John Salerno | last post by:
Bear with me, but I've been reading a lot about how the .NET languages are platform independent, and I assume this means a program written in C# can be run on a Unix or Mac machine. If this...
35
by: Alex Martelli | last post by:
Having fixed a memory leak (not the leak of a Python reference, some other stuff I wasn't properly freeing in certain cases) in a C-coded extension I maintain, I need a way to test that the leak is...
7
by: Charles | last post by:
I'd like to develop a simple cross-platform application in C++. I'd like it to run in Windows, OS X, PC-BSD and Linux. From my research, it seems I should use Qt or Gtk as a graphical library. Do...
3
by: techtonik | last post by:
Hello, everyb. Does anybody know simple cross-platform method of probing if executable binary is available and launching it. Problem no.1: test if executable file is available I'll take...
5
by: Michael Reichenbach | last post by:
After working with script languages, notepad(++) and co. and several other ide`s I found something which really improved my productivity (Visual Studio 2005). It`s imho better then dev-cpp... I...
12
by: Tomás Ó hÉilidhe | last post by:
I don't know the first thing about cross-platform GUI programming, so I'd like to ask a few quick questions. Which library is best for someone who appreciates portable programming and correct...
1
by: Vinod Sadanandan | last post by:
Cross Platform Migration An Unproblematic Approach (Windows-UNIX ) Oracle 10\11g The principal restriction on cross-platform transportable database is that the source and destination platform...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.