简体   繁体   中英

C++ Project migration from XE8 to 10.2 Tokyo

I have to migrate a project written in C++ in an XE8 environment to the 10.2 Tokyo environment.

I will only substitute that I use additional PostgresDAC libraries to communicate with the Postgres database. In the XE8 version I used PostgresDAC controls in the older version and now at 10.2 Tokyo I use newer controls.

After solving the first problems with component paths, I still get errors related to PostgresDAC controls. I suspect that this is related to the fact that now I am using newer controls.

The content of the error:

Unable to open include file 'PSQLDbTables.hpp'.

By trial and error, I came to a solution.

It was enough to remove the reference to this file and re-compile the project. The compiler dropped the link back and the errors disappeared.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM