Hallo zusammen,
ich muss gerade von D7 auf D2006 (Update2) upgraden und hatte dabei mit einigen Komponenten Probleme. Habe jetzt alles gelöst, bis auf die ZEOS-Komponenten.
Als Quellen habe ich einmal den "testing"-branch des
CVS als auch die Version "ZEOS_TESTING_REV_66.zip" benutzt.
Die Installation habe ich, wie unter D7 auch immer, in dieser Reihenfolge durchgeführt:
Zitat:
* Core.bpl
* ZParseSql.bpl
* ZPlain.bpl
* ZDbc.bpl
If all the packages, listed above are successfully compiled you have to install the ZComponent.bpl. After that all ZEOS components are available in the
IDE.
Die Komponenten lassen sich alle compilieren und die ZComponent auch installieren. Erstelle ich eine ZConnection, erhalte ich beim "Connected := true" eine
AV an der Adresse 00000000.
Zitat:
+ $0[51F26B4B]{rtl100.bpl } System.System.@HandleAnyException (Line 9980, "system.pas" + 13) + $0
+ $36[77F69B73]{ntdll.dll } RtlConvertUlongToLargeInteger + $36
+ $9[77FA4DB8]{ntdll.dll } KiUserExceptionDispatcher + $9
+ $6F[0FB45BA3]{ZDbc100.bpl } Zdbcmysql.TZMySQLConnection.Open + $6F
+ $C5[0FB45A9D]{ZDbc100.bpl } Zdbcmysql.TZMySQLConnection + $C5
+ $9E[0FB4562A]{ZDbc100.bpl } Zdbcmysql.TZMySQLDriver.Connect + $9E
+ $0[0FB02C89]{ZDbc100.bpl } Zdbcintfs. + $0
+ $1AB[0F72D377]{ZComponent100.bpl} Zconnection.TZConnection.Connect + $1AB
+ $2D[0F72CD9D]{ZComponent100.bpl} Zconnection.TZConnection.SetConnected + $2D
+ $0[51F4AC32]{rtl100.bpl } TypInfo.TypInfo.SetOrdProp (Line 1322, "TypInfo.pas" + 31) + $0
+ $6[20EFD30A]{designide100.bpl} DesignEditors.DesignEditors.TEnumProperty.SetValue (Line 1402, "DesignEditors.pas" + 5) + $6
+ $24[20FDDD84]{vclide100.bpl} IDEInspListBox.IDEInspListBox.TInspListBox.SetProp Value (Line 1145, "ideinsplistbox.pas" + 40) + $24
+ $7[20FDF414]{vclide100.bpl} IDEInspListBox.IDEInspListBox.TInspListBox.ListAcc ept (Line 1636, "ideinsplistbox.pas" + 6) + $7
+ $12[20FDACF6]{vclide100.bpl} IDEListBtns.IDEListBtns.TListButton.CloseUp (Line 752, "IDEListBtns.pas" + 14) + $12
+ $6[5205CA19]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line 7246, "Controls.pas" + 105) + $6
+ $4[00500EAB]{idectrls100.bpl} IDEWideStdCtrls.IDEWideStdCtrls.TWideCustomListBox .WndProc (Line 4425, "IDEWideStdCtrls.pas" + 14) + $4
+ $0[51F60BC0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572, "classes.pas" + 8) + $0
[77D13A65]{USER32.dll }
[77D13B32]{USER32.dll }
+ $120[77D13D8C]{USER32.dll } GetMessageW + $120
Hat evtl. jemand eine Idee zu dem Problem?
Viele Grüße
Igotcha