Page 1 of 1

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

Posted: Thu 09 Feb 2006 18:59
by Ping Kam
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

Posted: Fri 10 Feb 2006 14:18
by Challenger
Please try to download ODAC again or remove {$I _TrialIntfOld.inc} line from ora.pas.

Posted: Fri 10 Feb 2006 18:48
by Ping Kam
The new source fixes the problem.

thanks,
Ping Kam