Cross Platform Business Development Tool / IDE Language / Programming Language (Native)

Is there a cross platform (Win32 / Win64 / Linux32 / Linux64 / MacOSX Snow Leopard) Business Development Tool / IDE / Programming Language?

(No Java / .Net, only NATIVE)


From the answers i'am understandig (my understanding) there is not a single Comercial Tool / IDE / Programing language (all combined together) to develop a native cross platform (platforms in question) !!!

And I'm asking for a commercial product with the "quality" of Microsoft visual studio or RAD Studio (delphi. C ++) in mind.

I looked at Freepascal / Lazarus, but it doesn't give the impression of a "full fledged product" (sorry guys, good, but way far from Delphi or VS, somehow keep it working well).

Thank you all for your interest, I will continue to search, any new information will be useful.

And I like to apologize for my English (not native !! for me, found out that I know myself).

Sebastian.

+2


source to share


10 replies


Embarcadero (current Delphi owner) has promised a cross-platform release in the near future (win32. Mac, Linux) ... Check out the Delphi roadmap (by product manager Michale Rozlog) on ​​their developer website (dn.codegear.com) for more detailed information.



It will be the native compiler for each platform according to the currently available information.

+18


source


What exactly do you need? Tool or IDE or Language? Why should it be commercial?

You tagged this question with "delphi", so I expect you are looking for a cross pattern IDE / compiler.



For what I know the only built-in cross platform compiler is FreePascal , you can use Delphi 7-Like IDE Lazarus with this compiler. But both are not commercial, but open source.

In a few months (no one knows exactly when) there will be a new cross platform Delphi.

+8


source


Embarcadero Delphi XE2 is now in beta testing, native support for macOS and 64 bit is included, Linux support announced - see http://www.embarcadero.com/products/delphi/64-bit and What to test in 64- bit Delphi


Another (commercial but inexpensive) toolkit is wxForms for Delphi, based on wxWidgets:

"wxForms for Delphi is an integrated plugin for the Delphi CodeGear designer that helps you create cross platform applications for Windows Mac OSX and Linux using a single framework source.

The wxForms code from Delphi can be compiled on Mac OSX and Linux without much change with FreePascal / Lazarus. "

http://www.twinforms.com/products/wxformsdelphi/index.php

+4


source


Have a look at the Qt library recently purchased by Nokia. You can use it in C ++, but there are bindings in many languages, for example it is a python binding . You can choose from three types of licenses (commercial, LGPL or GPL)

+1


source


There's also wxWidgets and the DialogBlocks UI developer tool .

+1


source


There's also C ++ - only CodeBlocks . And if you're adding multi-pronged plugins, you might want to consider vim and emacs . With the latter two, you can use any development language.

0


source


Until it's free and I haven't used it for a while, Metrowerks Codewarrior used to be cross platform, not sure if it's still around or not though.

0


source


is there a cross platform (Win32 / Win64 / Linux32 / Linux64 / MacOSX Snow Leopard) Commercial development tool / IDE / programming language?

(No Java / .Net, only NATIVE)


me too.

i expect delphi x (cross plateform)

0


source


Qt + Qt Creator + GCC (or perhaps another compiler on Windows like the MS Visual Studio Express Edition compiler). Qt provides excellent support for building cross platform graphics applications, Qt Creator provides a single IDE, and then you only need the appropriate compiler for your platform.

Qt Creator is open source, and Qt is available in both open source and commercially licensed versions (although the open source version is suitable for commercial development these days thanks to the use of the LGPL).

0


source


CodeTyphon is a powerful one-click setup package for cross-platform development. It already supports 4 CPU / OS hosts (Win32, Win64, Linux32, Linux64) and 16 CPU / OS targets (arm-Wince, arm-Linux, arm-Embedded, arm-gba, arm-nds, i386-Win32, i386- Linux, i386-FreeBSD, i386-Haiku, x86_64-Win64, x86_64-Linux, x86_64-FreeBSD, powerpc-Linux, powerpc64-Linux, sparc-Linux, sparc -Solaris). More details are supported in Lazarus / FreePascal , but others are not yet integrated into CodeTyphon. Did I mention it's free?

One code for all of them; -)

0


source







All Articles