Building and customizing Audacity from the source code.
-
Edgar
- Forum Crew
- Posts: 2043
- Joined: Thu Sep 03, 2009 9:13 pm
- Operating System: Windows 10
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
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?