ODAC 8.1 and Delphi 2009 and Windows 7

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
etordj
Posts: 1
Joined: Fri 16 Dec 2011 16:01
Location: Canada

ODAC 8.1 and Delphi 2009 and Windows 7

Post by etordj » Mon 19 Dec 2011 14:45

We are finally moving from Windows XP to Windows 7 and there are some Delphi 7 applications that have stopped working. I downloaded the trial versions of the ODAC 8.1 components and rebuilt the applications in Delphi 2009.

Can someone tell me exactly what BPLs I need to bundle up with the exe to get it working on a clean test machine?

Thanks

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Tue 20 Dec 2011 10:40

Hello

The easiest way is to set the Project->Option->Packages->Build with runtime packages option to False, in this case BPLs are not required on a clean test machine. If you set this option to True, then the following BPLs will be required:
- dac120.bpl, dacvcl120.bpl, odac120.bpl, odacvcl120.bpl, oraprov120.bpl - for ODAC
- crcontrols120.bpl (if you are useing Devart CRGrid)

Post Reply