View Full Version : Where can i get libci.lib
Super_Sniper
4th October 2004, 02:45
any one know where i can get libci.lib? My stupid C++ dosent have it and i keep getting link errors
3y3w4nn4ch34t
4th October 2004, 03:22
Here it is. Or you couldve Googled for it. ;)
snaggle2th
4th October 2004, 03:23
any one know where i can get libci.lib? My stupid C++ dosent have it and i keep getting link errors
That is a VS 6 or 7 library I believe. VS 2003 doesnt have it. You can get it from a copy of whichever VS its in (not sure if its 6 or 7 or both?)
I looked for it for a long time because I got the LINK errors too... but I never did find it.
You can set the compiler to ignore the LINK error by going to project --> properties --> linker --> input. Then look for "ignore specific library" and type libci.lib there. The compiler should just ignore the LINK error and finish compiling.
I think if you set it to ignore that library it doesnt hurt anything... maybe someone else could confirm that?
Dark Blaze
4th October 2004, 03:23
moved to Coding TechSupport for AA
Arkan
4th October 2004, 06:05
Go into your library and look for libcp.lib and copy and paste it and rename it to libci.lib, they are both the same, when 2003 came out they changed the lib name, not sure why
DelfinoM
5th October 2004, 03:48
libci.lib is not libcp.lib, there is about an 2 mb difference! :P
Arkan
5th October 2004, 15:25
Well Worked for me, that is what was said on msdn, its just a updated version, but if you go into your library and change the name you wont get the error and will compile fine
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.