Subj : Re: from Borland C++ 502 to borland C++ 6 builder To : borland.public.cpp.borlandcpp From : Bruce Salzman Date : Sun Jun 05 2005 12:39 pm To add to Bill's comments, I ended up using OWLNext for the existing code, and used VCL forms for any new stuff. It was a bit tricky getting the two to coexist, but it did work. Also I would recommend replacing the BIDS containers with the STL (plus the Boost library's shared_ptr class). HTH, Bruce .