Unable to build ODAC when Code Inlining Control is Auto

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gezas
Posts: 19
Joined: Thu 15 Apr 2010 01:24

Unable to build ODAC when Code Inlining Control is Auto

Post by gezas » Sun 18 Mar 2012 21:23

Hi,

Delphi XE2 Update 4 + ODAC 8.1 (32 bit target platform)

I am unable to build a project which uses ODAC.

I tracked down the problem to the "Code Inlining Control" compiler switch.

If this switch is Auto, I receive the following message:
"[DCC Fatal Error] OraParser.pas(180): F2051 Unit OraNet was compiled with a different version of OraCall.Check"

If the option is set to True than it compiles fine.

Suggestions?

Regards
Geza

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 19 Mar 2012 11:11

Hello,

We cannot reproduce this problem. With any value (Auto/on/off) of the Code inlining control option, the application is compiled and run without errors. Please send a small project demonstrating the problem, perhaps, it is not only due to the Code inlining control.

Post Reply