Also ich hab die neuen ZEOSDBO (6.6.2 -rc) Komponenten erfolgreich auf meinem Delphi 2007 enterprise installiert.
Natürlich die Frage: Wie hab ich das gemacht?
Per Forensuche bin ich auf
das hier gestoßen. Da steht eigentlich genau beschrieben was man machen muss. Vielleicht ein bisschen unübersichtlich, aber es funktioniert. Ich hab dir das wichtigste zitiert bzw. markiert.
Zitat:
[...]
1. If you're reinstalling/updating:
Make sure any old Zeos versions where removed. If you plan to use different versions with different development tools, make sure that the
Library Path they use
are not shared. And that the windows path isn't pointing to the folder of zeos.
[...]
3.
Extract the contens of the downloaded packages into the folder. If you get the folder through
SVN, you may want to clean the folder content, deleting the .svn folders and other temporary files.
[...]
5. Open your development tool, then
locate the library dialog. It varies from tool to tool.
[...]
In
BDS 2005-2006 and Delphi 2007 it's in:
Tools -> Environment Options -> Delphi Options - Library Win 32 -> Library Path.
Once the library path is found, add the folder where you put Zeos in,
plus the folders
packages\your_develop_tool\build.
6. In your tool, select
File -> Open, then open and
compile only the following packages, in the writed order:
* ZCore
* ZParseSQL
* ZPlain
* ZDbc
* ZComponent
[EDIT] Am Schluss musst du noch im Delphi11 Ordner die "ZeosDbo.groupproj" öffnen. Dann im Projektmanager rechtsklick und dann auf "installieren". (damit die die Komponenten angezeigt werden)
7. In the same folder,
Open and then Compile and Install the
package ZComponentDesign
[...]
Anmerkung: Wenn er die Meldung bringt, dass es kein Entwurszeit Packet ist (oder so ähnlich), dann geh auf Projekt -> Optionen. Da gibts 3 GroupBoxen. In der linken (mittig) kann man die Option auf "Entwurf" setzen. Dann sollte es gehen.
Ich hoffe so ist es verständlicher. Bitte um Feedback