My team is inheriting a project from another company that was developed using C++Builder and its VCL graphics framework. We aren't fans of C++Builder and would like to migrate to using vc++ and Qt as our graphics framework.
Does anyone have any experience taking a C++Builder project and bringing that code (including the VCL stuff) and building it in Visual Studio (whichever version)? I am looking for particular settings for how to handle VCL specific files and any hoops that we might have to jump through to get this finished. Unfortunately we can't just start from scratch as we need to have some demonstrable progress under a tight deadline. This migration would be long term.
Thanks in advance.