Tagged Questions
The erl-interface tag has no wiki summary.
3
votes
2answers
207 views
erlang: ei_get_type() : where are the defined constants for the 'type' field?
I am trying to use *ei_get_type()* (ei) but I am having trouble finding where the 'type' field is documented. I've looked in ei.h but all I could find was a list of constants starting with "ERL_".
...
2
votes
1answer
468 views
Threaded Erlang C-Node(cnode) Interoperability howto?
I am at a point in my Erlang development where I need to create a C-Node (see link for C-Node docs). The basic implementation is simple enough, however, there is a huge hole in the doc.
The code ...
1
vote
1answer
112 views
Can I get Erlang OTP behaviors in C Nodes?
For example, right now I have a C Node (call it CN) which connects to an erlang node (call it EN) and uses a RPC to use OTP behaviors. Hence, to send an event from CN to an event manager on EN I ...
0
votes
2answers
740 views
AccessViolation when calling unmanaged dll
When calling an unmanaged Dll from a c# application I get an AccessViolationException. The strange thing is that the exported function has no arguments, so the problem is not in the Marshalling of ...