[Prev][Next][Index][Thread]

Re: com and gcc question




I believe it's that the vtable is not simply a contiguous array of
function pointers as in COM, but that it has other information interleaved 
which is used for gcc's implementation of multiple inheritance.  If you 
want to find out for sure, use gcc -S and look at the assembly code.

	- Godmar

> 
> What actually is the problem with gcc's c++ compiler so it isn't compatible
> with com ?(i.e. that you can't inherit from IUnknown and get a vtable out of
> it somehow)
> 
> -David Waite
> 


Follow-Ups: References: