On Thursday, 30 September 2021 at 22:30:30 UTC, jfondren wrote:
3. dynamic linking (option 2), performed arbitrarily at
runtime, by your program. If linking fails, you can do whatever
you want about that.
That's actually "dynamic loading".
https://en.wikipedia.org/wiki/Dynamic_loading
Okay, I do agree with you that I may have exaggerated with
absolute intuitiveness, but I was talking about that
intuitiveness for loading a symbol from a shared library.
You're limited to using C's types
- I think I don't understood what you meant with that, if the
data type is known before h
On Thursday, 30 September 2021 at 18:09:46 UTC, Hipreme wrote:
I write this post as both a learning tool, a question and an
inquiry.
There are just a lot of drawbacks in trying to do function
exporting while using D.
The terms that people use are a bit sloppy. There are three kinds
of 'link