AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Delphi 7 - Updateliste

Ein Thema von sakura · begonnen am 13. Nov 2002 · letzter Beitrag vom 7. Mai 2004
Antwort Antwort
Seite 1 von 2  1 2      
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#1

Delphi 7 - Updateliste

  Alt 13. Nov 2002, 12:22
Updateliste für Delphi 7 (und 6)


In diesem Thread findet Ihr eine (hoffentlich) vollständige Liste der verfügbaren Updates für Delphi 7. Da diese Updates nur für registrierte Benutzer von Delphi 7 zur Verfügung stehen, können wir Euch keine direkten Downloads anbieten, aber immerhin weisen wir darauf hin.

Falls ein Update fehlen sollte, so lasst es mich bitte entweder per PN oder per Email wissen.

Sofern nicht anders geschrieben, sind sämtliche Updates unter folgender Adresse verfügbar.



Aktuelle Liste für Delphi 7
  • Update 1 - für alle Delphi 7 Versionen
  • Update 2 - für Enterprise/Architect
  • Sonderupdate: Registrierungswizard
  • Sonderupdate: ActionBands
  • Sonderupdate: Delphi.NET Preview III
  • Rave Reports 5.0.8
Viel Spass,

Aktuelle Liste für Delphi 6
  • Update II für die RTL von Delphi 6
Viel Spass,

sakura
Daniel W.
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#2
  Alt 15. Nov 2002, 11:51
Update 1 für Delphi 7 (alle Versionen)


Das erste Update für Delphi 7 ist verfügbar

Wer hätte gedacht, dass das so schnell geht

Für die Besitzer von Delphi 7 Enterprise / Architekt
- MS SQL Treiber Update

Für die Besitzer von Delphi 7 Professional / Personal
- Hilfe Dateien; (noch) nur Englisch

UND die Online Dokument (PDF) sind jetzt auch in Deutsch erhältlich, desweiteren in Englisch, Französisch, Italienisch und Japanisch.


Update Notizen für die MSSQL Treiber
Zitat von README.TXT:
Delphi 7
MSSQL Driver Update
Release Notes


================================================== =====

This file contains important supplementary and late-
breaking information that may not appear in the main
product documentation, and supersedes information
contained in other documents, including previously
installed release notes, that accompany this product.
We recommend that you read this file in its entirety.

Important:

Delphi must be closed before installing this Update
Pack.


================================================== =====
CONTENTS

* ISSUES ADDRESSED IN THIS UPDATE PACK
* FILES INSTALLED BY THIS UPDATE PACK

================================================== =====
ISSUES ADDRESSED IN THIS UPDATE PACK

This update resolves two issues with the MSSQL driver.

* Unable to connect with Empty Username/Password:

In the previous driver, trying to connect with an
empty Username/Password resulted in an SQL error.

* Parameter binding into a VARCHAR column inserted an
extra trailing ASCII 0 character

Attempting parameter binding inserts into a
VARCHAR column would insert an ASCII 0 character at
the end of the data. For example, in a table with
Code defined as VARCHAR(12) and Description defined
as VARCHAR(50) the following code segment
demonstrates the problem.

sql.CommandText := 'INSERT INTO User1 (Code,
Description) ' + 'VALUES (:Code, escription)';
sql.Params.ParamByName('Code').DataType := ftString;
sql.Params.ParamByName('Description').DataType :=
ftString;
sql.ParamByName('Code').AsString := 'TEST';
sql.ParamByName('Description').AsString := 'This is a
test';
sql.ExecSQL;

In the above example, sql is a TSQLDataSet or
TSQLQuery.

Any subsequent SELECT's, like SELECT * FROM User1
where Code ='TEST' would fail to find the record.

Installing this Update resolves these issues.

================================================== =====
FILES INCLUDED IN THIS UPDATE PACK

* dbexpmss.dll

Replace these files in the Bin directory of your Borland
Delphi 7 installation with the files included in
this update. The default location for these files is:

C:\Program Files\Borland\Delphi\7\Bin

================================================== =====
Copyright (c) 2002 Borland Software Corporation.
All rights reserved.
Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#3
  Alt 15. Nov 2002, 11:52
Update für den Registrierungswizard


Auch Delphi 7 muss bei Borland registriert werden, um Updates zu erhalten bzw. um alle Funktionen zu nutzen. Letzteres ist natürlich besonders ärgerlich...

Wie auch immer, unter (mir unbekannten) Umständen funktioniert der Registrierungs-Wizard nicht. Ein Update hat Borland inzwischen zur Verfügung gestellt (ca. 770 KB).

Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#4
  Alt 15. Nov 2002, 11:55
Update 2 für Delphi 7 (Versionen: Enterprise, Architekt)


Schlag auf Schlag.

Seit dem 11.11.2002, ein verheißungsvolles Datum , gibt es ein weiteres Update für Delphi 7 (Enterprise und Architect)

Dieses Update bezieht sich ausschliesslich auf CORBA und ist in einer 0.14 MB großen ZIP-Datei untergebracht.

Original Content List:
  • Memory leak in marshaling Corba calls.
  • IsMultiThreaded is defaulted to True.
  • Deadlock situation in Orbpas45.dll.
  • Memory leak in Variant to ANY conversion.

Viel Spass,
sakura
Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#5
  Alt 19. Nov 2002, 13:14
Komponenten Update für Delphi 6/7 engl. Versionen (fast alle Versionen)


Delphi 7 (6 auch schon) hatte uns die Möglichkeit gegeben, mit dem Action Manager, Action Menüs zu erstellen. Damit wurde auch das Aussehen von Windows XP unterstützt. Leider gab es jedoch keine Unterstützung für PopUp Menüs dieser Art. Unter folgendem CodeCentral Download gibt es die offizielle Beta Version. Diese läuft, nach meinen Erfahrungen, sehr sauber. Diese Komponente ist für Delphi 7. Vielleicht möchte jemand mal testen, ob diese auch unter Delphi 6 läuft - bitte

Anmerkung 1: Die Delphi 6 PE scheint diese Lösungen/Patches nicht zu mögen.

Anmerkung 2: Die Patches sind nur für die Englischen Versionen von Delphi




Auch für die ActionBands gibt es Updates



Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#6
  Alt 22. Nov 2002, 12:36
Update für Delphi.NET Preview (alle Versionen)


Lang erwartet, gibt es jetzt die nächste Delphi.NET Preview für alle glücklichen und registrierten Eigner von Delphi 7.

Das Packet ist ganze 11.1 MB groß und kann unter dem üblichen Link heruntergeladen werden.

Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#7
  Alt 22. Nov 2002, 12:41
Zitat von Auszug aus der readme.txt:
Delphi for Microsoft .NET Preview
Release Notes

================================================== =====

This file contains important supplementary and late-
breaking information that may not appear in the main
product documentation. We recommend that you read this
file in its entirety.

================================================== =====
CONTENTS

* LICENSE AND DISTRIBUTION INFORMATION
* LATE BREAKING NEWS CONCERNING .NET FRAMEWORK SERVICE PACK 2
* SUPPORTED PLATFORMS
* PRODUCT INSTALLATION
* NOTES AND ISSUES - *UPDATED*
* NEW FEATURES AND KNOWN ISSUES IN THE DELPHI FOR .NET PREVIEW UPDATE
* PRODUCT INFORMATION ON THE WEB - *UPDATED*

================================================== =====
...
SUPPORTED PLATFORMS:

The .NET Framework SDK, and the Delphi for .NET Preview
are supported on the following platforms:


Windows NT 4, Service pack 6a or higher.
Windows 2000 (SP2 recommended)
Windows XP Professional
================================================== =====
...
================================================== =====
NEW FEATURES AND KNOWN ISSUES IN THE DELPHI FOR .NET PREVIEW UPDATE

** VCL Units **
- Some VCL units have been added to the Delphi for .NET Preview
update. The following are issues related directly to the VCL:

- TApplication.CreateForm has not been implemented yet.

You must explicitly create the form and assign it to
Application.MainForm, as follows:

Application.Initialize; // As before
Form1 := TForm1.Create(nil); // New
Form1.Position := poDefault; // New
Application.MainForm := Form1; // New
Application.Run; // As before

NOTE: Application.MainForm has been changed to a read/write
property to allow this. When CreateForm is implemented,
Application.MainForm will revert to a read-only property.

- The first statement in a component's initialization must be
the Parent assignment:

with ComboBox1 do
begin
Parent := Self;
Top := 25;
// More initialization of ComboBox1...
end;

- Assignments to ActiveControl should be done at the end of
form initialization:

TForm1.Create(AOwner : TComponent)
begin
inherited;
Color := clBtnFace;
Label1 := TLabel.Create(Self);
with Label1 do
begin
Parent := Self;
// Initialize Label1...
end;
// More initialization code...
// ...
ActiveControl := Label1;
end;

** Language and Compiler: Known Issues and New Features **

- Debugging in the Microsoft Debugger is supported (see Doc\GettingStarted.htm),
however, source line numbers shown in the debugger might not always match
the actual execution position.

- The compiler now searches for referenced assemblies on the unit search path,
followed by the CLR framework directory. The compiler no longer
searches the system path for assemblies.

- You can use a full path (including file extension) in the -lu command line
option to specify an assembly that does not reside on the unit search path
or in the CLR framework directory.

- Class references are now polymorphic (class reference type determined by the
type of the runtime instance, not the type of the variable)

- New compiler keywords: sealed (prevents creation of descendant
classes) and final (prevents descendants from overriding a
virtual method).
Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#8
  Alt 20. Dez 2002, 12:07
Update für Delphi 6 - RTL, die zweite


Für Delphi 6 ist am 18. Dezember ein Update für die Run-Time-Library verfügbar geworden. Achtung, dass letzte offizielle Gesamt-Update No. 2 muss vor Installation dieses Updates installiert worden sein.

Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#9
  Alt 24. Jan 2003, 13:37
Update für Rave Report (Prof, Entp, Arch)


Für Delphi 7 Nutzer, welche Ihre Delphi-Version auch registriert haben, gibt es seit kurzem (lt. Borland seit dem 16.11.02, stimmt aber nicht) ein Update für die Rave Reports Engine.



Zitat von readme.txt:
Nevrona Rave Borland Edition
Release Notes


================================================== =====

This file contains important supplementary and late-
breaking information that may not appear in the main
product documentation. We recommend that you read this
file in its entirety.

================================================== =====
CONTENTS

* RENDERING CHANGES
* DATA HANDLING CHANGES
* TRvPROJECT CHANGES
* PREVIEW CHANGES
* RAVE VISUAL REPORT DESIGNER CHANGES
* MISCELLANEOUS CHANGES

================================================== =====

...
Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#10
  Alt 24. Jan 2003, 13:41
Update für IntraWeb v5.0.58 (Prof, Entp, Arch)


Für Delphi 7 Nutzer, welche Ihre Delphi-Version auch registriert haben, gibt es seit heute (lt. Borland seit dem 16.11.02, stimmt aber AUCH nicht) ein Update für die IntraWeb Komponenten.



Zitat von AtoZEDSoftware:
5.0.58
Miscellaneous fixes.

5.0.57
New problem created in 5.0.56 with .Release has been fixed.
Kylix installation and repository problems fixed.
HTML Editor bug fixed.
Problem with FILESNC fixed.
Cache directory now cleaned up on exit.
Security issue fixed with servers with single users and expired sessions.
Kylix 3 fixes.

5.0.56
Fixed a problem with instantiating more than one instance of a single form that was specific to Delphi 7 and ISAPI's.
Changed Redirect code to work in the old fashion. ISAPI dlls on alternate port workaround rolled back. Will be readdressed in 5.1.
Fixed bug with authentication when deployed as ISAPI
Bug fixed when release was called on a form other than the current form.
WebApplication has a new method .GotoURL for use with tmCookie

5.0.55
Major upgrade and bug fixes applied to HTML layout editor.
Keys are more tolerant of extra spaces and EOLs.
Patch for some users with registries with modified permissions of key information.
EAbort handling

5.0.54
Minor bug fixes
Changes for Kylix 3
Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 1 von 2  1 2      


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:28 Uhr.
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