DOA fails under Delphi 2007 Vista

indigo

Member²
When I try to compile an application with a TOracleDataset, I get the message:

[DCC Error] f_main.pas(7): F2051 Unit OracleTypes was compiled with a different version of DB.TParams

OracleData is selected in the uses clause.

I tried recompiling DOA but the message still comes up. What do you suggest?

Thanks.
 
If you have the Direct Oracle Access source code you can recompile the package, including OracleTypes.pas. This should fix the error.
 
Indigo: you should report this issue to CodeGear, because D2007 should be a "non breaking release" and should not require to recompile any dcu compiled for D2006.
 
Back
Top