maheshbabu 0 Posted March 8, 2021 Hi Team, I am facing below compilation error. Please help me hoe to solve this Error. Share this post Link to post
weirdo12 19 Posted March 23, 2021 Is this error produced from a new VCL application project? What version are you using? Share this post Link to post
maheshbabu 0 Posted March 24, 2021 Hi, No. I am converting my old VCL Embarcadero C++ Builder XE project to Rad studio 10.2 C++ builder VCL project. I am using Rad Studio 10.2 C++ builder Share this post Link to post
Roger Cigol 103 Posted March 24, 2021 This is almost certainly due to old project library directories not suiting your new set up. You need to go through all the directories specified in your project options and make sure they match 10.2 requirements. As an aside: seems strange to upgrade at this point in time to 10.2 - are you sure you don't mean 10.4.2 (the latest version) ? 1 Share this post Link to post
weirdo12 19 Posted March 24, 2021 (edited) Create a new project and go through the pain of adding your source files to it. Not ideal, but you'll be happy for taking the time to do it. Edited March 24, 2021 by weirdo12 Share this post Link to post