Subj : Re: Can I upgrade Borland C++ 5.02 project (OWL) to Borland C++Builder To : borland.public.cpp.borlandcpp From : Jogy Date : Wed Jun 15 2005 12:19 pm Taiven wrote: > I have a project which is composed by Borland C++ 5.02, I want to upgrade it > to Borland C++ Builder 6 project, can I make it? > As I know, BC502 is based on OWL, while BCB6 is based on VCL, can I upgrade > OWL project to VCL project? > Please advise. > Thanks a lot. > > > Taiven > > Hello, I haven't heard of any tools for automatic conversion from OWL to VCL, and I suspect that it is nearly imposiible to make such tool. OWL and VCL are quite different .. but it is possible to mix them in a project, and to gradualy replace old OWL objects with VCL Jogy .