Page 1 of 1

warning C4275: non dll-interface class 'EffectHostInterface'

Posted: Wed Oct 29, 2014 6:02 pm
by Edgar

Code: Select all

srceffects/Effect.h(66): warning C4275: non dll-interface class 'EffectHostInterface' used as base for dll-interface class 'Effect'
          SVNincludeaudacity/EffectInterface.h(83) : see declaration of 'EffectHostInterface'
          svnsrceffects/Effect.h(65) : see declaration of 'Effect'

Re: warning C4275: non dll-interface class 'EffectHostInterf

Posted: Thu Oct 30, 2014 1:52 am
by Robert J. H.
Those are just the warnings I've encountered too.
Caused by the Realtime Effects implementation I suppose?