chai.lib

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
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
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
Topic archived. No new replies allowed.