Viewing, building & debugging Borland C++ Builder project in Visual Studio 2010

Posted by grunt on Stack Overflow See other posts from Stack Overflow or by grunt
Published on 2013-01-23T14:38:22Z Indexed on 2014/05/31 9:26 UTC
Read the original article Hit count: 245

I would like to use VC2010 to handle a BCB 2006 project I have. I do not want to convert the code to VC since much UI will need to be ported. I just want to be able to view build & debug from VS IDE.

Viewing: I assume once I create VS projects for the native BCB code viewing will be possible, although the UI editor will not.

Building: I found the "C++ Native Multi-Targeting" option of VS, although I'm not sure on what to set the different options there to (Daffodil is mentioned as helpful although I'm not sure what the added value is over existing functionality).

Debugging: not sure how to do this at all from within VS. There are some stand alone console tools that convert debug info files e.g. tds2pdb (wheres the documentation link?).

If anyone has experience with such a task I would thank you for any advice.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about c++builder