BCB 6

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

I have a application in borland C++ 6 I wish to convert it to c++ studio
2005 is there a import
routine into VSC++

TIA

Sam
 
VS hasn't a project converter.
Does your app use VCL? or is based in C++ standard? The 2nd option is straight forward. Just create a new project and add source
files from builder project. The 1st option is complicated, you must replace VCL with MFC, WTL or WinForms and itsn't a trivial task
BTW, builder supports almost all the MS C++ extensions so if you use one of those in builder project you won't have any problems in
VC++.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top