Load dynamic libraries with no hand-written bindings!

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Sep 7 05:33:23 UTC 2022


On Tuesday, 6 September 2022 at 16:56:16 UTC, Steven 
Schveighoffer wrote:
> So generating a static binding allows you to both avoid lots of 
> boilerplate work, but also allows you to get a complete binding 
> for the things that importC cannot do.

Ah you mean actually auto-generate bindings so you can save these 
somewhere so they're more visible (e.g. to IDEs and such)? Yeah 
that's a neat idea too.


More information about the Digitalmars-d mailing list