Linker error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • david tran
    New Member
    • Feb 2010
    • 3

    Linker error

    Hello,
    I am recompling a project using Borland C++ Builder 6. The recompile process failed due to linker error. The message was:
    "[Linker Fatal error] Fatal unable to open file ABCC.lib"
    I removed all references of ABCC.lib in the project option and environment options, but the same error still occurred. I even tried manually removed ABCC.lib from the .bpr file, but the error just did not go away.
    Also, what is the ABCC.lib?
    Any help is appreciated.
    Thanks in advance.
    David.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Is the name ABCC.lob still in the list of linker inout libraries?

    Comment

    • david tran
      New Member
      • Feb 2010
      • 3

      #3
      Hello,

      Where do I find the linker inout libraries?

      Thanks in advance.

      David.

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        I am not a Borland user but with VC++ there are project properties. One of these properties is linker input libraries. I am just imagining that Borland has a similar setup.

        Comment

        Working...