Is there a way to Deferred binding symbol from dynamic library?

IchorDev zxinsworld at gmail.com
Sat Nov 23 12:09:22 UTC 2024


On Friday, 22 November 2024 at 06:13:26 UTC, Dakota wrote:
> Try build a dynamic library, a lot function symbol and global 
> symbol need to be deferred binding from runtime app.

Why not load the libraries at runtime and look the pointers up 
with symbol names? Or do you really need the compiler to do it 
for you?


More information about the Digitalmars-d-learn mailing list