adem0x / txquery

Automatically exported from code.google.com/p/txquery
Other
0 stars 0 forks source link

TxQuery on XE2? #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to install TxQuery on Delphi XE2, but I'm getting error while 
installing package dclXq_D2011.bpl:

"Registration procedure, Xqreg.Register in package 
C:\De16_ut\xQuery\Packages\D2011\bin\dclXq_D2011.bpl raised Exception class 
EAccessViolation: Access violation at address 5003C397 in module 'rtl160.bpl'. 
Read of address FFFFFFC8."

Changes that I did prior to installation:

in file xq_glag.inc I added section for XE2 version of Delphi 
...
{$IFDEF VER230}      // Delphi 16
{$DEFINE LEVEL4}
{$DEFINE LEVEL5}
{$DEFINE LEVEL6}
{$DEFINE LEVEL7}
{$DEFINE DELPHI7}
{$DEFINE DELPHI}
{$ENDIF}
...

Original issue reported on code.google.com by igor.zan...@gmail.com on 7 Dec 2011 at 8:51

GoogleCodeExporter commented 9 years ago
Do u fix it? I have this problem too.

Original comment by kempoo....@gmail.com on 30 Aug 2012 at 11:08