DotNet Visual C: IBEnterpriseServer fatal error LNK1104: cannot open file libci.li

  • durga / 206 / Sat, 30 Jan 2010 16:31:00 GMT / Comments (1)
  • HI,

    I am converting VC++ 6.0 to .NET 2003. But I am getting linker error.

    Error:
    MyApplication fatal error LNK1104: cannot open file 'libci.lib'.

    MyApplication has OpenSSL, MFC and win 32 console based application.

    How do I resolve this problem?

    Any Idea?

    Thanks & Regards,
    Siri.

    --
    Thanks & Regards,
    Durga.
    --
    Thanks & Regards,
    Durga.

  • Keywords:

    ibenterpriseserver, fatal, error, lnk1104, file, libci.li, dotnet, visual, .net

  • http://dotnet.itags.org/visual-c/71191/«« Last Thread - Next Thread »»
    1. >
      > I am converting VC++ 6.0 to .NET 2003. But I am getting linker error.
      > Error:
      > MyApplication fatal error LNK1104: cannot open file 'libci.lib'.
      > MyApplication has OpenSSL, MFC and win 32 console based application.

      the linker is trying to find libci.lib, but can't find it.

      the folder that contains that library should be placed either in your
      project configuration under
      project->properties->configuration properties->linker->general->additional
      library directories

      or globally under
      tools->options->projects and solutions->vc++ directories

      --

      Kind regards,
      Bruno van Dooren
      bruno_nos_pam_van_dooren...hotmail.com
      Remove only "_nos_pam"

      brunovandooren | Wed, 02 Jan 2008 22:34:00 GMT |