Hi there, Looks like you are invoking a virtual method on a class before it has been fully constructed. I dont recall, if that is unspecified behavior or just prevents any virtual behavior, since the virtual table is not garantied to have been properly setup in for an object, before constructor has run to completion. This is probably the reason for your problem. Yours sincerely, Bjorn