Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Delphi 2007 - Erste Feature-Liste (https://www.delphipraxis.net/82024-delphi-2007-erste-feature-liste.html)

Heffalump 8. Dez 2006 08:13

Re: Delphi 2007 - Erste Feature-Liste
 
Zitat:

Zitat von hanspeter
... Kan mir wer sagen, was mit Delphi ab 2007 dann besser oder schneller realisierbar ist? ... Im Moment sehe ich in D2007 noch nicht die Vorteile, welche für mich eine weitere Investition in Delphi rechtfertigen. ... Für einen Argumentationstip dankbar.

Ich denke mal das ist schwierig. Die Entscheidung für oder gegen eine IDE muss jeder für sich treffen. Was dafür oder dagegen spricht, kann mann in entlichen Threads hier in der Delphipraxis lesen. Allerdings glaube ich, das Du Dich mittlerweile für VS 2005 entschieden hast und da bringt es auch nichts aus der Sicht eines anderen ein dafür oder dagegen aufzuzeigen. Das kann man Deinen Beiträgen aus der Delphipraxis entnehmen. Wobei Du sicher gute Gründe dafür hast. Ich bleibe Delphi treu (vorerst :-)).

Hatte noch was vergessen, sollte die Unterstützung für 2.0 enthalten sein, dann bin ich dabei.

rwachtel 13. Dez 2006 22:55

Re: Delphi 2007 - Erste Feature-Liste
 
Mittlerweile gibt es noch ein paar Infos von Dr. Bob. Er schreibt in seinem Blog:

Zitat:

Zitat von Dr. Bob
Yesterday, Nick Hodges was our guest at the SDN Software Developer Event in The Netherlands. In his first session, he presented the news around CodeGear ("Where Developers Matter"), and the Delphi Roadmap - showing some things that may not have been public knowledge.

According to the Delphi Roadmap that Nick showed, Delphi Highlander is scheduled for release in the first half of 2007 (around the half of the first half of 2007). Delphi Highlander will support Win32 as well as .NET 2.0 (and will be able to use .NET 3.0 assemblies as well, but not the design-time stuff). Around the end of 2007 and the beginning of 2008, the Delphi release after Delphi Highlander can be expected. This version used to have the "Delphi Vista" name associated with it, but in the Delphi Roadmap I saw yesterday, there was also the word "Unicode" written next to it in big letters. So a Delphi Vista/Unicode for the end of 2007/beginning of 2008. According to Nick, Unicode support was received to be more important than Compact Framework support (the recent Delphi Survey also helped in confirming this), so Compact Framework support will be delayed (again). Finally, a native Win64 version of Delphi was put somewhere in the 2008 timeframe.

Personally, I'm happy about the prospect of having a Unicode version of Delphi around this time next year. Of course, Unicode means that applications will no longer run on Windows 95 or 98, but I hope that by the end of next year that won't be a real problem.

If you have your own wishes, and want to make sure your voice is heard, then make sure to enter the Delphi Survey. The feedback is put to good use, so don't waste the opportunity!

Noch Fragen?

Insider2004 13. Dez 2006 23:34

Re: Delphi 2007 - Erste Feature-Liste
 
In der heutigen Delphi-Hour hat Nick Hodges die neue Generics-Syntax vorgestellt. Sie soll für Win32 und .net kommen. Allerdings funktionierte das .Net-Beispiel noch nicht :shock:

LkZ 18. Jan 2007 13:51

Re: Delphi 2007 - Erste Feature-Liste
 
hallo leute.

ich wollte nochma fragen, ob jetzt bei generics auch wirklich das gemeint ist, was ich auch darunter verstehe.

also in c++/java gibts ja platzhalter für irgendwelche datenstrukturen/datentypen z.B

Delphi-Quellcode:
MyClass<"hier eine Collection" zb. T> = class
fStuff:T;
und wenn ich die ganze sache implementiere sagen wir

Delphi-Quellcode:
function getStuff:T
begin
 result := fStuff;
end;
so. ist das oder etwas anderes?

grüße

Elvis 18. Jan 2007 13:58

Re: Delphi 2007 - Erste Feature-Liste
 
Ja, es entspricht ungefähr dem was du aus Java kennst, nicht dem was du aus C++ kennst.
Wobei Java hier praktisch Generics 1:1 von .Net übernommen hat, die diese wiederum abgewandelt von Ada übernommen haben.
Ich denke auch in (native) Delphi werden Generics wieder etwas abgewandelt, da eine andere Plattform andere Möglichkeiten bietet.

LkZ 19. Feb 2007 10:10

Re: Delphi 2007 - Erste Feature-Liste
 
mein ich ja, das von .net ...:)


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:13 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz