Thank you, Ali
How to call 'shared static this()' code of a D shared library?
Ali Çehreli via Digitalmars-d-learn Fri, 17 Jan 2020 19:50:53 -0800
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.?
- How to call 'shared static this()... Ali Çehreli via Digitalmars-d-learn
- Re: How to call 'shared stat... Adam D. Ruppe via Digitalmars-d-learn
- Re: How to call 'shared ... Guillaume Piolat via Digitalmars-d-learn
- Re: How to call 'sha... Ali Çehreli via Digitalmars-d-learn
- Re: How to call 'shared ... Ali Çehreli via Digitalmars-d-learn
- Re: How to call 'shared stat... Adam D. Ruppe via Digitalmars-d-learn