Page 1 of 1

"Application is not licensed to use this feature."

Posted: Fri 04 Nov 2005 16:20
by toneman
Hello,

Recently I tried to place a form in a runtime package, and that form uses a TOraSession passed as a parameter to the package. The package works fine, except for this error: “Application is not licensed to use this feature.”

Is there anything I can do to remove this message?

Regards,
Tony.

Posted: Mon 07 Nov 2005 07:49
by Alex
ODAC has no such restriction. Error message is defined in SysConst unit from Borland. We think Borland uses it for commercial purposes.

unit SysConst;
...
SNL = 'Application is not licensed to use this feature';
...

Posted: Mon 07 Nov 2005 15:54
by toneman
Thanks for your reply Alex.

The form I have in my runtime package also contains a TOraQuery. Is it possible that by creating a BPL containing a TOraQuery I have violated some "re-distribution" license with ODAC? If I create a BPL that uses ODAC TOraSession and TOraQuery, am I in fact "re-distributing" ODAC? Perhaps I need to purchase the ODAC source code to be able to do this?

Tony.

Posted: Tue 08 Nov 2005 08:59
by Alex
This message is not generated by ODAC, I think that it is good idea to search this problem in internet, AFAIK it is not too difficult to find its description.