Language Bindings for Erlang

Christian S chsu79@REDACTED
Sun May 21 21:24:20 CEST 2006


Follow the guidelines for ports in C, the only difference is that you will
be
compiling with a C++ compiler, so you need to inform the compiler to
export a function without the c++ name mangling.

This is done by placing your code in an: extern "C" { ... } block.

What is Erlang Plus?

On 5/21/06, Jeff Crane <jefcrane@REDACTED> wrote:
>
> I would LOVE to use the HGE C++ Library for graphics
> within my Erlang project. I can't find any C++ binding
> examples =/
>
> Is Erlang Plus dead?
> Is there an alternative?
>
> Would I be forced to use an Erlang<->Python<->C++ hack
> to use HGE from Erlang? Ew!
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20060521/93c40212/attachment.htm>


More information about the erlang-questions mailing list