Thread.start doesn't work?

Sean Kelly sean at invisibleduck.org
Mon Aug 4 09:56:04 PDT 2008


Plumm wrote:
> Ignore the previous post...I made a mistake by creating a new class that extends Thread overriding the run function. 

Thread.run is private, it can't be overridden :-)

> And now it works. Problem solved...

Glad to hear it.


Sean


More information about the Digitalmars-d-dwt mailing list