def-file

Forwarding data in a DLL

I need to forward a set of symbols from one DLL to another (to support some versioning scheme, PEP 384 if you wonder). It works fine for functions; I write a module definition file, saying LIBRARY "python3" EXPORTS PyArg_Parse=python32.PyArg_Parse PyArg_ParseTuple=python32.PyArg_ParseTuple PyArg_ParseTupleAndKeywords=python32.PyAr...