FlexDLL 0.38 released

We are pleased to announce the release of FlexDLL 0.38!

FlexDLL provides a dlopen-like interface for Windows and is used to simplify the linking process for the native Windows ports of OCaml and to allow dynamic loading of C code (bytecode stub libraries and native Dynlink). It is also used for the same purpose in the Cygwin ports of OCaml, except that they can be configured without shared library support.

The release includes various bugfixes as well as proper support for C++ linking on mingw and linking against data symbols in import libraries.

Please see the release page for more information.

Happy Windows hacking!

3 Likes