IBEnterpriseServer fatal error LNK1104: cannot open file 'libci.li

G

Guest

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

Bruno van Dooren

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
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top