Dec 28, 2012 at 11:32pm Dec 28, 2012 at 11:32pm UTC
I'm trying to build a soultion in MVC++ 2010, a JUCE interface.
However, when I get this error:
LINK : fatal error LNK1104: cannot open file 'CHAI.lib'
What is it I'm missing (appart from experience)?
Regards
soje
Dec 29, 2012 at 12:38am Dec 29, 2012 at 12:38am UTC
You need to tell the linker where to find chai.lib
Open your project properties.
Expand the Linker section.
Click on General
Under Additional Library Directories, enter the directory where chai.lib resides
Dec 30, 2012 at 1:05am Dec 30, 2012 at 1:05am UTC
Thanks for your kind reply :-)
I guess I wasn't quite clear. I realized the file was somehow missing, so I searched for it on my PC. However it's not there :-/
I'm trying to figure out what chai.lib is part of, so I can get it :-)
Any ideas?
Regards
Soje