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

JermainOkuneva JermainOkuneva99 at hotmail.com
Mon Nov 25 01:13:31 UTC 2024


You can use pragma(linkerDirective) to specify linker options 
directly within D code:
pragma(linkerDirective, "-Wl,-undefined,dynamic_lookup");
For more information, please visit [geometry dash 
scratch](https://geometry-dashscratch.com) for more details.




More information about the Digitalmars-d-learn mailing list