Including AudioFilterBase in non-plugin projects

Ey-up folks,

just wondering: is there a way of including the juce audio filter base header file in a project that isn’t actually destined for being a plugin?

Don’t see why not… What problems are you having?

well, if any of my classes use any functions from it, it complains that there’s an unresolved WinMain@16 when linking. I guess it’s pretty obvious really, these functions i’m using should only be compiled when the project is meant to be a plugin. I guess it’s time to use macros to rule bits out :oops: