Page 1 of 1

Broken precompiled headers in C++Builder

Posted: Wed 10 Dec 2008 14:21
by a-s-z
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

Posted: Thu 11 Dec 2008 13:22
by Plash
Please specify the project options we need to set to reproduce the problem.

Posted: Mon 15 Dec 2008 07:33
by a-s-z
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

Posted: Mon 15 Dec 2008 08:13
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.