Broken precompiled headers in C++Builder

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Broken precompiled headers in C++Builder

Post by a-s-z » Wed 10 Dec 2008 14:21

Hello,

latest version of Odac (6.70.0.43) breaks generation of precompiled headers in C++Builder 5 because Math.hpp is included in CRVio.hpp and MemData.hpp.
After commenting out these includes, the project compiles and runs without problems.

Regards

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 11 Dec 2008 13:22

Please specify the project options we need to set to reproduce the problem.

a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Post by a-s-z » Mon 15 Dec 2008 07:33

Hello,
Plash wrote:Please specify the project options we need to set to reproduce the problem.
1. Create a new application in C++Builder
2. Add "#include " before "#include " in cpp-File
3. Compile Project (Generates warning W8058).


Regards

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 15 Dec 2008 08:13

We have fixed this problem. The fix will be included in the next build of ODAC.

Post Reply