Hi,I am using a backgroudworker to show progress of a task. This compiles and runs fine (it shows the progress), however i always get a lot of notifications : "object of class autoreleased with no pool in place". So i defined a NSAutoreleasepool in the DoWork event and release it after it has done all the work, but still i have the same problem.
I'm pretty much stuck here....Any help ? Thanks, Mario

