AdeptLanguage / AdeptImport

The standard library for Adept
GNU General Public License v3.0
1 stars 0 forks source link

Include `dflcn-win32` library binary #26

Open ghost opened 8 months ago

ghost commented 8 months ago

Currently, the Windows API is not fully covered. We could rely on this compatible layer to do dynamic loading of shared libraries. We already have dflcn.adept (https://github.com/AdeptLanguage/AdeptImport/blob/master/unix/dlfcn.adept) and it could be reused with dflcn-win32.

https://github.com/dlfcn-win32/dlfcn-win32

IsaacShelton commented 7 months ago

That would be nice to have yes