warning C4275: non dll-interface class 'EffectHostInterface'

Building and customizing Audacity from the source code.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

warning C4275: non dll-interface class 'EffectHostInterface'

Post by Edgar » Wed Oct 29, 2014 6:02 pm

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'
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

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

Post by Robert J. H. » Thu Oct 30, 2014 1:52 am

Those are just the warnings I've encountered too.
Caused by the Realtime Effects implementation I suppose?

Post Reply