How to call 'shared static this()' code of a D shared library?

Ali Çehreli acehreli at yahoo.com
Sat Jan 18 03:48:56 UTC 2020


Simply linking my D shared library with foreign code (Python with the 
help of ctypes in this case) does not work. What function should I call? 
What about 'shared static ~this()'? And would the answer be different 
for 'static this()' etc.?

Thank you,
Ali


More information about the Digitalmars-d-learn mailing list