emra700 / juced

Automatically exported from code.google.com/p/juced
0 stars 0 forks source link

compile error vc8 sp1 #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
..\..\..\src\juce_extended\controls\graph\jucetice_GraphNodeComponent.cpp(56)
: error C2385: ambiguous access of 'delete'
        could be the 'delete' in base 'juce::Component'
        or could be the 'delete' in base 'juce::SettableTooltipClient'
        This diagnostic occurred in the compiler generated function 'void
*juce::GraphNodeComponent::__delDtor(unsigned int)'

Original issue reported on code.google.com by google@ciant.cz on 12 Jul 2009 at 2:40

GoogleCodeExporter commented 8 years ago
this error showed up in dll release mode, on windows with visual studio 2008 
sp1.

Original comment by google@ciant.cz on 12 Jul 2009 at 2:42

GoogleCodeExporter commented 8 years ago
should be fixed then

Original comment by kunitoki on 10 Nov 2009 at 10:05

GoogleCodeExporter commented 8 years ago
Fixed in revision 137

Original comment by kunitoki on 10 Nov 2009 at 10:30