http://bugs.winehq.org/show_bug.cgi?id=10122
--- Comment #6 from Anastasius Focht focht@gmx.net 2007-10-26 18:50:17 --- Hello,
could you actually show the result of dynamic_cast in case of unknown/vtable offset != 0?
As addendum .. MSVCRT___RTDynamicCast's "do_throw" parameter naming is somewhat misleading. Its only purpose is to indicate if result/lvalue is a reference type (which cannot return NULL). Should be named either "is_ref" or "is_reference" for clearity.
Regards