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?