Library

Hi all,

I have a bit of a silly question here -
I’ve been using JUCE with no major problems for the past 6 months. I’ve recently got a new laptop with Windows 7 and downloaded the latest JUCE tip using git. I’ve built the vc2008 library but I can’t see it when I try to add it to my project’s properties (Project, Properties, C++, General…). It’s definitely in the bin directory though! Even when I type it in manually I still get compile errors which I never got before. The JUCE demo build fine but I think that’s because it includes the amalgamated files??

What am I doing wrong?!

Thanks…

You don’t need to add it to your project, just make sure that your library include path is set up to be able to find it.

Nice one, thanks Jules.