bug in package-attribute in interfaces
Jarrett Billingsley
kb3ctd2 at yahoo.com
Tue Jul 17 13:46:10 PDT 2007
"Extrawurst" <spam at extrawurst.org> wrote in message
news:f7i0b0$25d6$1 at digitalmars.com...
>
> Gives linker error:
> test\testMe.obj(testMe)
> Error 42: Symbol Undefined _D4test5inter4IFoo3barMFZv
>
> why is this?
Don't quote me on this but I think I heard that 'package' methods are oddly
non-virtual. Try removing the 'package' attribute from the interface/class
methods.
More information about the Digitalmars-d-learn
mailing list