Do I need to link and initialize phobos somehow? What if I don't want to use the D runtime? What happens with module level `this()` and `~this()`? Is there a comprehensive guide on how to do this stuff?
Consuming D libraries from other languages
Templated Person via Digitalmars-d-learn Wed, 15 Jun 2022 10:43:23 -0700
It there any resources on how to build D static (`.lib` / `.a`)
and dynamic libraries (`.dll` / `.so`), and then use them from C?
- Consuming D libraries from other ... Templated Person via Digitalmars-d-learn
- Re: Consuming D libraries fr... Guillaume Piolat via Digitalmars-d-learn
- Re: Consuming D librarie... Guillaume Piolat via Digitalmars-d-learn
- Re: Consuming D libraries fr... Ali Çehreli via Digitalmars-d-learn
- Re: Consuming D libraries fr... mw via Digitalmars-d-learn