A few days ago, I saw an article on how to solve the Kylix3 BCB in RH8 in RH8 (originally see http://www.9cbs.net/develop/Article/155513.shtm), The solution is to replace several headers.
In fact, this problem has a simpler solution, because the cause of this problem is that the header file of the Kylix belt is not compatible with RH8, so we can directly modify the include and lib path setup in Kylix to solve this problem. The specific method is as follows:
Modify the include path in Kylix, put the / usr / include on the front, as follows:
/ usr / include: (other path)
Modify the lib path in Kylix, put the / usr / lib on the front of the path, as follows:
/ usr / lib: (other path)
After this is modified, the compilation problem is completely solved. This method I have experimented that there is no problem, if there is a problem, you can contact me:
Dennis_dnian@hotmail.com