[GUI] Example: Binding C++ to Haskell using the ffi

David Sankel camio at yahoo.com
Sat Mar 1 21:00:38 EST 2003


--- Seth Kurtzberg <seth at cql.com> wrote:
> The C++ compilers are all supposed to use the same
> name mangling scheme, which 
> is part of the standard.

Just to clarify on this a little bit; there is no ABI
specification in standard C++.  However, there is an
industry standard emerging that g++ >=3.2 attempts
(and succeds?) to adhere too.  Here is the link:

http://www.codesourcery.com/cxx-abi/

Some gcc information on this:

http://gcc.gnu.org/gcc-3.2/c++-abi.html

David J. Sankel



More information about the FFI mailing list