Error with ODAC 5.70.0.28 : File not found: '_TrialIntfOld.inc'

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ping Kam
Posts: 21
Joined: Fri 26 Nov 2004 19:09

Error with ODAC 5.70.0.28 : File not found: '_TrialIntfOld.inc'

Post by Ping Kam » Thu 09 Feb 2006 18:59

Hi,

D7E, Win2K.

I am getting the following error when I try to compile a simple project with just a TOraSession component.

[Fatal Error] Ora.pas(1409): File not found: '_TrialIntfOld.inc'

And it stop in the following line in Ora.pas

{$I _TrialIntfOld.inc}

The error disappear if I comment out this line, but I am not sure if I should and whether or not it will cause any problem.

So my question is why this file is missing? Is it important? Am I getting the latest source?

Ping Kam

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 10 Feb 2006 14:18

Please try to download ODAC again or remove {$I _TrialIntfOld.inc} line from ora.pas.

Ping Kam
Posts: 21
Joined: Fri 26 Nov 2004 19:09

Post by Ping Kam » Fri 10 Feb 2006 18:48

The new source fixes the problem.

thanks,
Ping Kam

Post Reply