Friday, May 21, 2010

Convert Borland C++ Builder to Visual C++ or C#?

Is there a tool to convert Borland C++ Builder projects to Visual C++ (.net or 6.0 is the same for me) or even C#?





Thanks a lot

Convert Borland C++ Builder to Visual C++ or C#?
Not that I know of. The best you can do is start a blank project and import your source and header files into it, then re compile. You may get errors though, because VC++ may not recognize key words that BC++ does.
Reply:just open the c++ file in visual c++ by specifying the path and file name %26amp; compile it


i think this just works


but there are some commnds in vc++ that may not b supportd by borland(depend on version used)


No comments:

Post a Comment