Page 1 of 1

Exception message "Application is not licensed to use this feature"

Posted: Mon 10 Apr 2006 16:02
by weitech
When I execute my application in debug mode, I receive a message "Application is not licensed to use this feature".

I am using the non-trail version, on my BCB 6.

Can anyone please explain this message, does it mean that I am not licensed to use the MyDAC components?

Dave.

Posted: Mon 10 Apr 2006 16:06
by weitech
For got to mention that the version of BCB 6 is a Enterprise Trial Version.

Posted: Tue 11 Apr 2006 06:39
by Antaeus
MyDAC 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: Tue 11 Apr 2006 15:27
by weitech
Thanks for the reply

I have found my solution to this problem with Borland, I just needed to delete the default.bpr file in borland\bin folder.