Hi,
i 'm doing a migration for a projet from XE3 to Delphi11. This project uses tDBF units inside own package named DbfExporation (not components), so i dowload the tDF units for Delphi11. The DbfExporation package builds fine with these new dbf units but the DPR project using this own package doesn't build => i get the message error "F2051 : Unit Exportation was compiled with a different version of dbf.TDbf". Actually this unit have Dbf , Dbf_Lang references in the clause uses but Dbf pointing to the new tDBF units. I don't succeed to resolve this error. Any idea about the cause of this issue ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i 'm doing a migration for a projet from XE3 to Delphi11. This project uses tDBF units inside own package named DbfExporation (not components), so i dowload the tDF units for Delphi11. The DbfExporation package builds fine with these new dbf units but the DPR project using this own package doesn't build => i get the message error "F2051 : Unit Exportation was compiled with a different version of dbf.TDbf". Actually this unit have Dbf , Dbf_Lang references in the clause uses but Dbf pointing to the new tDBF units. I don't succeed to resolve this error. Any idea about the cause of this issue ?