deploying application with new ODAC

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
thorgal
Posts: 10
Joined: Fri 18 Sep 2009 14:33

deploying application with new ODAC

Post by thorgal » Fri 18 Sep 2009 14:37

Hello ,
I am exploring a trial version.
I tried to deploy sample application (provided by Devart) on the different desktop. ( on my developer pc it worked)

I have encountered an error.
'This application has failed to start because rtl140.bpl was not found. Reinstalling the application may fix this problem'

any suggestions would be appreciated.

Chris

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 21 Sep 2009 07:39

At first, disable runtime packages:
Open Project | Options in the IDE menu; select the Packages category; uncheck 'Build with runtime packages'.

Trial version of ODAC still requires several runtime packages: rtl140.bpl, dbrtl140.bpl, dac140.bpl, and odac140.bpl. See the Deployment topic in the ODAC help for details. Copy these packages from the Windows\System32 folder on your computer to the same folder on another computer.

Post Reply