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

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
weitech
Posts: 9
Joined: Mon 03 Apr 2006 15:30

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

Post by weitech » Mon 10 Apr 2006 16:02

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.

weitech
Posts: 9
Joined: Mon 03 Apr 2006 15:30

Post by weitech » Mon 10 Apr 2006 16:06

For got to mention that the version of BCB 6 is a Enterprise Trial Version.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 11 Apr 2006 06:39

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';
...

weitech
Posts: 9
Joined: Mon 03 Apr 2006 15:30

Post by weitech » Tue 11 Apr 2006 15:27

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.

Post Reply