Convert old Borland to new Visual Studio?
April 28, 2008 7:35 AM
Subscribe
CompilerFilter: I've got an old project that was written with Borland C++ 5.0 for Windows. I've been tasked with porting this project to Visual Studio 2005. Easy way to do this?
It's a fairly simple old program, but we don't want to be dragging around old compilers anymore, and we're finally going to be working on improvements for it. Obviously, just trying to load the "workspace file" doesn't work, and I'm not that knowledgeable about the differences between Borland and Microsoft's C-plus-pluses.
If I could find a way to load the project into VS2005, even if it spits out a million compiler errors, that would be a start.
Is there any way to do it?
posted by jozxyqk to computers & internet (2 comments total)
However, you may find it is based on C++ library called OWL that used to ship with Borland compilers (types like TWindow and TButton will Tfeature Theavily). There is a version of OWL called OWLNext that claims to work with modern compilers, so I guess you would have to make a decision about whether to try and use that or update the code to something more recent.
Good luck!
posted by samj at 8:48 AM on April 28