Page 1 of 1

Unable to build ODAC when Code Inlining Control is Auto

Posted: Sun 18 Mar 2012 21:23
by gezas
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

Posted: Mon 19 Mar 2012 11:11
by AlexP
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.