okay, i’ve just tried for the first time to implement drag and drop. i’ve inherited DragAndDropContainer and Component into my main component class, and this is what i get when i try to build a debug version:
error C2385: ambiguous access of 'new’
could be the ‘new’ in base 'juce::Component’
or the ‘new’ in base ‘juce::DragAndDropContainer’
error C2385: ambiguous access of 'delete’
could be the ‘delete’ in base 'juce::Component’
or the ‘delete’ in base ‘juce::DragAndDropContainer’
any ideas? anyone encountered this before?