RTL error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
marsheng
Posts: 62
Joined: Thu 10 May 2012 10:51

RTL error

Post by marsheng » Fri 08 Jun 2012 11:12

I'm trying my Delphi app on a new machine (No Delphi installed). It asked for rtl60.bpl which I though was a bit strange. I thought everything was in the EXE. I copied the file into the stytem32 director and now I get the following error.

Code: Select all

The procedure entry point @Variants@VarResultCheck$qqrl could not be located in the dynamic link library rtl60.bpl
I'm not sure where to go from here. I'm looking to make EXE's that I can just run on any machine. (That's the reason for staying with Delphi6)

Any suggestions ?

marsheng
Posts: 62
Joined: Thu 10 May 2012 10:51

Re: RTL error

Post by marsheng » Fri 08 Jun 2012 11:14

It runs perfectly well on the machine with Delphi installation.

AndreyZ

Re: RTL error

Post by AndreyZ » Mon 11 Jun 2012 11:12

Hello,

If you use MyDAC trial version, you need to deploy MyDAC libraries from the trial version and their dependencies (required IDE BPL files) with your application, even if it is built without run-time packages. This is a MyDAC trial version restriction only. You will not have such problems with a MyDAC licensed version.

Post Reply