[erlang-questions] newbie question about port driver.
Sverker Eriksson
sverker@REDACTED
Tue Feb 3 13:55:38 CET 2009
Salonee Sinha Roy wrote:
> I have isolated the issue to the following 2 lines in the function
> ei_x_new_with_version(&x_buff);
> ret = ei_x_encode_string(&x_buff,arg1);
>
> Commenting these 2 lines,results in erl_ddll:load_driver working
> find.
The need to link your driver against the erl_interface library where
these two functions are implemented.
/Sverker, Erlang/OTP
More information about the erlang-questions
mailing list