Page 1 of 1

ODAC 8.1 and Delphi 2009 and Windows 7

Posted: Mon 19 Dec 2011 14:45
by etordj
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

Posted: Tue 20 Dec 2011 10:40
by bork
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)