I'm trying to build an Erlang port driver on Windows, but I keep
getting this error message:
error LNK2019: unresolved external symbol _WinDynDriverCallbacks
referenced in function __driver_output
erl_driver.h is included, I've define __WIN32__ and I'm linking with
erts_MD.lib. What could I have missed?
Thanks,
David Brown