
April 29, 2018
10:45 p.m.
On Mon, 13 Sep 1999, M.-A. Lemburg wrote:
AFAIK, you don't need the def-files anymore. All you have to do is use a tag on every function you wish to export in the source code. Python already works this way and so do all my extensions (the needed macros are in the file mxh.h).
But that requires modifying the source, which is IMHO unacceptable. There is an alternative which is to specify the exports w/ a command line switch. --david