Page 1 of 1

RTL error

Posted: Fri 08 Jun 2012 11:12
by marsheng
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 ?

Re: RTL error

Posted: Fri 08 Jun 2012 11:14
by marsheng
It runs perfectly well on the machine with Delphi installation.

Re: RTL error

Posted: Mon 11 Jun 2012 11:12
by AndreyZ
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.