Non-exported driver functions in Windows build

James Hague james@REDACTED
Sat Feb 22 17:39:43 CET 2003


At least the following functions, declared in erl_driver.h, should be
exported from beam.dll under Windows, but aren't:

 driver_output_term
 driver_send_term
 driver_mk_atom
 driver_mk_port
 driver_connected
 driver_caller
 driver_term_nil

This can be fixed by adding the above lines to erl.def.  It only 
requires relinking.

James




More information about the erlang-patches mailing list