Re: Oh man!




I dont want java, nor anything java-like. I want a cross platform, *native*
*code* RAD IDE. Specifically, a native code DELPHI language IDE. No run
time frameworks ala java or .Nyet. Just executable code compiled for each
platform. Heck, I dont even want the IDE - just a cross compiler would be
more than adequate.

Then FreePascal/Lazarus should be the answer for you. You could write the code using Delphi on windows and then cross compile it to any platforms supported by FPC/Lazarus. It's just exactly what I've been doing.

2. write in an environment like Adobe Flex. If CodeGear can create an
infrastructure like that, that runs inside a browser, but uses delphi
code, that would be AMAZING. I have not investigated FLEX that much,
but in the demos I saw, you could not do "real coding". It was more of
a matter of hooking events of different widgets to each other.

Try WebOS AppBuilder from Morfik.com. Building web applications using Morfik can't be more easier. You can even write browser side code using pascal! It's still in beta though, but it already has shown its power. FYI, Morfik IDE is built using Delphi and FPC for the multi platform support through cross compilation.

I know that Lazarus and FreePascal purport to do some of these things,
but I really need the full VCL and many third party components to work
in order to do something useful. I think that without CG involved, it
will take years for the Lazarus project to catch up (no offense at all
to the hard work that the Lazarus folks have put in, I have nothing but
great respect for your efforts).

Then why don't you help convert the components you require to FPC/Lazarus? I know there are more and more Delphi developers and component providers supporting FPC/Lazarus. I believe we'll have a Delphi7-like IDE soon if we all help this open source project.

I've been looking for the best alternative multi platform Delphi-like development tool. I've tried Java, but not quite interested due to its over complex and bloated framework and virtual machine. My best bet goes to FPC/Lazarus for desktop application and Morfik for web application. Too bad that Morfik's pricing scheme is too expensive, at least for me. :(

.



Relevant Pages

  • Re: Why arent you upgrading?
    ... Stable IDE - this is first and foremost before anything else. ... MS alternate choice - As I see it the reason Delphi became so ... better database support ... Then announce that 64-bit native compiler is in progress and started. ...
    (borland.public.delphi.non-technical)
  • Alternative Future of Delphi?
    ... relevant compiler or interpreter... ... No more intricate code generation required for a particular platform ... on the Delphi compiler side. ...
    (borland.public.delphi.non-technical)
  • Re: Delphi IDE - Why .Net?
    ... Delphi IDE platform? ... that Dxxxx runs on a .NET platform, instead of the native Win32 platform. ... That might have given us some great modeling and refactoring abilities that didn't have to be developed from scratch because they were acquired with the Together product. ... there was some leverage on the development side by incorporating .net-written pieces into the IDE that would have been prohibitively expensive to write from scratch as native code. ...
    (borland.public.delphi.non-technical)
  • Re: Delphi 9 - Your Expectations
    ... there just is no practical reason for Delphi ... I doubt that Win32 will survive the next 10 years as the major Windows platform. ... At least you will write Win64 code, but then you won?t be able to use ... the code emitted by the compiler. ...
    (borland.public.delphi.non-technical)
  • Re: Opportunity passed by
    ... Delphi for .NET on the ... hand has its own compiler that has to be modified to use the latest things ... has folded into .NET, ditto for a special version of the VCL, and the IDE ... C# developers, as they want/have moved to .NET 2.0, and Delphi ...
    (borland.public.delphi.non-technical)

Loading