Error: hidden method called for ports.OutBound

Pedro Ferreira ask at me.pt
Thu May 8 15:20:36 PDT 2008


D newb escreveu:
> When I run my program I get the following output:
> 
> Error: hidden method called for ports.OutBound
> 
> How do I know which is the hidden function call? I tried ddbg but it won't allow me to insert commands after the error.
> 
> OutBound is a sub-class of Port which in turn is a subclass of Thread.

Try compiling with "-w". That should warn you about calling hidden methods.


More information about the Digitalmars-d-learn mailing list