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

AW: Thanks for your reply Bruce



> Rob Myers <robm@tdv.com> wrote:
> > As other posters have already pointed out, C++ interoperability is a
> real
> > minefiled for any language. Different C++ compilers, ANSI or not, cannot
> > talk to each other without an object model shim. The name mangling and
> > vTables are different.
> 
	[Schlichte, Marc]  What about Dylan in this respect?
	Can libraries built by different Dylan compilers for one machine/OS
talk to each 
	other seamlessly? Is there a Dylan ABI for some plattforms which
defines the object-layout,
	method-dispatch (elaborated v-tables) and name-mangling etc. to beat
C++
	in this field?

	marc


Follow-Ups: