hippomocks
hippomocks copied to clipboard
Add dynamic_cast support for MSVC-ABI based compilers.
GCC ABI compilers work, but MSVC is not implemented yet.
When you add the test on MSVC (it's not in the project file right now) it just says "Access violation - no RTTI data!"...
Typeinfo now works, dynamic_cast still in progress. It now seems to determine it not deriving from its interface class. MSVC's RTTI is orders of magnitude more complicated in set up than GCC/LLVM's.