Compile Error Libci.lib??

Started by
0 comments, last by moeron 18 years, 11 months ago
I inhereted some code and tried to compile the VS C++ project. However, I always get a link error "can't find libci.lib." I looked it up and it's some sort of IO stream library. I can't seem to find it on my PC. Is it not available in newer versions of VS C++? How can I get around this problem? Thanks.
Advertisement
what compiler are you using? I have a libci.lib in my directories for MSVC++.NET 2003. Perhaps you just need to set proper path?


[EDIT]
No I misread it. Its actually just libc.lib. Perhaps just try linking to that library, it may still contain all the functionality that you require. Check where your .NET install is. ex, C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib. You should have a libc.lib, etc. If that doesn't work, consider posting on an MSDN forum, they may be able to point you in the proper direction as well.

[/EDIT]


hth..
moe.ron

This topic is closed to new replies.

Advertisement