Hi Jucers,
I have a static lib that i user in various projects which depends on juce,
and some applications (VST plugins, standalone applications) which depends on that static lib and on juce for their UI,
thus, juce is linked twice into the final executables,
which gives me lots of duplicate symbol problems for juce objects, in particular for objects related to hosting plugins.
The problem is that juce auto-link into my lib, which isnt really necessary. How do i prevent this?
and what is generally the recommendeed way to use static libs?