[cfe-dev] COM ABI support?
Stephen Lin
swlin at post.harvard.edu
Thu Jul 11 06:52:20 PDT 2013
> All compilers that allow C++ to implement COM objects must implement
> virtual tables (but not, for example, name mangling) in the same way
> for COM ABI compatibility; I was wondering if Clang did so already or
> not.
>
> Stephen
(To clarify, I mean they must implement the subset of virtual tables
needed to implement COM objects in the same way, which is actually
much easier than implementing all virtual tables in the same way...)
More information about the cfe-dev
mailing list