Exactly what the title says. I'm using MSVC++ 2008 express, and my class constructor is never executed when compiled in release mode. It DOES work in debug mode.
I am doing something like:
ClassTest test;
test.DoIt();
Breakpoints on DoIt();
trigger, but breakpoints on ClassTest::ClassTest();
do not.