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.
Okay, here goes :)I've been burying some hours trying to get an existing C dll (using __cdeclcalling...
By theunprofessional
When I try to sort my combo box I get the following error."Cannot sort a ComboBox that has a DataSou...
By raj
hi all i m doing aproject i visual C++ on image processing. i wan to extract the r g b colorof the ...
By vinnu
hi please help me to find the color of an image . i am doing a project on image processing . iam usi...
By vinnu
Hello,Until 6 years ago I was a C++ programmer. The last 6 years I've donesomething else than comput...
By bas, 4 Comments
Does VC7.1 support hyperthreading?I looked in the documentation but I could find no reference at all...
By andrewmaclean, 8 Comments
VS.NET 2003 V7.1.3088 - Unmanaged codeI'm getting:c:\Proj\pt.h(581) : fatal error C1001: INTERNAL CO...
By drew, 2 Comments
At school, we do all of our coding in emacs, but I am trying to get theexample apps working at home ...
By brettbaisley, 13 Comments
Is this a bug in the for each loop or am I coding something wrong (or is thishow its suppose to func...
By stephenr_g_fraser, 1 Comments
>
> 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 |