by fbraem » 07 Oct 2008, 20:28
I've noticed that my unitialize method of my Application isn't called. After stepping into the code I noticed that the destructor of the Applications isn't virtual. That's why my application isn't uninitialized, because the default destructor of Application isn't called.