I installed the latest cvs branch for an installation with D2006 (Update2) because I needed to change from D7 Prof which worked very fine so far.
Installation worked fine after a couple of tries, but everytime ich try to connect a ZConnection with my MySQL-DB I get an AV at adress 00000000.
Code: Select all
+ $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.SetPropValue (Line 1145, "ideinsplistbox.pas" + 40) + $24
+ $7[20FDF414]{vclide100.bpl} IDEInspListBox.IDEInspListBox.TInspListBox.ListAccept (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
Code: Select all
* 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.
I really need a working Package because I use ZEOS in my main projekt which I switch from D7 to D2006 :-(
Thanks,
Igotcha