Borland TurboC++ Builder 2006: Link Error
I downloaded and installed c++ builder 2006 from borland into a directory e:\turboc++. The shared and common files are in windows root directory D:. When I open a new project and try to compile/build some source code, after successful compilation I am getting the error:
[Linker Fatal Error] Fatal: Unable to open file 'E:\TurboC'
Actually there is no folder named TurboC in E directory at all. The root folder for turboc is \TurboC++. Can you tell me how to solve this problem?
Re: Borland TurboC++ Builder 2006: Link Error
Frankly, download MS Visual Studio Express instead. The experience I have from Borland C++ Builder is that it's really bad (IDE crashes, bad compiler, linker fails to link big projects, code execute in ultrarapid while debugging and so on).