|
|
Subject:
Borland C++ to Visual Studio Converter
Category: Computers > Programming Asked by: milliondollar-ga List Price: $5.50 |
Posted:
20 Mar 2006 10:20 PST
Expires: 28 Mar 2006 06:31 PST Question ID: 709619 |
I am looking for an automated tool or script that will take a Borland C++ project and convert it into a Visual Studio .NET project. A full conversion is not necessary, rather a starting point for manual intervention. Thanks - Todd |
|
There is no answer at this time. |
|
Subject:
Re: Borland C++ to Visual Studio Converter
From: jiangsheng-ga on 22 Mar 2006 12:36 PST |
trying to use the export makefile function from Borland C++ Builder and open the makefile in Visual Studio. However, most Borland code rely on the Borland compiler or libs such as VCL which does not exists in Visual Studio, so the best you can get in this case is a make project full of custom build rules. Another suggestion is to desgin a language-independent interface such as DLL, COM or .Net assembly for your Borland code and use it in a Visual Studio project. |
Subject:
Re: Borland C++ to Visual Studio Converter
From: milliondollar-ga on 24 Mar 2006 07:02 PST |
Hi jiangsheng, Thank you for your comment. How would I go about accepting your comment as the answer? Thanks - Todd |
Subject:
Re: Borland C++ to Visual Studio Converter
From: jiangsheng-ga on 27 Mar 2006 22:09 PST |
You are welcome. I am not a Google researcher, so I can not make an answer. That's why I posted a comment. BTW?answer cost your money. You can cancel your question to prevent a Google researcher from answering your question. see http://answers.google.com/answers/faq.html#cancel. Happy programming! Sheng Jiang Microsoft MVP in Visual C++ |
Subject:
Re: Borland C++ to Visual Studio Converter
From: milliondollar-ga on 28 Mar 2006 06:31 PST |
Sheng, THANK YOU very much! Regards - Todd |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |