can't compile version 5.70.0.28: _TrialIntfOld.inc not found

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ac
Posts: 32
Joined: Mon 16 Jan 2006 12:56

can't compile version 5.70.0.28: _TrialIntfOld.inc not found

Post by ac » Thu 26 Jan 2006 16:24

The file "_TrialIntfOld.inc" is not contained in the archive "odac570src.exe".

Is this include file really necessary? Is it ok to remove {$I _TrialIntfOld.inc} from Ora.pas?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 26 Jan 2006 16:31

You can just remove "{$I _TrialIntfOld.inc}" line from Ora.pas

Post Reply