Board index » cppbuilder » Moving From Borland C++ 5.02 to C++ Builder 5.0

Moving From Borland C++ 5.02 to C++ Builder 5.0

Hi my name is James.  Would like to port projects from BC 5.02 to C++
Builder 5.   My company has a WIN32 console mode application built and
maintained with  a project file and the BC++ 5.02 IDE.

Can C++Builder produce WIN32 console mode applications if Yes then how and
can the project files be ported or read in?  Thanks James

 

Re:Moving From Borland C++ 5.02 to C++ Builder 5.0


Yes, it happily creates Win32 Console Mode programs.

I do not recommend that you try converting from the BC++ 5.02 *.IDE project
file.  Instead do  File|New|Console_Wizard, make sure the Console checkbox
is checked and the VCL one is not checked.

.  Ed

Re:Moving From Borland C++ 5.02 to C++ Builder 5.0


Ok cool.  But how do you add various files to the project like how the BC5
ide worked ?

"Ed Mulroy (TeamB)" <e...@mulroy.org> wrote in message
news:3bddd154$1_2@dnews...

Quote
> Yes, it happily creates Win32 Console Mode programs.

> I do not recommend that you try converting from the BC++ 5.02 *.IDE
project
> file.  Instead do  File|New|Console_Wizard, make sure the Console checkbox
> is checked and the VCL one is not checked.

> .  Ed

Re:Moving From Borland C++ 5.02 to C++ Builder 5.0


Project|Add to project

.  Ed

Other Threads