Missing library ?

Started by
1 comment, last by White Scorpion 19 years, 9 months ago
Hi everyone ! I've tried a little something and my debugger told me it couldn't open "libci.lib" . So I've searched all my computer ( with the window Search feature ) and it isn't in there, anyone can send it to me or have a link ?
Advertisement
Funny i use vs .net 2003 and have been away from programming about 2 month's and tried to compile some example and they also give me that same problem. if anyone nows the soluction please help
Got the answer from cpp-home.com
Quote:I will suppose that you are using VC++.NET 2003, if so, I have found this information in internet, but as it is in Spanish, I will translate it (more or less):

"It seems that "libci.lib" is not avalable for the compiler, but you can ignore the library. You should do the following:
Click right button over the name of the project on the "Solutions Explorer", then select on right side of "properties" page "Linker", and then "Input". In the right side select "Ignore Specific Library" and write "libci.lib". Press Ok and compile again."

This topic is closed to new replies.

Advertisement