|
But now I compiled it again, with the same configration, and it works !?
This sounds like PCHS (pre-compiled headers syndrome). When you change a central header file (especially when you change a define or add a virtual function) make sure you recompile your whole project.