Application is not licensed to use this feature
Posted: 10.10.2008, 14:19
Hello,
I am using 6.6.3 stable on Delphi 7 pro. I have a host application that does not use any ZEOS components, but I attach a plugin to it, created by JvPlugin, so it is a BPL package.
In there is a datamodule where I want to put some ZEOS components.
If I add the TZConnection component, it will compile and run fine, but when I try to add TZTable, I will always get the error:
According to google it means the file is compiled with a different version, but I recompiled all my packages and still get the same error
Where can be the error?
I am using 6.6.3 stable on Delphi 7 pro. I have a host application that does not use any ZEOS components, but I attach a plugin to it, created by JvPlugin, so it is a BPL package.
In there is a datamodule where I want to put some ZEOS components.
If I add the TZConnection component, it will compile and run fine, but when I try to add TZTable, I will always get the error:
Then the debugger stops at:Application is not licensed to use this feature
In the file ZAbstractRODataset.pas, line 499.FSQL := TZSQLStrings.Create;
According to google it means the file is compiled with a different version, but I recompiled all my packages and still get the same error
Where can be the error?