Page 1 of 1

File not found DacReg.dcu

Posted: Mon 27 Jan 2014 15:00
by ballpark
Hi,

A total newbie here and also to Borland Delphi. I have unfortunately been given 2 old Borland applications to support which both use devart oracle data access components. Both apps are very similar however one is compiled in Delphi 5 the other in BDS2006.

For your information I have 2 virtual environments so both version of Delphi are installed independently on each platform.

From my research, in order to compile each application, all components are needed to be compiled and imported. This is where I have a problem.

[Warning] Unit 'OraNet' implicity imported into package 'odac50'
[Fatal Error] dcldac50,dpk(73) File not found 'DacReg.dcu'

I have hunted high and low for DacReg.dcu and I cannot find it anywhere... ?

Any ideas anyone ?


Thanks,
Ballpark

Re: File not found DacReg.dcu

Posted: Tue 28 Jan 2014 08:22
by AlexP
Hello,

The DacReg.pas file is in the ..\ODAC\Source\Design\ folder. Make sure that the path to this folder is specified in the dcldac50.dpk project, and also try to compile all the packages in queue. The detailed instruction is in the ReadmeSrc.html file, the "Installing ODAC for C++Builder 5 using IDE" and "Installing ODAC for Borland Delphi 2005 using IDE" topics