CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    3

    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?
    Last edited by israo; April 4th, 2008 at 11:20 AM. Reason: spelling mistake

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    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).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured